IO-1000 IO-1014 IO-1002 IO-1005 Minor label fixes.

This commit is contained in:
Patrick Fic
2021-05-06 14:40:31 -07:00
parent 786cf4b5db
commit c82a8e6706
8 changed files with 58 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
<babeledit_project version="1.2" be_version="2.7.1">
<babeledit_project be_version="2.7.1" version="1.2">
<!--
BabelEdit project file
@@ -12653,6 +12653,27 @@
</translation>
</translations>
</concept_node>
<concept_node>
<name>item</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>
<name>label</name>
<definition_loaded>false</definition_loaded>

View File

@@ -61,7 +61,7 @@ export function ContractsFindModalContainer({
<Modal
visible={visible}
width="70%"
title={t("labels.labels.findermodal")}
title={t("payments.labels.findermodal")}
onCancel={() => toggleModalVisible()}
onOk={() => toggleModalVisible()}
destroyOnClose

View File

@@ -42,7 +42,7 @@ export default function JobTotalsTableOther({ job }) {
const columns = [
{
//title: t("joblines.fields.part_type"),
title: t("general.labels.item"),
dataIndex: "key",
key: "key",
sorter: (a, b) => alphaSort(a.key, b.key),
@@ -82,7 +82,7 @@ export default function JobTotalsTableOther({ job }) {
<strong>{t("jobs.labels.additionaltotal")}</strong>
</Table.Summary.Cell>
<Table.Summary.Cell>
<Table.Summary.Cell align="right">
<strong>
{Dinero(job.job_totals.additional.total).toFormat()}
</strong>
@@ -93,7 +93,7 @@ export default function JobTotalsTableOther({ job }) {
<strong>{t("jobs.labels.subletstotal")}</strong>
</Table.Summary.Cell>
<Table.Summary.Cell>
<Table.Summary.Cell align="right">
<strong>
{Dinero(job.job_totals.parts.sublets.total).toFormat()}
</strong>

View File

@@ -74,7 +74,7 @@ export default function JobTotalsTableParts({ job }) {
<strong>{t("jobs.labels.partstotal")}</strong>
</Table.Summary.Cell>
<Table.Summary.Cell>
<Table.Summary.Cell align="right">
<strong>
{Dinero(job.job_totals.parts.parts.total).toFormat()}
</strong>

View File

@@ -252,32 +252,34 @@ export default function ShopInfoLaborRates({ form }) {
>
<CurrencyInput />
</Form.Item>
<Form.Item
label={t("jobs.fields.rate_mabl")}
key={`${index}rate_mabl`}
name={[field.name, "rate_mabl"]}
rules={[
{
required: true,
message: t("general.validation.required"),
},
]}
>
<CurrencyInput />
</Form.Item>
<Form.Item
label={t("jobs.fields.rate_macs")}
key={`${index}rate_macs`}
name={[field.name, "rate_macs"]}
rules={[
{
required: true,
message: t("general.validation.required"),
},
]}
>
<CurrencyInput />
</Form.Item>
{
// <Form.Item
// label={t("jobs.fields.rate_mabl")}
// key={`${index}rate_mabl`}
// name={[field.name, "rate_mabl"]}
// rules={[
// {
// required: true,
// message: t("general.validation.required"),
// },
// ]}
// >
// <CurrencyInput />
// </Form.Item>
// <Form.Item
// label={t("jobs.fields.rate_macs")}
// key={`${index}rate_macs`}
// name={[field.name, "rate_macs"]}
// rules={[
// {
// required: true,
// message: t("general.validation.required"),
// },
// ]}
// >
// <CurrencyInput />
// </Form.Item>
}
<Form.Item
label={t("jobs.fields.rate_matd")}
key={`${index}rate_matd`}

View File

@@ -806,6 +806,7 @@
"in": "In",
"instanceconflictext": "Your $t(titles.app) account can only be used on one device at any given time. Refresh your session to take control.",
"instanceconflictitle": "Your account is being used elsewhere.",
"item": "Item",
"label": "Label",
"loading": "Loading...",
"loadingapp": "Loading $t(titles.app)",

View File

@@ -806,6 +806,7 @@
"in": "en",
"instanceconflictext": "",
"instanceconflictitle": "",
"item": "",
"label": "",
"loading": "Cargando...",
"loadingapp": "Cargando $t(titles.app)",

View File

@@ -806,6 +806,7 @@
"in": "dans",
"instanceconflictext": "",
"instanceconflictitle": "",
"item": "",
"label": "",
"loading": "Chargement...",
"loadingapp": "Chargement de $t(titles.app)",