Andrew Cutler

Results 34 issues of Andrew Cutler

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...

Bug

Add case insensitive login backend.

Feature

To reproduce create a timesheet entry using Chrome with a description containing '&'. After saving it becomes '&'.

Bug

We're received requests to allow customisation of the logo shown in the app and reports. I think it would be worthwhile to allow a user to upload their own logo.

Feature

The _local_settings.py_ options below, should be configurable from _/admin/_. ``` python # Saasu settings SAASU_FILE_UID = 'XXXX' SAASU_WSACCESS_KEY = 'XXXXXXXXXXXXXXXXXXXXXXXXX' # specific timezone settings TIME_ZONE = 'Australia/Sydney' ```

Feature

To reproduce: Run expense_summary_client report with a date range ending in 30th Feb 2012. An unhandled exception is generated.

Bug

- See https://github.com/s3ql/s3ql/

I've been maintaining this fork for some time. Somehow your master branch got out of sync with the PyPi version 0.5.0. I've added these back.

The code comments state that by default all frequencies are enabled. However in reality in django admin only the first [4 are enabled](https://github.com/django-recurrence/django-recurrence/blob/master/recurrence/static/recurrence/js/recurrence-widget.js#L759). How can I enable all recurrence frequencies?...

Prometheus support was added to https://github.com/linkedin/Burrow/pull/628 in 2020. Is this project still relevant? May I suggest that you update your documentation.