Payment Entries - codbex/codbex-olympus GitHub Wiki
Payment Entry is the record to prove that an amount of money is paid.
PaymentEntry
Entity Definition
- Entity Type:
Primary Entity
- Layout Type:
Manage Master Entities
Field | Type | Length | Null? | Calc? | Ref? | Description |
---|---|---|---|---|---|---|
Id | INTEGER | no | - | - | ||
Date | DATE | no | - | - | ||
Valor | DATE | no | - | - | ||
CompanyIBAN | VARCHAR | 22 | no | - | - | Company's registered IBAN |
CounterpartyIBAN | VARCHAR | 22 | no | - | - | IBAN of the counterparty |
CounterpartyName | VARCHAR | 100 | no | - | - | Name of the counterparty |
Amount | DOUBLE | no | - | - | ||
Currency | INTEGER | no | - | yes | Reference to Currency | |
Reason | VARCHAR | 100 | - | - | - | |
Description | VARCHAR | 100 | - | - | - | |
Company | INTEGER | - | - | yes | Reference to Companies | |
Direction | INTEGER | no | - | yes | Reference to Payment Direction | |
Status | INTEGER | no | - | yes | Reference to Payment Status | |
Type | INTEGER | no | - | yes | Reference to Payment Type | |
UUID | VARCHAR | 36 | - | yes | - | Random UUID generated |
Reference | VARCHAR | 36 | no | - | - | Reference via UUID of the source document |
Custom Actions
- Reconcile