MAJOR CHANGE: Renamed invoices to bills BOD-410
This commit is contained in:
@@ -73,6 +73,76 @@
|
||||
"values": ""
|
||||
}
|
||||
},
|
||||
"billlines": {
|
||||
"actions": {
|
||||
"newline": ""
|
||||
},
|
||||
"fields": {
|
||||
"actual": "",
|
||||
"actual_cost": "",
|
||||
"cost_center": "",
|
||||
"federal_tax_applicable": "",
|
||||
"jobline": "",
|
||||
"line_desc": "",
|
||||
"local_tax_applicable": "",
|
||||
"quantity": "",
|
||||
"retail": "",
|
||||
"state_tax_applicable": ""
|
||||
},
|
||||
"labels": {
|
||||
"entered": "",
|
||||
"other": "",
|
||||
"reconciled": "",
|
||||
"unreconciled": ""
|
||||
}
|
||||
},
|
||||
"bills": {
|
||||
"actions": {
|
||||
"edit": "",
|
||||
"receive": "",
|
||||
"return": ""
|
||||
},
|
||||
"errors": {
|
||||
"creating": "",
|
||||
"exporting": "",
|
||||
"exporting-partner": "",
|
||||
"invalidro": "",
|
||||
"invalidvendor": "",
|
||||
"validation": ""
|
||||
},
|
||||
"fields": {
|
||||
"allpartslocation": "",
|
||||
"date": "",
|
||||
"federal_tax_rate": "",
|
||||
"invoice_number": "",
|
||||
"is_credit_memo": "",
|
||||
"local_tax_rate": "",
|
||||
"ro_number": "",
|
||||
"state_tax_rate": "",
|
||||
"total": "",
|
||||
"vendor": "",
|
||||
"vendorname": ""
|
||||
},
|
||||
"labels": {
|
||||
"actions": "",
|
||||
"bill_lines": "",
|
||||
"bill_total": "",
|
||||
"bills": "",
|
||||
"discrepancy": "",
|
||||
"entered_total": "",
|
||||
"enteringcreditmemo": "",
|
||||
"federal_tax": "",
|
||||
"local_tax": "",
|
||||
"new": "",
|
||||
"noneselected": "",
|
||||
"retailtotal": "",
|
||||
"state_tax": "",
|
||||
"subtotal": ""
|
||||
},
|
||||
"successes": {
|
||||
"created": ""
|
||||
}
|
||||
},
|
||||
"bodyshop": {
|
||||
"actions": {
|
||||
"addbucket": "",
|
||||
@@ -91,6 +161,9 @@
|
||||
"address1": "",
|
||||
"address2": "",
|
||||
"appt_length": "",
|
||||
"bill_federal_tax_rate": "",
|
||||
"bill_local_tax_rate": "",
|
||||
"bill_state_tax_rate": "",
|
||||
"city": "",
|
||||
"country": "",
|
||||
"dailybodytarget": "",
|
||||
@@ -99,9 +172,6 @@
|
||||
"enforce_class": "",
|
||||
"federal_tax_id": "",
|
||||
"insurance_vendor_id": "",
|
||||
"invoice_federal_tax_rate": "",
|
||||
"invoice_local_tax_rate": "",
|
||||
"invoice_state_tax_rate": "",
|
||||
"lastnumberworkingdays": "",
|
||||
"logo_img_path": "",
|
||||
"md_categories": "",
|
||||
@@ -121,6 +191,11 @@
|
||||
"payments": "",
|
||||
"receivables": ""
|
||||
},
|
||||
"bills": {
|
||||
"enter": "",
|
||||
"list": "",
|
||||
"view": ""
|
||||
},
|
||||
"contracts": {
|
||||
"create": "",
|
||||
"detail": "",
|
||||
@@ -138,11 +213,6 @@
|
||||
"employees": {
|
||||
"page": ""
|
||||
},
|
||||
"invoices": {
|
||||
"enter": "",
|
||||
"list": "",
|
||||
"view": ""
|
||||
},
|
||||
"jobs": {
|
||||
"available-list": "",
|
||||
"close": "",
|
||||
@@ -614,76 +684,6 @@
|
||||
"rescuetitle": ""
|
||||
}
|
||||
},
|
||||
"invoicelines": {
|
||||
"actions": {
|
||||
"newline": ""
|
||||
},
|
||||
"fields": {
|
||||
"actual": "",
|
||||
"actual_cost": "",
|
||||
"cost_center": "",
|
||||
"federal_tax_applicable": "",
|
||||
"jobline": "",
|
||||
"line_desc": "",
|
||||
"local_tax_applicable": "",
|
||||
"quantity": "",
|
||||
"retail": "",
|
||||
"state_tax_applicable": ""
|
||||
},
|
||||
"labels": {
|
||||
"entered": "",
|
||||
"other": "",
|
||||
"reconciled": "",
|
||||
"unreconciled": ""
|
||||
}
|
||||
},
|
||||
"invoices": {
|
||||
"actions": {
|
||||
"edit": "",
|
||||
"receive": "",
|
||||
"return": ""
|
||||
},
|
||||
"errors": {
|
||||
"creating": "",
|
||||
"exporting": "",
|
||||
"exporting-partner": "",
|
||||
"invalidro": "",
|
||||
"invalidvendor": "",
|
||||
"validation": ""
|
||||
},
|
||||
"fields": {
|
||||
"allpartslocation": "",
|
||||
"date": "",
|
||||
"federal_tax_rate": "",
|
||||
"invoice_number": "",
|
||||
"is_credit_memo": "",
|
||||
"local_tax_rate": "",
|
||||
"ro_number": "",
|
||||
"state_tax_rate": "",
|
||||
"total": "",
|
||||
"vendor": "",
|
||||
"vendorname": ""
|
||||
},
|
||||
"labels": {
|
||||
"actions": "",
|
||||
"discrepancy": "",
|
||||
"entered_total": "",
|
||||
"enteringcreditmemo": "",
|
||||
"federal_tax": "",
|
||||
"invoice_lines": "",
|
||||
"invoice_total": "",
|
||||
"invoices": "",
|
||||
"local_tax": "",
|
||||
"new": "",
|
||||
"noneselected": "",
|
||||
"retailtotal": "",
|
||||
"state_tax": "",
|
||||
"subtotal": ""
|
||||
},
|
||||
"successes": {
|
||||
"created": ""
|
||||
}
|
||||
},
|
||||
"joblines": {
|
||||
"actions": {
|
||||
"new": ""
|
||||
@@ -778,7 +778,7 @@
|
||||
"intake": "",
|
||||
"manualnew": "",
|
||||
"mark": "",
|
||||
"postInvoices": "Poster des factures",
|
||||
"postbills": "Poster des factures",
|
||||
"printCenter": "Centre d'impression",
|
||||
"recalculate": "",
|
||||
"reconcile": "",
|
||||
@@ -1071,17 +1071,17 @@
|
||||
"alljobs": "",
|
||||
"allpayments": "",
|
||||
"availablejobs": "Emplois disponibles",
|
||||
"bills": "",
|
||||
"courtesycars": "",
|
||||
"courtesycars-all": "",
|
||||
"courtesycars-contracts": "",
|
||||
"courtesycars-newcontract": "",
|
||||
"customers": "Les clients",
|
||||
"enterinvoices": "",
|
||||
"enterbills": "",
|
||||
"enterpayment": "",
|
||||
"entertimeticket": "",
|
||||
"export": "",
|
||||
"home": "Accueil",
|
||||
"invoices": "",
|
||||
"jobs": "Emplois",
|
||||
"owners": "Propriétaires",
|
||||
"productionboard": "",
|
||||
@@ -1221,7 +1221,7 @@
|
||||
"actions": {
|
||||
"backordered": "",
|
||||
"receive": "",
|
||||
"receiveinvoice": ""
|
||||
"receivebill": ""
|
||||
},
|
||||
"errors": {
|
||||
"backordering": "",
|
||||
@@ -1451,13 +1451,13 @@
|
||||
"accounting-payments": "",
|
||||
"accounting-receivables": "",
|
||||
"availablejobs": "",
|
||||
"bills-list": "",
|
||||
"contracts": "",
|
||||
"contracts-create": "",
|
||||
"contracts-detail": "",
|
||||
"courtesycars": "",
|
||||
"courtesycars-detail": "",
|
||||
"courtesycars-new": "",
|
||||
"invoices-list": "",
|
||||
"jobs": "",
|
||||
"jobs-active": "",
|
||||
"jobs-all": "",
|
||||
@@ -1481,13 +1481,13 @@
|
||||
"vehicle-details": "",
|
||||
"vehicles": ""
|
||||
},
|
||||
"bills-list": "",
|
||||
"contracts": "",
|
||||
"contracts-create": "",
|
||||
"contracts-detail": "",
|
||||
"courtesycars": "",
|
||||
"courtesycars-create": "",
|
||||
"courtesycars-detail": "",
|
||||
"invoices-list": "",
|
||||
"jobs": "Tous les emplois | $t(titles.app)",
|
||||
"jobs-all": "",
|
||||
"jobs-close": "",
|
||||
|
||||
Reference in New Issue
Block a user