@@ -112,7 +112,9 @@ export function JobsList({ bodyshop }) {
|
|||||||
title: t("jobs.fields.ro_number"),
|
title: t("jobs.fields.ro_number"),
|
||||||
dataIndex: "ro_number",
|
dataIndex: "ro_number",
|
||||||
key: "ro_number",
|
key: "ro_number",
|
||||||
sorter: (a, b) => alphaSort(a.ro_number, b.ro_number),
|
sorter: (a, b) =>
|
||||||
|
parseInt((a.ro_number || "0").replace(/\D/g, "")) -
|
||||||
|
parseInt((b.ro_number || "0").replace(/\D/g, "")),
|
||||||
sortOrder:
|
sortOrder:
|
||||||
state.sortedInfo.columnKey === "ro_number" && state.sortedInfo.order,
|
state.sortedInfo.columnKey === "ro_number" && state.sortedInfo.order,
|
||||||
|
|
||||||
|
|||||||
@@ -597,7 +597,7 @@
|
|||||||
"employee_teams": "Employee Teams",
|
"employee_teams": "Employee Teams",
|
||||||
"employees": "Employees",
|
"employees": "Employees",
|
||||||
"estimators": "Estimators",
|
"estimators": "Estimators",
|
||||||
"filehandlers": "File Handlers",
|
"filehandlers": "Adjusters",
|
||||||
"insurancecos": "Insurance Companies",
|
"insurancecos": "Insurance Companies",
|
||||||
"intakechecklist": "Intake Checklist",
|
"intakechecklist": "Intake Checklist",
|
||||||
"jobstatuses": "Job Statuses",
|
"jobstatuses": "Job Statuses",
|
||||||
@@ -1304,7 +1304,7 @@
|
|||||||
"addtoscoreboard": "Add to Scoreboard",
|
"addtoscoreboard": "Add to Scoreboard",
|
||||||
"allocate": "Allocate",
|
"allocate": "Allocate",
|
||||||
"autoallocate": "Auto Allocate",
|
"autoallocate": "Auto Allocate",
|
||||||
"changefilehandler": "Change File Handler",
|
"changefilehandler": "Change Adjuster",
|
||||||
"changelaborrate": "Change Labor Rate",
|
"changelaborrate": "Change Labor Rate",
|
||||||
"changestatus": "Change Status",
|
"changestatus": "Change Status",
|
||||||
"changestimator": "Change Estimator",
|
"changestimator": "Change Estimator",
|
||||||
@@ -1486,10 +1486,10 @@
|
|||||||
"ins_co_id": "Insurance Co. ID",
|
"ins_co_id": "Insurance Co. ID",
|
||||||
"ins_co_nm": "Insurance Company Name",
|
"ins_co_nm": "Insurance Company Name",
|
||||||
"ins_co_nm_short": "Ins. Co.",
|
"ins_co_nm_short": "Ins. Co.",
|
||||||
"ins_ct_fn": "File Handler First Name",
|
"ins_ct_fn": "Adjuster First Name",
|
||||||
"ins_ct_ln": "File Handler Last Name",
|
"ins_ct_ln": "Adjuster Last Name",
|
||||||
"ins_ea": "File Handler Email",
|
"ins_ea": "Adjuster Email",
|
||||||
"ins_ph1": "File Handler Phone #",
|
"ins_ph1": "Adjuster Phone #",
|
||||||
"intake": {
|
"intake": {
|
||||||
"label": "Label",
|
"label": "Label",
|
||||||
"max": "Maximum",
|
"max": "Maximum",
|
||||||
@@ -1667,7 +1667,7 @@
|
|||||||
"dates": "Dates",
|
"dates": "Dates",
|
||||||
"documents": "Recent Documents",
|
"documents": "Recent Documents",
|
||||||
"estimator": "Estimator",
|
"estimator": "Estimator",
|
||||||
"filehandler": "File Handler",
|
"filehandler": "Adjuster",
|
||||||
"insurance": "Insurance Details",
|
"insurance": "Insurance Details",
|
||||||
"notes": "Notes",
|
"notes": "Notes",
|
||||||
"parts": "Parts",
|
"parts": "Parts",
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ const onServiceWorkerUpdate = (registration) => {
|
|||||||
<Space flex>
|
<Space flex>
|
||||||
<Button
|
<Button
|
||||||
onClick={async () => {
|
onClick={async () => {
|
||||||
window.open("https://imex-online.noticeable.news/", "_blank");
|
window.open("https://rome-online.noticeable.news/", "_blank");
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{i18n.t("general.actions.viewreleasenotes")}
|
{i18n.t("general.actions.viewreleasenotes")}
|
||||||
|
|||||||
Reference in New Issue
Block a user