Added reconciliation clear all IO-607

This commit is contained in:
Patrick Fic
2021-02-08 12:15:42 -08:00
parent 6f3970542e
commit 758090f0d5
5 changed files with 32 additions and 48 deletions

View File

@@ -14424,27 +14424,6 @@
</translation>
</translations>
</concept_node>
<concept_node>
<name>date_closed</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>date_estimated</name>
<definition_loaded>false</definition_loaded>
@@ -18940,6 +18919,27 @@
</translation>
</translations>
</concept_node>
<concept_node>
<name>clear</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>joblinestotal</name>
<definition_loaded>false</definition_loaded>
@@ -19535,27 +19535,6 @@
</translation>
</translations>
</concept_node>
<concept_node>
<name>created_subtitle</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>creatednoclick</name>
<definition_loaded>false</definition_loaded>

View File

@@ -82,6 +82,14 @@ export default function JobReconciliationTotals({
>
{t("jobs.labels.reconciliation.byprice")}
</Button>
<Button
onClick={() => {
jobLineState[1]([]);
billLineState[1]([]);
}}
>
{t("jobs.labels.reconciliation.clear")}
</Button>
</Space>
{errors.length > 0 && (
<div>

View File

@@ -915,7 +915,6 @@
"clm_total": "Claim Total",
"csr": "Customer Service Rep.",
"customerowing": "Customer Owing",
"date_closed": "Closed",
"date_estimated": "Date Estimated",
"date_exported": "Exported",
"date_invoiced": "Invoiced",
@@ -1145,6 +1144,7 @@
"billlinestotal": "Bill Lines Total",
"byassoc": "By Line Association",
"byprice": "By Price",
"clear": "Clear All",
"joblinestotal": "Job Lines Total",
"multipleactprices": "${{act_price}} is the price for multiple job lines.",
"multiplebilllines": "{{line_desc}} has 2 or more bill lines associated to it.",
@@ -1176,7 +1176,6 @@
"closed": "Job closed successfully.",
"converted": "Job converted successfully.",
"created": "Job created successfully. Click to view.",
"created_subtitle": "Estimate Number {{est_number}} has been created.",
"creatednoclick": "Job created successfully. ",
"delete": "Job deleted successfully.",
"deleted": "Job deleted successfully.",

View File

@@ -915,7 +915,6 @@
"clm_total": "Reclamar total",
"csr": "Representante de servicio al cliente.",
"customerowing": "Cliente debido",
"date_closed": "Cerrado",
"date_estimated": "Fecha estimada",
"date_exported": "Exportado",
"date_invoiced": "Facturado",
@@ -1145,6 +1144,7 @@
"billlinestotal": "",
"byassoc": "",
"byprice": "",
"clear": "",
"joblinestotal": "",
"multipleactprices": "",
"multiplebilllines": "",
@@ -1176,7 +1176,6 @@
"closed": "",
"converted": "Trabajo convertido con éxito.",
"created": "Trabajo creado con éxito. Click para ver.",
"created_subtitle": "",
"creatednoclick": "",
"delete": "",
"deleted": "Trabajo eliminado con éxito.",

View File

@@ -915,7 +915,6 @@
"clm_total": "Total réclamation",
"csr": "représentant du service à la clientèle",
"customerowing": "Client propriétaire",
"date_closed": "Fermé",
"date_estimated": "Date estimée",
"date_exported": "Exportés",
"date_invoiced": "Facturé",
@@ -1145,6 +1144,7 @@
"billlinestotal": "",
"byassoc": "",
"byprice": "",
"clear": "",
"joblinestotal": "",
"multipleactprices": "",
"multiplebilllines": "",
@@ -1176,7 +1176,6 @@
"closed": "",
"converted": "Travail converti avec succès.",
"created": "Le travail a été créé avec succès. Clique pour voir.",
"created_subtitle": "",
"creatednoclick": "",
"delete": "",
"deleted": "Le travail a bien été supprimé.",