aboutsummaryrefslogtreecommitdiff
path: root/app/dispatchAuth
AgeCommit message (Collapse)AuthorFilesLines
2017-11-22Change Drivers to vendors in some locations. Remove description field for ↵Mitch Riedstra1-1/+6
uploads, changed to filename. Still need to update template.
2017-11-10Working invites in the Driver's list pageMitch Riedstra1-2/+3
2017-11-10User registration works. User invites work but has no UIMitch Riedstra1-0/+13
2017-11-10Initial version of registration system--needs workMitch Riedstra3-2/+19
2017-11-09Show number of attachments, and color code issues with loads.Mitch Riedstra2-22/+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-11-07Updated middleware to force creation of user Identity. Fix issues with ↵Mitch Riedstra1-1/+1
Identity creation. Added is_active to Django Admin UI for the dispatchAuth.models.User
2017-11-06Update the driver Detail page. Still need to fix the Identity Create functionMitch Riedstra2-0/+22
2017-11-02Initial setup to use a custom User model, I still need to figure out how to ↵Mitch Riedstra8-0/+205
use the built in Django permissions though