Adlibre-TMS
Adlibre-TMS copied to clipboard
Timesheet and Expense tracking system for the web. Build with Python & Django. Interfaces to Saasu.
Bumps [celery](https://github.com/celery/celery) from 3.1.24 to 5.2.2. Release notes Sourced from celery's releases. 5.2.2 Release date: 2021-12-26 16:30 P.M UTC+2:00 Release by: Omer Katz Various documentation fixes. Fix CVE-2021-23727 (Stored Command...
Bumps [django](https://github.com/django/django) from 1.4.22 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...
These need to be fixed. Seen when running manage.py `/srv/www/tms/lib/python2.6/site-packages/django/conf/__init__.py:75: DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed; use STATIC_URL instead. "use STATIC_URL instead.", DeprecationWarning) /srv/www/tms/lib/python2.6/site-packages/django/core/cache/__init__.py:82: DeprecationWarning: settings.CACHE_* is deprecated; use...
From Brett / Sumitup Top of my wish list: 1. Ability to re order list eg A-Z. 2. Client / Job / Project combination for the list is tricky it...
Requested by Melissa from Karamel: > ... To Do list for each project. They can track time against each task (good data for quoting future projects) and the project manager...
We are receiving this error once in a while on a tmsdemo host. ``` python Traceback (most recent call last): File "/srv/www/tms/lib/python2.6/site-packages/django/core/handlers/base.py", line 111, in get_response response = callback(request, *callback_args,...
We have this longstanding client side js issue with the time not being correctly set, either on the 'start time', when creating a new timesheet entry or the 'end time'...
The due date is not set to the (saasu setting) default when pushing timesheets to a new sale.
When billing timesheet entries to Saasu, the invoice created is 'includes GST', even though the line items are marked as excluding GST. This leads to an incorrect GST calculation in...