IO-793 Add additional job totals calculations to pli.

This commit is contained in:
Patrick Fic
2021-03-30 11:00:15 -07:00
parent e9d7f55899
commit 0498c8781f
7 changed files with 118 additions and 13 deletions

View File

@@ -141,6 +141,8 @@
"bill_total": "Bill Total Amount",
"billcmtotal": "Retail Total of Credit Memos",
"bills": "Bills",
"creditsnotreceived": "Credits Not Received",
"creditsreceived": "Credits Received",
"dedfromlbr": "Deducted from Labor",
"deleteconfirm": "Are you sure you want to delete this bill? It cannot be undone. If this bill has deductions from labors, manual changes may be required.",
"discrepancy": "Discrepancy",
@@ -155,7 +157,8 @@
"noneselected": "No bill selected.",
"retailtotal": "Retail Total of Bill (Ex. Taxes)",
"state_tax": "State Tax",
"subtotal": "Subtotal"
"subtotal": "Subtotal",
"totalreturns": "Total Returns"
},
"successes": {
"created": "Invoice added successfully.",

View File

@@ -141,6 +141,8 @@
"bill_total": "",
"billcmtotal": "",
"bills": "",
"creditsnotreceived": "",
"creditsreceived": "",
"dedfromlbr": "",
"deleteconfirm": "",
"discrepancy": "",
@@ -155,7 +157,8 @@
"noneselected": "",
"retailtotal": "",
"state_tax": "",
"subtotal": ""
"subtotal": "",
"totalreturns": ""
},
"successes": {
"created": "",

View File

@@ -141,6 +141,8 @@
"bill_total": "",
"billcmtotal": "",
"bills": "",
"creditsnotreceived": "",
"creditsreceived": "",
"dedfromlbr": "",
"deleteconfirm": "",
"discrepancy": "",
@@ -155,7 +157,8 @@
"noneselected": "",
"retailtotal": "",
"state_tax": "",
"subtotal": ""
"subtotal": "",
"totalreturns": ""
},
"successes": {
"created": "",