Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Internet > Django Plugins

    django-timepiece 0.8.3

    Download button

    No screenshots available
    Downloads: 253  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Caktus Consulting Group | More programs
    BSD License / FREE
    September 17th, 2012, 14:13 GMT [view history]
    ROOT / Internet / Django Plugins

     Read user reviews (0)  Refer to a friend  Subscribe

    django-timepiece description

    A multi-user application for tracking people's time on projects

    django-timepiece is a multi-user Django app for tracking people's time on projects.

    Installation

    1.   
    django-timepiece is available on PyPI, so the easiest way to install it is to use pip:

        pip install django-timepiece

    2.   
    Add timepiece to INSTALLED_APPS in settings.py and run syncdb:

        INSTALLED_APPS = (
            ...
            'timepiece',
            ...
        )

    3.    Add django.core.context_processors.request to TEMPLATE_CONTEXT_PROCESSORS:

        TEMPLATE_CONTEXT_PROCESSORS = (
            "django.contrib.auth.context_processors.auth",
            "django.core.context_processors.debug",
            "django.core.context_processors.i18n",
            "django.core.context_processors.media",
            "django.contrib.messages.context_processors.messages",
            "django.core.context_processors.request", #< ----
    )

    4.    Add the timepiece URLs to urls.py, e.g.:

    urlpatterns = patterns('',
        ...
        (r'^timepiece/', include('timepiece.urls')),
        ...
    )


    Product's homepage

    Here are some key features of "django-timepiece":

    · A simple CRM with projects and businesses
    · User dashboards with budgeted hours based on project contracts
    · Time sheets with daily, weekly, and monthly summaries
    · Verified, approved, and invoiced time sheet workflows
    · Monthly payroll reporting with overtime, paid leave, and vacation summaries
    · Project invoicing with hourly summaries

    Requirements:

    · Python
    · Plone CMS
    · python-dateutil
    · django-ajax-selects
    · django-pagination
    · Textile

    What's New in This Release: [ read full changelog ]

    · Fixed permissions for creating businesses.
    · Hourly reports in "My Ledger" display previous weeks of the month if an overlapping entry exists.
    · Fixed permissions for rejecting verified entries.
    · Fixed a bug where you could verify entries while still clocked in.
    · Added user selection for payroll reviewers to switch between timesheets.
    · Fixed bug where the incorrect email was shown in the header.

      


    TAGS:

    time tracker | multi-user app | Django | time | tracker

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM