Invoicing domain
Typical integration scenarios and datamodels in Invoicing domain.
Sales Invoice Header and Sales Invoice Item
Class diagram
- description: dependencies between the invoice header issued and its items
- typical source: external

Data models
Sales Invoice Header and Organization
Class diagram
- description: payment and tax information about the customer
- typical source: external

Data models
Sales Invoice Header with Summation Amount and Payment
- description: recapitulation of document amounts, tax amounts and payments made
- typical source: external
Class diagram

Data models
- SalesInvoiceHeader
- SummationAmount
- SummationAmountLineType
- AdvancedPayment
- Payment
- PaymentMethod
- ExchangeRate
- ValidityExchangeRate
Received Invoice Header and Received Invoice Item
Class diagram
- description: dependencies between received invoice header and its items
- typical source: external

Data models
Received Invoice Header and Organization
Class diagram
- description: payment and tax information about the supplier
- typical source: external

Data models
Received Invoice Header with Summation Amount and Payment
- description: recapitulation of document amounts, tax amounts and payments made
- typical source: external
Class diagram

Data models