Post

2 followers Follow
0
Avatar

Limit Time Sheets to Hours

When you enter time on a timesheet, you have a list to choose from to enter the time type:

You can pick, hours, minutes, and days.

I want to constrict this to hours only. My company is pushing data to NetSuite for invoicing and I only want hours.

Support was no help.   It is a pick list, you think you could just remove the choice. 

it Answered

Please sign in to leave a comment.

1 comment

0
Avatar

Hello,

Please note that questions like this are outside the scope of the support channel.

Are you entering timesheets via the following view?

If so, the following CSS should do the trick:

html#p-ts-workitem-timesheets select[id^="editorContainer"][id$="selectDuration"] option[value="min"] {display: none;}
html#p-ts-workitem-timesheets select[id^="editorContainer"][id$="selectDuration"] option[value="d"] {display: none;}

I hope this helps.

Roland

Roland Pumputis 0 votes
Comment actions Permalink