Skip to main content
Version: Current

AR Invoices

Introduction

This integration creates Accounts Receivable Invoices in MYOB Acumatica from processed sales transactions in Zudello, completing the order-to-cash process.

Header Field Mappings

MYOB Acumatica FieldZudello FieldData TypeNotes
Type.value-StringHardcoded to "Sales Invoice"
CustomerID.valueCustomerStringLinks to customer
Date.valuedate_issuedDateFormatted as YYYY/MM/DD
DueDate.valuedate_dueDateFormatted as YYYY/MM/DD
Hold.value-BooleanHardcoded to false
ReferenceNbr.valuedocument_numberStringInvoice reference number
Description.valuereferenceStringInvoice description
noteshort_urlStringLink to Zudello transaction
CurrencyID.valuecurrency.codeStringCurrency code
Status.value-StringHardcoded to "Open"
TaxTotal.valuetaxDecimalTotal tax amount
Amount.valuetotalDecimalTotal invoice amount

Line Item Field Mappings

MYOB Acumatica FieldZudello FieldData TypeNotes
BranchID.valueLocationStringBranch/Location (optional)
CostCode.valueCost CentreStringCost centre (optional)
ProjectTask.valueProject TaskStringProject task (optional)
TaxCategory.valuetax_rate.tax_solution.codeStringTax category (optional)
InventoryID.valueItemStringInventory item (optional)
Description.valuedescriptionStringLine description
Qty.valuequantityDecimalQuantity
UnitPrice.valuetotal_exclusive / quantityDecimalUnit price (tax exclusive)
notenoteStringLine notes
LineNbr.valueline_numberIntegerLine number
WarehouseID.valueWarehouseStringWarehouse (optional)
UOM.valueUnit of MeasureStringUnit of measure (optional)
OrderNbr.valueDerived from allocationsStringSales order number for matching
OrderLineNbr.valueDerived from allocationsStringSales order line for matching
OrderType.value-StringHardcoded to "Normal"

Key Behaviours

  • Sales Order Matching: If the invoice was created from a sales order in Zudello, it will be automatically matched to that sales order in MYOB Acumatica.
  • Default Status: The invoice is created in MYOB Acumatica with an 'Open' status.
  • Audit Trail: A note is added to the invoice in MYOB Acumatica with a link back to the transaction in Zudello for easy reference.
  • Tracking ID: Once created, the invoice in Zudello is updated with a unique ID from MYOB Acumatica for tracking.
  • Inventory Tracking: The integration supports warehouse and unit of measure information on invoice lines.