Expand description
Document models for enterprise transaction flow simulation.
This module provides document models representing the various business documents in P2P (Procure-to-Pay) and O2C (Order-to-Cash) flows:
- Purchase Requisitions (PR)
- Purchase Orders (PO)
- Goods Receipts (GR)
- Vendor Invoices
- AP Payments
- Sales Orders (SO)
- Deliveries
- Customer Invoices
- Customer Receipts
Structs§
- Customer
Invoice - Customer Invoice document.
- Customer
Invoice Item - Customer Invoice line item.
- Delivery
- Delivery document.
- Delivery
Item - Delivery item.
- Document
Header - Common document header fields.
- Document
Line Item - Document line item common fields.
- Document
Reference - Reference between two documents.
- Goods
Receipt - Goods Receipt document.
- Goods
Receipt Item - Goods Receipt line item.
- Payment
- Payment document (AP Payment or AR Receipt).
- Payment
Allocation - Payment allocation to an invoice.
- Purchase
Order - Purchase Order document.
- Purchase
Order Item - Purchase Order line item with P2P specific fields.
- Purchase
Requisition - Purchase Requisition document.
- Purchase
Requisition Item - Purchase Requisition line item with procurement-specific fields.
- Sales
Order - Sales Order document.
- Sales
Order Item - Sales Order item.
- Schedule
Line - Schedule line for delivery.
- Vendor
Invoice - Vendor Invoice document.
- Vendor
Invoice Item - Vendor Invoice line item.
Enums§
- Aging
Bucket - AR aging bucket.
- Credit
Status - Credit check status.
- Customer
Invoice Type - Customer Invoice type.
- Delivery
Status - Delivery status.
- Delivery
Type - Delivery type.
- Document
Status - Document status in workflow.
- Document
Type - Type of business document.
- Goods
Receipt Type - Goods Receipt type.
- Invoice
Payment Status - Customer Invoice payment status.
- Invoice
Verification Status - Invoice verification status.
- Movement
Type - Movement type for inventory.
- Payment
Method - Payment method.
- Payment
Status - Payment status.
- Payment
Type - Payment type.
- Purchase
Order Type - Purchase Order type.
- Purchase
Requisition Type - Purchase Requisition type.
- Reference
Type - Type of reference relationship between documents.
- Requisition
Priority - Purchase Requisition priority.
- Sales
Order Type - Sales Order type.
- Stock
Type - Stock type for goods receipt.
- Three
WayMatch Status - Three-way match status for invoice line.
- Vendor
Invoice Type - Vendor Invoice type.