BOD-63 Added CSS styling to prevent overflow. Added totals calculation to invoice screen. Updated packages.

This commit is contained in:
Patrick Fic
2020-05-05 16:57:17 -07:00
parent 522dc07058
commit 2317d7d385
20 changed files with 835 additions and 208 deletions

View File

@@ -336,9 +336,12 @@
"actual": "",
"actual_cost": "",
"cost_center": "",
"federal_tax_applicable": "",
"jobline": "",
"line_desc": "",
"retail": ""
"local_tax_applicable": "",
"retail": "",
"state_tax_applicable": ""
},
"labels": {
"entered": "",
@@ -372,7 +375,14 @@
},
"labels": {
"actions": "",
"new": ""
"discrepancy": "",
"entered_total": "",
"federal_tax": "",
"invoice_total": "",
"local_tax": "",
"new": "",
"state_tax": "",
"subtotal": ""
},
"successes": {
"created": ""