Added labor type and part types to dropdowns on line upsert modal. BOD-412

This commit is contained in:
Patrick Fic
2020-09-16 14:22:39 -07:00
parent 7140d541d5
commit 41432864e8
6 changed files with 236 additions and 40 deletions

View File

@@ -691,6 +691,10 @@
"act_price": "Actual Price",
"db_price": "Database Price",
"lbr_types": {
"LA1": "LA1",
"LA2": "LA2",
"LA3": "LA3",
"LA4": "LA4",
"LAA": "Aluminum",
"LAB": "Body",
"LAD": "Diagnostic",
@@ -699,7 +703,8 @@
"LAG": "Glass",
"LAM": "Mechanical",
"LAR": "Refinish",
"LAS": "Structural"
"LAS": "Structural",
"LAU": "User Defined"
},
"line_desc": "Line Desc.",
"line_ind": "S#",
@@ -719,10 +724,12 @@
"CCF": "CC Refuel",
"CCM": "CC Mileage",
"PAA": "Aftermarket",
"PAC": "Rechromed",
"PAE": "Existing",
"PAL": "LKQ",
"PAM": "Remanufactured",
"PAN": "New/OEM",
"PAR": "Recored",
"PAS": "Sublet",
"PASL": "Sublet"
},

View File

@@ -691,6 +691,10 @@
"act_price": "Precio actual",
"db_price": "Precio de base de datos",
"lbr_types": {
"LA1": "",
"LA2": "",
"LA3": "",
"LA4": "",
"LAA": "",
"LAB": "",
"LAD": "",
@@ -699,7 +703,8 @@
"LAG": "",
"LAM": "",
"LAR": "",
"LAS": ""
"LAS": "",
"LAU": ""
},
"line_desc": "Descripción de línea",
"line_ind": "S#",
@@ -719,10 +724,12 @@
"CCF": "",
"CCM": "",
"PAA": "",
"PAC": "",
"PAE": "",
"PAL": "",
"PAM": "",
"PAN": "",
"PAR": "",
"PAS": "",
"PASL": ""
},

View File

@@ -691,6 +691,10 @@
"act_price": "Prix actuel",
"db_price": "Prix de la base de données",
"lbr_types": {
"LA1": "",
"LA2": "",
"LA3": "",
"LA4": "",
"LAA": "",
"LAB": "",
"LAD": "",
@@ -699,7 +703,8 @@
"LAG": "",
"LAM": "",
"LAR": "",
"LAS": ""
"LAS": "",
"LAU": ""
},
"line_desc": "Description de la ligne",
"line_ind": "S#",
@@ -719,10 +724,12 @@
"CCF": "",
"CCM": "",
"PAA": "",
"PAC": "",
"PAE": "",
"PAL": "",
"PAM": "",
"PAN": "",
"PAR": "",
"PAS": "",
"PASL": ""
},