view work in hours, not in days

Y

yeliab

How can you get PWA to display work values in hours? Every view in PWA uses
days for this and my team needs to see hours assigned.
 
M

Michelle.ATL

Where are you trying to display hours? Please be more specific, and
I'll be happy to tell you how to do this. There are several settings
that drive this.
If this is under the My Tasks page, do the following:

1. Log in to PWA as an Administrator
2. Click on the My Tasks link from the Quick Launch bar
3. Click the Site Actions drop-down and Choose "Edit Page"
4. On the My Tasks title bar, click the "Edit" dropdown and choose
"Modify Shared Web Part"
5. On the right side, the "My Tasks" web part editor will open.
Scroll to the bottom of that editor, and click the + sign beside
"Project Web Acces."
6. Find the "Work" dropdown, and choose "Hours."
7. Click "Ok."
8. At the top of the web part, find the "Exit Edit Mode" and click the
"X."
9. Refresh the page, and you should now see Work displayed in hours.

Hope that this helps!

Michelle Thomas,MCP
Avitus Technologies
 
M

Michelle.ATL

Where are you trying to display hours? Please be more specific, and
I'll be happy to tell you how to do this. There are several settings
that drive this.
If this is under the My Tasks page, do the following:

1. Log in to PWA as an Administrator
2. Click on the My Tasks link from the Quick Launch bar
3. Click the Site Actions drop-down and Choose "Edit Page"
4. On the My Tasks title bar, click the "Edit" dropdown and choose
"Modify Shared Web Part"
5. On the right side, the "My Tasks" web part editor will open.
Scroll to the bottom of that editor, and click the + sign beside
"Project Web Acces."
6. Find the "Work" dropdown, and choose "Hours."
7. Click "Ok."
8. At the top of the web part, find the "Exit Edit Mode" and click the
"X."
9. Refresh the page, and you should now see Work displayed in hours.

Hope that this helps!

Michelle Thomas,MCP
Avitus Technologies

Forogt to mentiont that this is for Pserver 2007. Please specify
whether you are using 2003 or 2007.
 
P

/pd

Michelle,

any tips for modify the timesheet webpart ?? I for one dont like the line
that appears as 'planned" on the timesheet and would like to remove this item
from timesheet view.. how can I do that ??

/pd
 
M

Michelle.ATL

Michelle,

any tips for modify the timesheet webpart ?? I for one dont like the line
that appears as 'planned" on the timesheet and would like to remove this item
from timesheet view.. how can I do that ??

/pd






- Show quoted text -

Hi /pd:

Ah, the Timesheet...so much fun.

One of the great users on this forum (Pawel) actually posted his
workaround for this, which works like a charm:

All you need to do is to edit the pwastyle.css file on the server (in
my
case it is located here:
"C:\Program Files\Common Files\Microsoft Shared\web server
extensions\12\TEMPLATE\LAYOUTS\PWA\STYLES\pwastyle.css")


and add following line at the very end:
.XmlGridPlannedWork {display: none;}


Save the file and you are done.
You may need to force refresh of the timesheet page (pressing F5 in
your
browser) to make that change visible to IE.


If you ever wanted to revert the change - just edit the file again
and
remove the line.

Hope that this helps!

Michelle Thomas, MCP
Avitus Technologies
 
Y

yeliab

It looks like this works on my view. How can I change the enterprise view so
everyone views hours rather than days for work?
 
Top