Added third party payer support IO-546

This commit is contained in:
Patrick Fic
2021-02-10 14:07:08 -08:00
parent 563d3a189a
commit 9e2c17670f
12 changed files with 599 additions and 15 deletions

View File

@@ -964,7 +964,7 @@
"lam": "Mechanical",
"lar": "Refinish",
"las": "Structural",
"lau": "LAU",
"lau": "User Defined",
"local_tax_rate": "Local Tax Rate",
"loss_date": "Loss Date",
"loss_desc": "Loss Description",
@@ -1017,8 +1017,8 @@
"rate_lag": "Glass",
"rate_lam": "Mechanical",
"rate_lar": "Refinish",
"rate_las": "Sublet",
"rate_lau": "Aluminum",
"rate_las": "Structural",
"rate_lau": "User Defined",
"rate_ma2s": "2 Stage Paint",
"rate_ma3s": "3 Stage Paint",
"rate_mabl": "MABL??",
@@ -1439,6 +1439,22 @@
"nocontexttype": "No context type set."
},
"jobs": {
"3rdpartyfields": {
"addr1": "Address 1",
"addr2": "Address 2",
"addr3": "Address 3",
"attn": "Attention",
"city": "City",
"custgst": "Customer Portion of GST",
"ded_amt": "Deductible",
"depreciation": "Depreciation",
"other": "Other",
"ponumber": "PO Number",
"sendtype": "Send by",
"state": "Province/State",
"zip": "Postal Code/Zip"
},
"3rdpartypayer": "Third Party Payer",
"appointment_confirmation": "Appointment Confirmation",
"casl_authorization": "CASL Authorization",
"diagnostic_authorization": "Diagnostic Authorization",
@@ -1450,6 +1466,7 @@
"payment_receipt": "Payment Receipt",
"payments_by_job": "Job Payments",
"ro_with_description": "RO Summary with Descriptions",
"thirdpartypayer": "Third Party Payer",
"window_tag": "Window Tag",
"work_authorization": "Work Authorization"
},