IO-2054 Updated labels for multi AR.
This commit is contained in:
@@ -28335,6 +28335,27 @@
|
|||||||
</translation>
|
</translation>
|
||||||
</translations>
|
</translations>
|
||||||
</concept_node>
|
</concept_node>
|
||||||
|
<concept_node>
|
||||||
|
<name>pimraryamountpayable</name>
|
||||||
|
<definition_loaded>false</definition_loaded>
|
||||||
|
<description></description>
|
||||||
|
<comment></comment>
|
||||||
|
<default_text></default_text>
|
||||||
|
<translations>
|
||||||
|
<translation>
|
||||||
|
<language>en-US</language>
|
||||||
|
<approved>false</approved>
|
||||||
|
</translation>
|
||||||
|
<translation>
|
||||||
|
<language>es-MX</language>
|
||||||
|
<approved>false</approved>
|
||||||
|
</translation>
|
||||||
|
<translation>
|
||||||
|
<language>fr-CA</language>
|
||||||
|
<approved>false</approved>
|
||||||
|
</translation>
|
||||||
|
</translations>
|
||||||
|
</concept_node>
|
||||||
<folder_node>
|
<folder_node>
|
||||||
<name>plitooltips</name>
|
<name>plitooltips</name>
|
||||||
<children>
|
<children>
|
||||||
@@ -35325,6 +35346,27 @@
|
|||||||
</translation>
|
</translation>
|
||||||
</translations>
|
</translations>
|
||||||
</concept_node>
|
</concept_node>
|
||||||
|
<concept_node>
|
||||||
|
<name>external</name>
|
||||||
|
<definition_loaded>false</definition_loaded>
|
||||||
|
<description></description>
|
||||||
|
<comment></comment>
|
||||||
|
<default_text></default_text>
|
||||||
|
<translations>
|
||||||
|
<translation>
|
||||||
|
<language>en-US</language>
|
||||||
|
<approved>false</approved>
|
||||||
|
</translation>
|
||||||
|
<translation>
|
||||||
|
<language>es-MX</language>
|
||||||
|
<approved>false</approved>
|
||||||
|
</translation>
|
||||||
|
<translation>
|
||||||
|
<language>fr-CA</language>
|
||||||
|
<approved>false</approved>
|
||||||
|
</translation>
|
||||||
|
</translations>
|
||||||
|
</concept_node>
|
||||||
<concept_node>
|
<concept_node>
|
||||||
<name>findermodal</name>
|
<name>findermodal</name>
|
||||||
<definition_loaded>false</definition_loaded>
|
<definition_loaded>false</definition_loaded>
|
||||||
|
|||||||
@@ -416,7 +416,7 @@ export function JobsCloseComponent({ job, bodyshop, jobRO }) {
|
|||||||
<Button
|
<Button
|
||||||
disabled={jobRO}
|
disabled={jobRO}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
add();
|
add();
|
||||||
}}
|
}}
|
||||||
style={{ width: "100%" }}
|
style={{ width: "100%" }}
|
||||||
>
|
>
|
||||||
@@ -446,6 +446,14 @@ export function JobsCloseComponent({ job, bodyshop, jobRO }) {
|
|||||||
: Dinero();
|
: Dinero();
|
||||||
return (
|
return (
|
||||||
<Space size="large" wrap align="center">
|
<Space size="large" wrap align="center">
|
||||||
|
<Statistic
|
||||||
|
title={t("jobs.labels.total_cust_payable")}
|
||||||
|
value={(job.job_totals
|
||||||
|
? Dinero(job.job_totals.totals.custPayable)
|
||||||
|
: Dinero()
|
||||||
|
).toFormat()}
|
||||||
|
/>
|
||||||
|
<Divider orientation="vertical" />
|
||||||
<Statistic
|
<Statistic
|
||||||
title={t("jobs.labels.total_repairs")}
|
title={t("jobs.labels.total_repairs")}
|
||||||
value={(job.job_totals
|
value={(job.job_totals
|
||||||
@@ -460,7 +468,7 @@ export function JobsCloseComponent({ job, bodyshop, jobRO }) {
|
|||||||
/>
|
/>
|
||||||
<Typography.Title>=</Typography.Title>
|
<Typography.Title>=</Typography.Title>
|
||||||
<Statistic
|
<Statistic
|
||||||
title={t("jobs.labels.total_cust_payable")}
|
title={t("jobs.labels.pimraryamountpayable")}
|
||||||
valueStyle={{
|
valueStyle={{
|
||||||
color: discrep.getAmount() > 0 ? "green" : "red",
|
color: discrep.getAmount() > 0 ? "green" : "red",
|
||||||
}}
|
}}
|
||||||
|
|||||||
@@ -1662,6 +1662,7 @@
|
|||||||
"partsfilter": "Parts Only",
|
"partsfilter": "Parts Only",
|
||||||
"partssubletstotal": "Parts & Sublets Total",
|
"partssubletstotal": "Parts & Sublets Total",
|
||||||
"partstotal": "Parts Total (ex. Taxes)",
|
"partstotal": "Parts Total (ex. Taxes)",
|
||||||
|
"pimraryamountpayable": "Total Primary Payable",
|
||||||
"plitooltips": {
|
"plitooltips": {
|
||||||
"billtotal": "The total amount of all bill lines that have been posted against this RO (not including credits, taxes, or labor adjustments).",
|
"billtotal": "The total amount of all bill lines that have been posted against this RO (not including credits, taxes, or labor adjustments).",
|
||||||
"calculatedcreditsnotreceived": "The calculated credits not received is derived by subtracting the amount of credit memos entered from the <b>retail</b> total of returns created. This does not take into account whether the credit was marked as received. You can find more information <a href=\"https://help.imex.online/en/article/credits-not-received-changes-1jy9snw\" target=\"_blank\">here</a>.",
|
"calculatedcreditsnotreceived": "The calculated credits not received is derived by subtracting the amount of credit memos entered from the <b>retail</b> total of returns created. This does not take into account whether the credit was marked as received. You can find more information <a href=\"https://help.imex.online/en/article/credits-not-received-changes-1jy9snw\" target=\"_blank\">here</a>.",
|
||||||
@@ -2090,6 +2091,7 @@
|
|||||||
"customer": "Customer",
|
"customer": "Customer",
|
||||||
"edit": "Edit Payment",
|
"edit": "Edit Payment",
|
||||||
"electronicpayment": "Use Electronic Payment Processing?",
|
"electronicpayment": "Use Electronic Payment Processing?",
|
||||||
|
"external": "External",
|
||||||
"findermodal": "ICBC Payment Finder",
|
"findermodal": "ICBC Payment Finder",
|
||||||
"insurance": "Insurance",
|
"insurance": "Insurance",
|
||||||
"new": "New Payment",
|
"new": "New Payment",
|
||||||
|
|||||||
@@ -1662,6 +1662,7 @@
|
|||||||
"partsfilter": "",
|
"partsfilter": "",
|
||||||
"partssubletstotal": "",
|
"partssubletstotal": "",
|
||||||
"partstotal": "",
|
"partstotal": "",
|
||||||
|
"pimraryamountpayable": "",
|
||||||
"plitooltips": {
|
"plitooltips": {
|
||||||
"billtotal": "",
|
"billtotal": "",
|
||||||
"calculatedcreditsnotreceived": "",
|
"calculatedcreditsnotreceived": "",
|
||||||
@@ -2090,6 +2091,7 @@
|
|||||||
"customer": "",
|
"customer": "",
|
||||||
"edit": "",
|
"edit": "",
|
||||||
"electronicpayment": "",
|
"electronicpayment": "",
|
||||||
|
"external": "",
|
||||||
"findermodal": "",
|
"findermodal": "",
|
||||||
"insurance": "",
|
"insurance": "",
|
||||||
"new": "",
|
"new": "",
|
||||||
|
|||||||
@@ -1662,6 +1662,7 @@
|
|||||||
"partsfilter": "",
|
"partsfilter": "",
|
||||||
"partssubletstotal": "",
|
"partssubletstotal": "",
|
||||||
"partstotal": "",
|
"partstotal": "",
|
||||||
|
"pimraryamountpayable": "",
|
||||||
"plitooltips": {
|
"plitooltips": {
|
||||||
"billtotal": "",
|
"billtotal": "",
|
||||||
"calculatedcreditsnotreceived": "",
|
"calculatedcreditsnotreceived": "",
|
||||||
@@ -2090,6 +2091,7 @@
|
|||||||
"customer": "",
|
"customer": "",
|
||||||
"edit": "",
|
"edit": "",
|
||||||
"electronicpayment": "",
|
"electronicpayment": "",
|
||||||
|
"external": "",
|
||||||
"findermodal": "",
|
"findermodal": "",
|
||||||
"insurance": "",
|
"insurance": "",
|
||||||
"new": "",
|
"new": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user