Refactored job closing to be line based instead of totals based. BOD-383
This commit is contained in:
@@ -725,6 +725,8 @@
|
||||
"PAS": "Sublet",
|
||||
"PASL": "Sublet"
|
||||
},
|
||||
"profitcenter_labor": "Profit Center: Labor",
|
||||
"profitcenter_part": "Profit Center: Part",
|
||||
"status": "Status",
|
||||
"total": "Total",
|
||||
"unq_seq": "Seq #"
|
||||
@@ -772,6 +774,7 @@
|
||||
},
|
||||
"errors": {
|
||||
"addingtoproduction": "Error adding to production. {{error}}",
|
||||
"closing": "Error closing job. {{error}}",
|
||||
"creating": "Error encountered while creating job. {{error}}",
|
||||
"deleted": "Error deleting job.",
|
||||
"exporting": "Error exporting job. {{error}}",
|
||||
@@ -963,6 +966,7 @@
|
||||
"vehicle": "Vehicle"
|
||||
},
|
||||
"checklists": "Checklists",
|
||||
"closeconfirm": "Are you sure you want to close this job? This cannot be easily undone.",
|
||||
"cost": "Cost",
|
||||
"cost_labor": "Cost - Labor",
|
||||
"cost_parts": "Cost - Parts",
|
||||
@@ -1024,6 +1028,7 @@
|
||||
"successes": {
|
||||
"addedtoproduction": "Job added to production board.",
|
||||
"all_deleted": "{{count}} jobs deleted successfully.",
|
||||
"closed": "Job closed successfully.",
|
||||
"converted": "Job converted successfully.",
|
||||
"created": "Job created successfully. Click to view.",
|
||||
"created_subtitle": "Estimate Number {{est_number}} has been created.",
|
||||
|
||||
Reference in New Issue
Block a user