Implemented jobline upsert modal. Updated allocations display on jobline edit to include removal.
This commit is contained in:
@@ -4,8 +4,16 @@
|
||||
"actions": {
|
||||
"assign": "Assign"
|
||||
},
|
||||
"errors": {
|
||||
"deleting": "Error encountered while deleting allocation. {{message}}",
|
||||
"saving": "Error while allocating. {{message}}"
|
||||
},
|
||||
"fields": {
|
||||
"employee": "Allocated To"
|
||||
},
|
||||
"successes": {
|
||||
"deleted": "Allocation deleted successfully.",
|
||||
"save": "Allocated successfully. "
|
||||
}
|
||||
},
|
||||
"appointments": {
|
||||
@@ -136,13 +144,22 @@
|
||||
}
|
||||
},
|
||||
"joblines": {
|
||||
"actions": {
|
||||
"new": "New Line"
|
||||
},
|
||||
"errors": {
|
||||
"creating": "Error encountered while creating job line. {{message}}",
|
||||
"updating": "Error encountered updating job line. {{message}}"
|
||||
},
|
||||
"fields": {
|
||||
"act_price": "Actual Price",
|
||||
"db_price": "Database Price",
|
||||
"line_desc": "Line Description",
|
||||
"line_ind": "S#",
|
||||
"mod_lb_hrs": "Labor Hours",
|
||||
"mod_lbr_ty": "Labor Type",
|
||||
"oem_partno": "OEM Part #",
|
||||
"op_code_desc": "Operation Code Description",
|
||||
"part_type": "Part Type",
|
||||
"status": "Status",
|
||||
"unq_seq": "Seq #"
|
||||
@@ -150,6 +167,10 @@
|
||||
"labels": {
|
||||
"edit": "Edit Line",
|
||||
"new": "New Line"
|
||||
},
|
||||
"successes": {
|
||||
"created": "Job line created successfully.",
|
||||
"updated": "Job line updated successfully."
|
||||
}
|
||||
},
|
||||
"jobs": {
|
||||
|
||||
@@ -4,8 +4,16 @@
|
||||
"actions": {
|
||||
"assign": "Asignar"
|
||||
},
|
||||
"errors": {
|
||||
"deleting": "",
|
||||
"saving": ""
|
||||
},
|
||||
"fields": {
|
||||
"employee": "Asignado a"
|
||||
},
|
||||
"successes": {
|
||||
"deleted": "",
|
||||
"save": ""
|
||||
}
|
||||
},
|
||||
"appointments": {
|
||||
@@ -136,13 +144,22 @@
|
||||
}
|
||||
},
|
||||
"joblines": {
|
||||
"actions": {
|
||||
"new": ""
|
||||
},
|
||||
"errors": {
|
||||
"creating": "",
|
||||
"updating": ""
|
||||
},
|
||||
"fields": {
|
||||
"act_price": "Precio actual",
|
||||
"db_price": "Precio de base de datos",
|
||||
"line_desc": "Descripción de línea",
|
||||
"line_ind": "S#",
|
||||
"mod_lb_hrs": "Horas laborales",
|
||||
"mod_lbr_ty": "Tipo de trabajo",
|
||||
"oem_partno": "OEM parte #",
|
||||
"op_code_desc": "",
|
||||
"part_type": "Tipo de parte",
|
||||
"status": "Estado",
|
||||
"unq_seq": "Seq #"
|
||||
@@ -150,6 +167,10 @@
|
||||
"labels": {
|
||||
"edit": "Línea de edición",
|
||||
"new": "Nueva línea"
|
||||
},
|
||||
"successes": {
|
||||
"created": "",
|
||||
"updated": ""
|
||||
}
|
||||
},
|
||||
"jobs": {
|
||||
|
||||
@@ -4,8 +4,16 @@
|
||||
"actions": {
|
||||
"assign": "Attribuer"
|
||||
},
|
||||
"errors": {
|
||||
"deleting": "",
|
||||
"saving": ""
|
||||
},
|
||||
"fields": {
|
||||
"employee": "Alloué à"
|
||||
},
|
||||
"successes": {
|
||||
"deleted": "",
|
||||
"save": ""
|
||||
}
|
||||
},
|
||||
"appointments": {
|
||||
@@ -136,13 +144,22 @@
|
||||
}
|
||||
},
|
||||
"joblines": {
|
||||
"actions": {
|
||||
"new": ""
|
||||
},
|
||||
"errors": {
|
||||
"creating": "",
|
||||
"updating": ""
|
||||
},
|
||||
"fields": {
|
||||
"act_price": "Prix actuel",
|
||||
"db_price": "Prix de la base de données",
|
||||
"line_desc": "Description de la ligne",
|
||||
"line_ind": "S#",
|
||||
"mod_lb_hrs": "Heures de travail",
|
||||
"mod_lbr_ty": "Type de travail",
|
||||
"oem_partno": "Pièce OEM #",
|
||||
"op_code_desc": "",
|
||||
"part_type": "Type de pièce",
|
||||
"status": "Statut",
|
||||
"unq_seq": "Seq #"
|
||||
@@ -150,6 +167,10 @@
|
||||
"labels": {
|
||||
"edit": "Ligne d'édition",
|
||||
"new": "Nouvelle ligne"
|
||||
},
|
||||
"successes": {
|
||||
"created": "",
|
||||
"updated": ""
|
||||
}
|
||||
},
|
||||
"jobs": {
|
||||
|
||||
Reference in New Issue
Block a user