aboutsummaryrefslogtreecommitdiff
path: root/app/dispatch/monkey_patch.py
AgeCommit message (Collapse)AuthorFilesLines
2017-11-09Show number of attachments, and color code issues with loads.Mitch Riedstra1-10/+0
Prevent invoice generation on zero amounts and no attachments. Add a way for superusers to edit invoices. Add a field to invoices for a payment identifier. E.g. "Check #1234"
2017-11-02Initial setup to use a custom User model, I still need to figure out how to ↵Mitch Riedstra1-1/+4
use the built in Django permissions though
2017-10-30Proper redirect on edit for users. Delete for loads, warning on delete. ↵Mitch Riedstra1-0/+7
Invoice view ordered by PK desc