QB USA Changes

This commit is contained in:
Patrick Fic
2023-04-04 14:03:08 -07:00
parent 460d6fcf12
commit fbd52bc14e
3 changed files with 46 additions and 8 deletions

View File

@@ -285,6 +285,10 @@ const generateInvoiceQbxml = (
PostalCode: jobs_by_pk.ownr_zip,
},
PONumber: jobs_by_pk.clm_no,
ItemSalesTaxRef: {
FullName:
bodyshop.md_responsibility_centers.taxes.invoiceexemptcode,
},
IsToBePrinted: bodyshop.accountingconfig.printlater,
...(jobs_by_pk.ownr_ea
? { IsToBeEmailed: bodyshop.accountingconfig.emaillater }