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",
"actual_cost": "Actual Cost",
"cost_center": "Cost Center",
"federal_tax_applicable": "Fed. Tax?",
"jobline": "Job Line",
"line_desc": "Invoice Line Description",
"retail": "Retail"
"local_tax_applicable": "Loc. Tax?",
"retail": "Retail",
"state_tax_applicable": "St. Tax?"
},
"labels": {
"entered": "Entered",
@@ -372,7 +375,14 @@
},
"labels": {
"actions": "Actions",
"new": "New Invoice"
"discrepancy": "Discrepancy",
"entered_total": "Total of Entered Lines",
"federal_tax": "Federal Tax",
"invoice_total": "Invoice Total Amount",
"local_tax": "Local Tax",
"new": "New Invoice",
"state_tax": "State Tax",
"subtotal": "Subtotal"
},
"successes": {
"created": "Invoice added successfully."

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": ""

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": ""