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