Work in Days

S

Sriram

Hi,

I want the Work assignment in Timesheet of PWA to appear
in days instaead of hours. In the Projecct Plan i have set
Work & Duration entry in Days (Tools-> options-> Schedule)
but still i get Work in hours in Timesheet.

Can anybody help me out ?

Thanks and Regards

Sriram
 
S

Silke

Hi,

there was a reply on this question from David LE GLANAER
from 9/29/2003 (see below). I have the same problem and
tried the procedure described below, but it does not work.
If it works at your system, please tell us.

Silke


"Hello,

This answer comes directly form MS France :

- Open TaskPage.asp
- Place you before the last MSPJGrid.Refresh of the
Workspace.Onload()function
- Add : MSPJGrid.TextConv.SetTimeProps(x);

x=1 ------------> mn
x=2 ------------> h
x=3 ------------> d
x=4 ------------> week
x=5 ------------> month
x=6 ------------> quarter
x=7-------------> year

Hope this helps.

David.
"
 
Top