Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.1 KB

ProjectEntity.md

File metadata and controls

23 lines (20 loc) · 1.1 KB

# ProjectEntity

Properties

Name Type Description Notes
parentTitle string [optional]
customer int [optional]
id int [optional]
name string
orderNumber string [optional]
orderDate \DateTime [optional]
start \DateTime [optional]
end \DateTime [optional]
comment string [optional]
visible bool
budget float
timeBudget int
metaFields \Fiteco\KimaiClient\Model\ProjectMeta[] All visible meta (custom) fields registered with this project [optional]
teams \Fiteco\KimaiClient\Model\Team[] If no team is assigned, everyone can access the project (also depends on the teams of the customer) [optional]
color string [optional]

[Back to Model list] [Back to API list] [Back to README]