@@ -36258,6 +36258,27 @@
|
|||||||
</translation>
|
</translation>
|
||||||
</translations>
|
</translations>
|
||||||
</concept_node>
|
</concept_node>
|
||||||
|
<concept_node>
|
||||||
|
<name>rental_reservation</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>ro_totals</name>
|
<name>ro_totals</name>
|
||||||
<definition_loaded>false</definition_loaded>
|
<definition_loaded>false</definition_loaded>
|
||||||
|
|||||||
@@ -2145,6 +2145,7 @@
|
|||||||
"purchases_by_ro_detail": "Purchases - Detail",
|
"purchases_by_ro_detail": "Purchases - Detail",
|
||||||
"purchases_by_ro_summary": "Purchases - Summary",
|
"purchases_by_ro_summary": "Purchases - Summary",
|
||||||
"qc_sheet": "Quality Control Sheet",
|
"qc_sheet": "Quality Control Sheet",
|
||||||
|
"rental_reservation": "Rental Reservation",
|
||||||
"ro_totals": "RO Totals",
|
"ro_totals": "RO Totals",
|
||||||
"ro_with_description": "RO Summary with Descriptions",
|
"ro_with_description": "RO Summary with Descriptions",
|
||||||
"sgi_certificate_of_repairs": "SGI - Certificate of Repairs",
|
"sgi_certificate_of_repairs": "SGI - Certificate of Repairs",
|
||||||
|
|||||||
@@ -2145,6 +2145,7 @@
|
|||||||
"purchases_by_ro_detail": "",
|
"purchases_by_ro_detail": "",
|
||||||
"purchases_by_ro_summary": "",
|
"purchases_by_ro_summary": "",
|
||||||
"qc_sheet": "",
|
"qc_sheet": "",
|
||||||
|
"rental_reservation": "",
|
||||||
"ro_totals": "",
|
"ro_totals": "",
|
||||||
"ro_with_description": "",
|
"ro_with_description": "",
|
||||||
"sgi_certificate_of_repairs": "",
|
"sgi_certificate_of_repairs": "",
|
||||||
|
|||||||
@@ -2145,6 +2145,7 @@
|
|||||||
"purchases_by_ro_detail": "",
|
"purchases_by_ro_detail": "",
|
||||||
"purchases_by_ro_summary": "",
|
"purchases_by_ro_summary": "",
|
||||||
"qc_sheet": "",
|
"qc_sheet": "",
|
||||||
|
"rental_reservation": "",
|
||||||
"ro_totals": "",
|
"ro_totals": "",
|
||||||
"ro_with_description": "",
|
"ro_with_description": "",
|
||||||
"sgi_certificate_of_repairs": "",
|
"sgi_certificate_of_repairs": "",
|
||||||
|
|||||||
@@ -480,6 +480,14 @@ export const TemplateList = (type, context) => {
|
|||||||
disabled: false,
|
disabled: false,
|
||||||
group: "ro",
|
group: "ro",
|
||||||
},
|
},
|
||||||
|
rental_reservation: {
|
||||||
|
title: i18n.t("printcenter.jobs.rental_reservation"),
|
||||||
|
description: "CASL Authorization",
|
||||||
|
subject: i18n.t("printcenter.jobs.rental_reservation"),
|
||||||
|
key: "rental_reservation",
|
||||||
|
disabled: false,
|
||||||
|
group: "pre",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
: {}),
|
: {}),
|
||||||
...(!type || type === "job_special"
|
...(!type || type === "job_special"
|
||||||
|
|||||||
@@ -249,7 +249,9 @@ const generateInvoiceQbxml = (
|
|||||||
)}:${generateJobTier(jobs_by_pk)}`
|
)}:${generateJobTier(jobs_by_pk)}`
|
||||||
).trim(),
|
).trim(),
|
||||||
},
|
},
|
||||||
|
ARAccountRef: {
|
||||||
|
FullName: bodyshop.md_responsibility_centers.ar.accountname,
|
||||||
|
},
|
||||||
...(jobs_by_pk.class
|
...(jobs_by_pk.class
|
||||||
? { ClassRef: { FullName: jobs_by_pk.class } }
|
? { ClassRef: { FullName: jobs_by_pk.class } }
|
||||||
: {}),
|
: {}),
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ exports.totalsSsu = async function (req, res) {
|
|||||||
clm_total: newTotals.totals.total_repairs.toFormat("0.00"),
|
clm_total: newTotals.totals.total_repairs.toFormat("0.00"),
|
||||||
owner_owing: newTotals.totals.custPayable.total.toFormat("0.00"),
|
owner_owing: newTotals.totals.custPayable.total.toFormat("0.00"),
|
||||||
job_totals: newTotals,
|
job_totals: newTotals,
|
||||||
queued_for_parts: true,
|
//queued_for_parts: true,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user