aboutsummaryrefslogtreecommitdiff
path: root/app/dispatch/admin.py
AgeCommit message (Collapse)AuthorFilesLines
2017-11-09Show number of attachments, and color code issues with loads.Mitch Riedstra1-1/+2
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-10-23Moved functions to a 'misc' file. Added a settings model. Added initial ↵Mitch Riedstra1-1/+5
version of an 'Invoice' model
2017-10-19Rename Company to Customer system wide. Let's not do this againMitch Riedstra1-2/+2
2017-10-09Delete all of the old migrations, remove redundant contact model and add a ↵Mitch Riedstra1-2/+1
script for adding fake data
2017-06-28Initial SetupMitch Riedstra1-0/+8