Projects - codbex/codbex-olympus GitHub Wiki
Project is used to mark an expense/income as related to a certain job.
Project
Entity Definition
- Entity Type:
Primary Entity
- Layout Type:
Manage Entities
Field | Type | Length | Null? | Calc? | Ref? | Description |
---|---|---|---|---|---|---|
Id | INTEGER | no | - | - | ||
Name | VARCHAR | 100 | no | - | - | Name of the project/tag |
Description | VARCHAR | 200 | - | - | - | What is the goal of this project |
Company | INTEGER | no | - | yes | Reference to Company | |
Team | INTEGER | - | - | yes | Reference to Team | |
Budget | DOUBLE | - | - | - | Expected budget and reference the current costs |