Added automatic reconciliation for jobs. BOD-406

This commit is contained in:
Patrick Fic
2020-10-02 15:19:05 -07:00
parent 1dea9deca3
commit d9fd31a639
7 changed files with 370 additions and 17 deletions

View File

@@ -96,6 +96,7 @@
},
"labels": {
"entered": "Entered",
"from": "From",
"other": "--Not On Estimate--",
"reconciled": "Reconciled!",
"unreconciled": "Unreconciled"
@@ -1048,6 +1049,15 @@
"partstotal": "Parts Total",
"rates": "Rates",
"rates_subtotal": "Rates Subtotal",
"reconciliation": {
"billlinestotal": "Bill Lines Total",
"byassoc": "By Line Association",
"byprice": "By Price",
"joblinestotal": "Job Lines Total",
"multipleactprices": "${{act_price}} is the price for multiple job lines.",
"multiplebilllines": "{{line_desc}} has 2 or more bill lines associated to it.",
"multiplebillsforactprice": "Found more than 1 bill matching ${{act_price}} retail price."
},
"reconciliationheader": "Parts & Sublet Reconciliation",
"sale_labor": "Sales - Labor",
"sale_parts": "Sales - Parts",

View File

@@ -96,6 +96,7 @@
},
"labels": {
"entered": "",
"from": "",
"other": "",
"reconciled": "",
"unreconciled": ""
@@ -1048,6 +1049,15 @@
"partstotal": "",
"rates": "Tarifas",
"rates_subtotal": "",
"reconciliation": {
"billlinestotal": "",
"byassoc": "",
"byprice": "",
"joblinestotal": "",
"multipleactprices": "",
"multiplebilllines": "",
"multiplebillsforactprice": ""
},
"reconciliationheader": "",
"sale_labor": "",
"sale_parts": "",

View File

@@ -96,6 +96,7 @@
},
"labels": {
"entered": "",
"from": "",
"other": "",
"reconciled": "",
"unreconciled": ""
@@ -1048,6 +1049,15 @@
"partstotal": "",
"rates": "Les taux",
"rates_subtotal": "",
"reconciliation": {
"billlinestotal": "",
"byassoc": "",
"byprice": "",
"joblinestotal": "",
"multipleactprices": "",
"multiplebilllines": "",
"multiplebillsforactprice": ""
},
"reconciliationheader": "",
"sale_labor": "",
"sale_parts": "",