Updated Project calculation for hours and progress.

This commit is contained in:
Paolo Arena
2019-04-06 21:52:27 +02:00
parent f632259c05
commit f60edc1c5b
11 changed files with 42 additions and 50 deletions

View File

@@ -12,7 +12,7 @@ export interface IProject {
hoursplanned?: number
hoursworked?: number
priority?: number
status?: number
statusproj?: number
created_at?: Date
modify_at?: Date
completed_at?: Date