aboutsummaryrefslogtreecommitdiff
path: root/app/dispatch/migrations
AgeCommit message (Collapse)AuthorFilesLines
2017-11-10Fix typo in 'payment_identifier' Add pagination to Drivers, Customers and ↵Mitch Riedstra1-0/+20
Invoices. Filter invoices by paid/unpaid.
2017-11-09Show number of attachments, and color code issues with loads.Mitch Riedstra3-3/+23
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 Riedstra3-40/+66
use the built in Django permissions though
2017-10-24Remove all old migrations and start fresh. Re-arranged models to better fit ↵Mitch Riedstra9-196/+82
Invoice model
2017-10-24Adding in materialize source and templatesMitch Riedstra2-0/+42
2017-10-23Moved functions to a 'misc' file. Added a settings model. Added initial ↵Mitch Riedstra5-0/+151
version of an 'Invoice' model
2017-10-19Rename Company to Customer system wide. Let's not do this againMitch Riedstra3-55/+6
2017-10-19Migrations to remove load numberMitch Riedstra1-0/+19
2017-10-18Added a delivered to field. File uploads work. Load detail view works ↵Mitch Riedstra2-1/+32
properly now. File upload names are properly set. You can now delete uploaded files
2017-10-13Updated migrations, removed comments, and changed the model from one to one ↵Mitch Riedstra3-47/+11
to foreign key to allow for multiple documents per load
2017-10-11Misc developments and messing with file uploadsMitch Riedstra1-0/+25
2017-10-09Start the ugly process of cleaning up the views. Added a datepicker to the ↵Mitch Riedstra1-0/+20
load date form. Added the 'load_number' field to the LoadCreate view
2017-10-09Delete all of the old migrations, remove redundant contact model and add a ↵Mitch Riedstra8-177/+15
script for adding fake data
2017-09-13Setup driver, company details to show loads, loads list now shows per week ↵Kyle Blanker1-0/+21
as well
2017-08-01Schema and template updatesMitch Riedstra2-0/+43
2017-06-28Initial SetupMitch Riedstra6-0/+140