Skip to main content
Version: Current

AP Bills

This integration provides bidirectional AP bill synchronization between Sage Intacct and Zudello, supporting both data retrieval for transaction history and bill creation for accounts payable processing.

Inbound (Sage Intacct → Zudello)

📥 Direction: Sage Intacct → Zudello

AP bill data flows from Sage Intacct to Zudello to provide a complete history of accounts payable transactions.

Header Field Mappings

Zudello FieldSage Intacct FieldNotes
SupplierVENDORIDLinks to the supplier record.
Company NameVENDORNAMEThe name of the supplier.
Document NumberRECORDIDThe AP bill number from Sage Intacct.
ReferenceDOCNUMBERThe vendor's invoice number.
DescriptionDESCRIPTIONThe description of the bill.
Date IssuedWHENCREATEDThe date the bill was created.
Date PostedWHENPOSTEDThe date the bill 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 bill.
StatusSTATEThe status of the bill (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 bill 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 bills that are new or have been updated since the last check.
  • Payment Status Tracking: The integration syncs the payment status of bills, allowing for accurate tracking of open, paid, and partially paid bills.
  • Full Detail Sync: Bills are synced with all their line items and dimensional data.

Outbound (Zudello → Sage Intacct)

📤 Direction: Zudello → Sage Intacct

AP bills are created in Sage Intacct from Zudello to process accounts payable invoices.

Header Field Mappings

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

Line Item Mappings

Intacct FieldZudello FieldNotes
ACCOUNTNOaccount.codeThe GL 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 (excluded for expense-type bills).
TAXTYPEtax_rate.codeThe tax rate for the line item.

Key Behaviours (Outbound)

  • Dimensional Tracking: The integration supports full tracking across dimensions like locations, departments, projects, and cost centres.
  • File Attachments: If the bill has a file attached in Zudello, it will be attached to the AP bill in Sage Intacct.
  • Fixed Tax Solution: A standard tax solution (e.g., "Australia - GST") is used for consistency.