BOD-63 Added CSS styling to prevent overflow. Added totals calculation to invoice screen. Updated packages.
This commit is contained in:
@@ -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": ""
|
||||
|
||||
Reference in New Issue
Block a user