Companies - codbex/codbex-olympus GitHub Wiki
Company
Entity Definition
- Entity Type:
Primary Entity - Layout Type:
Manage Entities - Module: https://github.com/codbex/codbex-companies
| Field | Type | Length | Null? | Calc? | Ref? | Description |
|---|---|---|---|---|---|---|
| Id | INTEGER | no | - | - | ||
| Name | VARCHAR | 100 | no | - | - | Name of the company or the branch |
| Manager | VARCHAR | 100 | - | - | - | Name of the legally responsible person |
| VARCHAR | 100 | - | - | - | ||
| Phone | VARCHAR | 20 | - | - | - | |
| Address | VARCHAR | 200 | - | - | - | |
| PostCode | VARCHAR | 20 | - | - | - | |
| City | INTEGER | - | - | yes | Reference to Cities | |
| Country | INTEGER | - | - | yes | Reference to Countries | |
| TIN | VARCHAR | 20 | - | - | - | Tax identification number |
| IBAN | VARCHAR | 22 | no | - | - | IBAN of the bank account (default) |
BankAccount
Entity Definition
- Entity Type:
Dependent Entity - Layout Type:
Manage Details Entities - Module: not yet available
| Field | Type | Length | Null? | Calc? | Ref? | Description |
|---|---|---|---|---|---|---|
| Id | INTEGER | no | - | - | ||
| Company | INTEGER | no | - | yes | Reference to Companies | |
| IBAN | VARCHAR | 22 | no | - | - | IBAN of the bank account |
| Currency | INTEGER | no | - | yes | Reference to Currencies |