IO-3368 QB Bill Accumulator

Signed-off-by: Allan Carr <allan@imexsystems.ca>
This commit is contained in:
Allan Carr
2025-10-02 21:26:41 -07:00
parent ac4fcf1694
commit 7bc105ea46
4 changed files with 4 additions and 1 deletions

View File

@@ -429,7 +429,7 @@ export function ShopInfoGeneral({ form, bodyshop }) {
<Form.Item
key="accumulatePayableLines"
name={["accountingconfig", "accumulatePayableLines"]}
label="Accumulate Payable Lines" //{t("bodyshop.fields.accumulatePayableLines")}
label={t("bodyshop.fields.accumulatePayableLines")}
valuePropName="checked"
>
<Switch />

View File

@@ -281,6 +281,7 @@
},
"fields": {
"ReceivableCustomField": "QBO Receivable Custom Field {{number}}",
"accumulatePayableLines": "Accumulate Payable Lines",
"address1": "Address 1",
"address2": "Address 2",
"appt_alt_transport": "Appointment Alternative Transportation Options",

View File

@@ -281,6 +281,7 @@
},
"fields": {
"ReceivableCustomField": "",
"accumulatePayableLines": "",
"address1": "",
"address2": "",
"appt_alt_transport": "",

View File

@@ -281,6 +281,7 @@
},
"fields": {
"ReceivableCustomField": "",
"accumulatePayableLines": "",
"address1": "",
"address2": "",
"appt_alt_transport": "",