diff options
| -rw-r--r-- | README.md | 41 |
1 files changed, 15 insertions, 26 deletions
@@ -1,41 +1,18 @@ # dispatch-tracker -Subcontractor invoicing system - -Subcontractor Fregith Invoicing System - -A business solution for subcontractors that don't invoice you. - - -Saves 30 minutes per client saved +Most of the features are here and the application should fulfill the use +case at this time. -TODO: +Things to fix/add going forward: * Friendly Error pages - - -Requirements going forward: - - * Pagination for the Invoices page - * Paid field for invoice - * along with method & identifier i.e. check number - * Require PDF attached to each load in order to generate invoice for listing * Description format field for customer objects & * on load create page dynamically pull in cursomter description format and display above the form field - * Settings: - * `default_bill_to` must be set * Upload Invoice logos on Identity Objects for use in Invoices - * Change "user" to Vendor on the "Add Load Page" * Change Name To "Load Pay System" -- we're going to think about it * Freight Invoicing System - * /loads - * Give a warning when any loads don't have paperwork attached to them - * Make loads without paperwork blue - * Make loads with paperwork green - * A way for users to be invited via email - * Add "invite user" to the Driver's page * Figure out if auditlog timestamps are fucked or not with timezones @@ -122,3 +99,15 @@ server { } ``` + +Name brainstorming / Use case: +``` +Subcontractor invoicing system + +Subcontractor Freight Invoicing System + +A business solution for subcontractors that don't invoice you. + + +Saves 30 minutes per client saved +``` |
