Skip to main content

Transaction Detail Page

Access: From the transaction list view, clicking on a transaction will provide a detailed view.

Page Context: Maintains entity filter for consistent navigation

Invoice Structure

This document provides a table-based breakdown of all invoice components and their respective fields.

FieldTypeDescription
Invoice NumberStringUnique identifier for the invoice
Invoice DateDateDate the invoice was issued
Due DateDatePayment due date
StatusStringCurrent status (Draft, Sent, Paid, Overdue, etc.)
CurrencyStringCurrency code (USD, EUR, GBP, etc.)
Document TypeStringType of document (Invoice, Credit Note, etc.)

Invoice Information

FieldTypeDescription
Invoice IDStringSystem-generated unique ID
Reference NumberStringExternal reference or PO number
Invoice PeriodDate RangeBilling period (From - To)
Payment TermsStringPayment terms description
Tax ID/VAT NumberStringTax identification number
Issue LocationStringLocation where invoice was issued
Payment MethodStringPreferred payment method
NotesTextAdditional invoice notes

Financial Summary

FieldTypeDescription
SubtotalDecimalSum of all line items before tax
Tax AmountDecimalTotal tax/VAT amount
Discount AmountDecimalTotal discount applied
Shipping/HandlingDecimalShipping and handling charges
Total AmountDecimalFinal amount due
Amount PaidDecimalAmount already paid
Balance DueDecimalRemaining balance
Tax RatePercentageApplied tax rate

Customer Information

FieldTypeDescription
Customer IDStringUnique customer identifier
Customer NameStringFull name or company name (linked to customer details)
Email AddressStringPrimary contact email
Phone NumberStringContact phone number
Billing AddressTextFull billing address
Shipping AddressTextDelivery address (if different)
Tax IDStringCustomer tax identification (see exemptions)
Payment TermsStringCustomer-specific payment terms
Account ManagerStringAssigned account manager

Integration Details

FieldTypeDescription
External System IDStringID in external/integrated system
Sync StatusStringSynchronization status
Last Sync DateDateTimeLast successful sync timestamp
Integration TypeStringType of integration (API, Import, etc.)
Source SystemStringOriginating system name
Webhook URLStringCallback URL for updates
API VersionStringAPI version used
Error LogTextIntegration error messages

Line Items

FieldTypeDescription
Line NumberIntegerSequential line item number
Item Code/SKUStringProduct/service identifier
DescriptionTextItem description
QuantityDecimalNumber of units
Unit PriceDecimalPrice per unit
DiscountDecimal/PercentageLine item discount
Tax RatePercentageTax rate for this item
Tax AmountDecimalCalculated tax for line
Line TotalDecimalTotal for this line item
CategoryStringItem category
Unit of MeasureStringUnit type (EA, HR, KG, etc.)
GL CodeStringGeneral ledger code

Line Items Interaction: Each line item provides complete visibility into how tax was calculated for that specific item.