Skip to main content
Version: Current

AR Invoices

This integration provides bidirectional AR invoice synchronization between Sage Intacct and Zudello, supporting both data retrieval for transaction history and invoice creation for accounts receivable processing.

Inbound (Sage Intacct → Zudello)

📥 Direction: Sage Intacct → Zudello

AR invoice data flows from Sage Intacct to Zudello to provide a complete history of accounts receivable transactions.

Header Field Mappings

Zudello FieldSage Intacct FieldNotes
CustomerCUSTOMERIDLinks to the customer record.
Company NameCUSTOMERNAMEThe name of the customer.
Document NumberRECORDIDThe AR invoice number from Sage Intacct.
ReferenceDOCNUMBERThe customer's reference number.
DescriptionDESCRIPTIONThe description of the invoice.
Date IssuedWHENCREATEDThe date the invoice was created.
Date PostedWHENPOSTEDThe date the invoice was posted.
Date DueWHENDUEThe payment due date.
SubtotalSUBTOTALThe net amount before tax.
TaxTAXTOTALThe total tax amount.
TotalTOTALThe total amount including tax.
CurrencyCURRENCYThe currency of the invoice.
StatusSTATEThe status of the invoice (e.g., Open, Paid).
Payment StatusPAYMENTSTATUSThe payment processing status.

Line Item Field Mappings

Zudello FieldSage Intacct FieldNotes
DescriptionENTRYDESCRIPTIONThe description of the line item.
Line NumberLINE_NUMThe line sequence number.
QuantityQUANTITYThe quantity on the invoice line.
Unit PricePRICEThe unit price, excluding tax.
Total ExclusiveTRXAMOUNTThe line total, excluding tax.
TaxTAXAMOUNTThe tax amount for the line.
TotalTOTALAMOUNTThe line total, including tax.
ItemITEMIDLinks to the item record.
AccountACCOUNTNOLinks to the GL account.
LocationLOCATIONIDLinks to the location.
DepartmentDEPARTMENTIDLinks to the department.
ProjectPROJECTIDLinks to the project.
Cost CentreCLASSIDLinks to the cost centre.
Tax RateTAXTYPELinks to the tax rate.

Key Behaviours (Inbound)

  • Incremental Sync: To save time, the integration only syncs invoices that are new or have been updated since the last check.
  • Payment Status Tracking: The integration syncs the payment status of invoices, allowing for accurate tracking of open, paid, and partially paid invoices.
  • Full Detail Sync: Invoices are synced with all their line items and dimensional data.

Outbound (Zudello → Sage Intacct)

📤 Direction: Zudello → Sage Intacct

AR invoices are created in Sage Intacct from Zudello to process accounts receivable invoices.

Header Field Mappings

Intacct FieldZudello FieldNotes
CUSTOMERIDcustomer.codeThe customer's unique code.
WHENCREATEDdate_issuedThe date the invoice was issued.
WHENPOSTEDdate_postedThe date the invoice is posted.
WHENDUEdate_dueThe due date for the invoice.
RECORDIDdocument_numberThe invoice document number.
DOCNUMBERreferenceThe reference number for the invoice.
DESCRIPTION-A link back to the document in Zudello.
CURRENCYcurrency.codeThe currency of the invoice.
TAXSOLUTIONID-A fixed tax solution is used (e.g., "Australia - GST").

Line Item Mappings

Intacct FieldZudello FieldNotes
ACCOUNTNOaccount.codeThe revenue account for the line item.
TRXAMOUNTtotal_exclusiveThe line amount, excluding tax.
TAXAMOUNTtax_amountThe tax amount for the line.
ENTRYDESCRIPTIONdescriptionThe description for the line item.
LOCATIONIDlocation.codeThe location for the line item.
DEPARTMENTIDdepartment.codeThe department for the line item.
PROJECTIDproject.codeThe project for the line item.
CLASSIDcost_centre.codeThe cost centre for the line item.
ITEMIDitem.codeThe item code for the line item.
TAXTYPEtax_rate.codeThe tax rate for the line item.

Key Behaviours (Outbound)

  • Customer Focused: The integration validates the customer and applies customer-specific settings like credit limits and payment terms.
  • Dimensional Tracking: The integration supports full tracking across dimensions like locations, departments, projects, and cost centres.
  • File Attachments: If the invoice has a file attached in Zudello, it will be attached to the AR invoice in Sage Intacct.
  • Fixed Tax Solution: A standard tax solution (e.g., "Australia - GST") is used for consistency.