Translation cleanup for bills IO-493
This commit is contained in:
@@ -1143,6 +1143,27 @@
|
|||||||
</translation>
|
</translation>
|
||||||
</translations>
|
</translations>
|
||||||
</concept_node>
|
</concept_node>
|
||||||
|
<concept_node>
|
||||||
|
<name>actual_price</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>cost_center</name>
|
<name>cost_center</name>
|
||||||
<definition_loaded>false</definition_loaded>
|
<definition_loaded>false</definition_loaded>
|
||||||
@@ -1269,27 +1290,6 @@
|
|||||||
</translation>
|
</translation>
|
||||||
</translations>
|
</translations>
|
||||||
</concept_node>
|
</concept_node>
|
||||||
<concept_node>
|
|
||||||
<name>retail</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>state_tax_applicable</name>
|
<name>state_tax_applicable</name>
|
||||||
<definition_loaded>false</definition_loaded>
|
<definition_loaded>false</definition_loaded>
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ export function BillEnterModalLinesComponent({
|
|||||||
/>
|
/>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
label={t("billlines.fields.actual")}
|
label={t("billlines.fields.actual_price")}
|
||||||
key={`${index}actual_price`}
|
key={`${index}actual_price`}
|
||||||
name={[field.name, "actual_price"]}
|
name={[field.name, "actual_price"]}
|
||||||
rules={[
|
rules={[
|
||||||
|
|||||||
@@ -146,7 +146,7 @@ export function BillsListTableComponent({
|
|||||||
state.sortedInfo.columnKey === "line_desc" && state.sortedInfo.order,
|
state.sortedInfo.columnKey === "line_desc" && state.sortedInfo.order,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t("billlines.fields.retail"),
|
title: t("billlines.fields.actual_price"),
|
||||||
dataIndex: "actual_price",
|
dataIndex: "actual_price",
|
||||||
key: "actual_price",
|
key: "actual_price",
|
||||||
sorter: (a, b) => a.actual_price - b.actual_price,
|
sorter: (a, b) => a.actual_price - b.actual_price,
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ export default function JobReconciliationBillsTable({
|
|||||||
}`,
|
}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t("billlines.fields.retail"),
|
title: t("billlines.fields.actua_price"),
|
||||||
dataIndex: "actual_price",
|
dataIndex: "actual_price",
|
||||||
key: "actual_price",
|
key: "actual_price",
|
||||||
sorter: (a, b) => a.actual_price - b.actual_price,
|
sorter: (a, b) => a.actual_price - b.actual_price,
|
||||||
|
|||||||
@@ -85,15 +85,15 @@
|
|||||||
"newline": "New Line"
|
"newline": "New Line"
|
||||||
},
|
},
|
||||||
"fields": {
|
"fields": {
|
||||||
"actual": "List Price",
|
"actual": "Retail Price",
|
||||||
"actual_cost": "Actual Cost",
|
"actual_cost": "Actual Cost",
|
||||||
|
"actual_price": "Retail",
|
||||||
"cost_center": "Cost Center",
|
"cost_center": "Cost Center",
|
||||||
"federal_tax_applicable": "Fed. Tax?",
|
"federal_tax_applicable": "Fed. Tax?",
|
||||||
"jobline": "Job Line",
|
"jobline": "Job Line",
|
||||||
"line_desc": "Line Description",
|
"line_desc": "Line Description",
|
||||||
"local_tax_applicable": "Loc. Tax?",
|
"local_tax_applicable": "Loc. Tax?",
|
||||||
"quantity": "Quantity",
|
"quantity": "Quantity",
|
||||||
"retail": "Retail",
|
|
||||||
"state_tax_applicable": "St. Tax?"
|
"state_tax_applicable": "St. Tax?"
|
||||||
},
|
},
|
||||||
"labels": {
|
"labels": {
|
||||||
|
|||||||
@@ -87,13 +87,13 @@
|
|||||||
"fields": {
|
"fields": {
|
||||||
"actual": "",
|
"actual": "",
|
||||||
"actual_cost": "",
|
"actual_cost": "",
|
||||||
|
"actual_price": "",
|
||||||
"cost_center": "",
|
"cost_center": "",
|
||||||
"federal_tax_applicable": "",
|
"federal_tax_applicable": "",
|
||||||
"jobline": "",
|
"jobline": "",
|
||||||
"line_desc": "",
|
"line_desc": "",
|
||||||
"local_tax_applicable": "",
|
"local_tax_applicable": "",
|
||||||
"quantity": "",
|
"quantity": "",
|
||||||
"retail": "",
|
|
||||||
"state_tax_applicable": ""
|
"state_tax_applicable": ""
|
||||||
},
|
},
|
||||||
"labels": {
|
"labels": {
|
||||||
|
|||||||
@@ -87,13 +87,13 @@
|
|||||||
"fields": {
|
"fields": {
|
||||||
"actual": "",
|
"actual": "",
|
||||||
"actual_cost": "",
|
"actual_cost": "",
|
||||||
|
"actual_price": "",
|
||||||
"cost_center": "",
|
"cost_center": "",
|
||||||
"federal_tax_applicable": "",
|
"federal_tax_applicable": "",
|
||||||
"jobline": "",
|
"jobline": "",
|
||||||
"line_desc": "",
|
"line_desc": "",
|
||||||
"local_tax_applicable": "",
|
"local_tax_applicable": "",
|
||||||
"quantity": "",
|
"quantity": "",
|
||||||
"retail": "",
|
|
||||||
"state_tax_applicable": ""
|
"state_tax_applicable": ""
|
||||||
},
|
},
|
||||||
"labels": {
|
"labels": {
|
||||||
|
|||||||
Reference in New Issue
Block a user