Payment Purchase Invoices - codbex/codbex-olympus GitHub Wiki
Payment by Purchase Invoice is a document to prove that an amount of money is paid by a given Purchase Invoice.
PaymentPurchaseInvoice
Entity Definition
- Entity Type:
Primary Entity
- Layout Type:
Manage Master Entities
Field | Type | Length | Null? | Calc? | Ref? | Description |
---|---|---|---|---|---|---|
Id | INTEGER | no | - | - | ||
PurchaseInvoice | INTEGER | no | - | yes | Reference to Purchase Invoice | |
Date | DATE | no | - | - | ||
Valor | DATE | no | - | - | ||
Amount | DOUBLE | no | - | - | ||
Currency | INTEGER | no | - | yes | Reference to Currency | |
Reason | VARCHAR | 100 | - | - | - | |
Description | VARCHAR | 100 | - | - | - | |
UUID | VARCHAR | 36 | - | yes | - | Random UUID generated |
Actions
- Reconcile
Triggers
- PaymentEntry is to be created
- PurchaseInvoicePaymentEntry is to be created