Store - codbex/codbex-olympus GitHub Wiki
Store
Entity Definition
- Entity Type:
Primary Entity
- Layout Type:
Manage Entities
- Module: https://github.com/codbex/codbex-inventories
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 | |
Location | VARCHAR | 2000 | - | - | - | |
Contact | VARCHAR | 2000 | - | - | - | |
Company | INTEGER | - | - | yes | Reference to Company | |
Status | INTEGER | - | - | yes | Reference to Store Status |