IO-3368 QB Bill Accumulator
Signed-off-by: Allan Carr <allan@imexsystems.ca>
This commit is contained in:
@@ -429,7 +429,7 @@ export function ShopInfoGeneral({ form, bodyshop }) {
|
|||||||
<Form.Item
|
<Form.Item
|
||||||
key="accumulatePayableLines"
|
key="accumulatePayableLines"
|
||||||
name={["accountingconfig", "accumulatePayableLines"]}
|
name={["accountingconfig", "accumulatePayableLines"]}
|
||||||
label="Accumulate Payable Lines" //{t("bodyshop.fields.accumulatePayableLines")}
|
label={t("bodyshop.fields.accumulatePayableLines")}
|
||||||
valuePropName="checked"
|
valuePropName="checked"
|
||||||
>
|
>
|
||||||
<Switch />
|
<Switch />
|
||||||
|
|||||||
@@ -281,6 +281,7 @@
|
|||||||
},
|
},
|
||||||
"fields": {
|
"fields": {
|
||||||
"ReceivableCustomField": "QBO Receivable Custom Field {{number}}",
|
"ReceivableCustomField": "QBO Receivable Custom Field {{number}}",
|
||||||
|
"accumulatePayableLines": "Accumulate Payable Lines",
|
||||||
"address1": "Address 1",
|
"address1": "Address 1",
|
||||||
"address2": "Address 2",
|
"address2": "Address 2",
|
||||||
"appt_alt_transport": "Appointment Alternative Transportation Options",
|
"appt_alt_transport": "Appointment Alternative Transportation Options",
|
||||||
|
|||||||
@@ -281,6 +281,7 @@
|
|||||||
},
|
},
|
||||||
"fields": {
|
"fields": {
|
||||||
"ReceivableCustomField": "",
|
"ReceivableCustomField": "",
|
||||||
|
"accumulatePayableLines": "",
|
||||||
"address1": "",
|
"address1": "",
|
||||||
"address2": "",
|
"address2": "",
|
||||||
"appt_alt_transport": "",
|
"appt_alt_transport": "",
|
||||||
|
|||||||
@@ -281,6 +281,7 @@
|
|||||||
},
|
},
|
||||||
"fields": {
|
"fields": {
|
||||||
"ReceivableCustomField": "",
|
"ReceivableCustomField": "",
|
||||||
|
"accumulatePayableLines": "",
|
||||||
"address1": "",
|
"address1": "",
|
||||||
"address2": "",
|
"address2": "",
|
||||||
"appt_alt_transport": "",
|
"appt_alt_transport": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user