G
Gegga
Hi,
It seems that the actual work hours is stored in the database in a funny
way. For instance if I enter the same number of hours two days or more on a
row on the same project/task this will be stored in the database as one row.
One example:
I enter the following in my timesheet in PWA:
Task name 13/jun 14/jun 15/jun 16/jun 17/jun Total
Training 8h 8h 8h 8h 8h
40h
The following will be stored in the table MSP_WEB_WORK
wres_id wassn_id wwork_start wwork_finish wwork_type wwork_value(sec) 133 10166 13.06.2005 17.07.2005 1 2400000.00
Converting 2400000.00 sec gives 40 hours.
Can anyone tell me if actual hours is stored otherwise in the project server
database so that I can pick one row per resource/project/task/day?
It seems that the actual work hours is stored in the database in a funny
way. For instance if I enter the same number of hours two days or more on a
row on the same project/task this will be stored in the database as one row.
One example:
I enter the following in my timesheet in PWA:
Task name 13/jun 14/jun 15/jun 16/jun 17/jun Total
Training 8h 8h 8h 8h 8h
40h
The following will be stored in the table MSP_WEB_WORK
wres_id wassn_id wwork_start wwork_finish wwork_type wwork_value(sec) 133 10166 13.06.2005 17.07.2005 1 2400000.00
Converting 2400000.00 sec gives 40 hours.
Can anyone tell me if actual hours is stored otherwise in the project server
database so that I can pick one row per resource/project/task/day?