Payment Employees - codbex/codbex-olympus GitHub Wiki
Payment by Employee expenses is a document to prove that an amount of money is paid to a given Employee.
PaymentEmployee
Entity Definition
- Entity Type:
Primary Entity
- Layout Type:
Manage Master Entities
Field | Type | Length | Null? | Calc? | Ref? | Description |
---|---|---|---|---|---|---|
Id | INTEGER | no | - | - | ||
Employee | INTEGER | no | - | yes | Reference to Employee | |
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