diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2017-11-10 21:12:00 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2017-11-10 21:12:00 -0500 |
| commit | 63e7134298288514473e86614b51daa40b37cdd7 (patch) | |
| tree | d18a235c43d7470b56d1a22647e52b023be30c59 | |
| parent | 4d1ce945792648fca00d50ce18a61b775589d9ae (diff) | |
| download | dispatch-tracker-63e7134298288514473e86614b51daa40b37cdd7.tar.gz dispatch-tracker-63e7134298288514473e86614b51daa40b37cdd7.tar.xz | |
Update readme1.0
| -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 +``` |
