Merged in feature/america (pull request #831)

Feature/america
This commit is contained in:
Patrick Fic
2023-06-02 02:04:14 +00:00
3 changed files with 11 additions and 9 deletions

View File

@@ -112,7 +112,9 @@ export function JobsList({ bodyshop }) {
title: t("jobs.fields.ro_number"),
dataIndex: "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:
state.sortedInfo.columnKey === "ro_number" && state.sortedInfo.order,

View File

@@ -597,7 +597,7 @@
"employee_teams": "Employee Teams",
"employees": "Employees",
"estimators": "Estimators",
"filehandlers": "File Handlers",
"filehandlers": "Adjusters",
"insurancecos": "Insurance Companies",
"intakechecklist": "Intake Checklist",
"jobstatuses": "Job Statuses",
@@ -1304,7 +1304,7 @@
"addtoscoreboard": "Add to Scoreboard",
"allocate": "Allocate",
"autoallocate": "Auto Allocate",
"changefilehandler": "Change File Handler",
"changefilehandler": "Change Adjuster",
"changelaborrate": "Change Labor Rate",
"changestatus": "Change Status",
"changestimator": "Change Estimator",
@@ -1486,10 +1486,10 @@
"ins_co_id": "Insurance Co. ID",
"ins_co_nm": "Insurance Company Name",
"ins_co_nm_short": "Ins. Co.",
"ins_ct_fn": "File Handler First Name",
"ins_ct_ln": "File Handler Last Name",
"ins_ea": "File Handler Email",
"ins_ph1": "File Handler Phone #",
"ins_ct_fn": "Adjuster First Name",
"ins_ct_ln": "Adjuster Last Name",
"ins_ea": "Adjuster Email",
"ins_ph1": "Adjuster Phone #",
"intake": {
"label": "Label",
"max": "Maximum",
@@ -1667,7 +1667,7 @@
"dates": "Dates",
"documents": "Recent Documents",
"estimator": "Estimator",
"filehandler": "File Handler",
"filehandler": "Adjuster",
"insurance": "Insurance Details",
"notes": "Notes",
"parts": "Parts",

View File

@@ -11,7 +11,7 @@ const onServiceWorkerUpdate = (registration) => {
<Space flex>
<Button
onClick={async () => {
window.open("https://imex-online.noticeable.news/", "_blank");
window.open("https://rome-online.noticeable.news/", "_blank");
}}
>
{i18n.t("general.actions.viewreleasenotes")}