It is currently Sat Feb 11, 2012 8:23 pm

All times are UTC + 2 hours




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: how to modify "date to" of a timesheet
PostPosted: Wed Dec 16, 2009 9:03 am 
Offline

Joined: Mon Aug 17, 2009 7:35 am
Posts: 20
After a timesheet has been saved (still in Draft status) there is no option to modify the "date to" in the header of the form. There was an entry in the wrong period on the timesheet which I've now removed, but it still won't let me adjust the end date.

How can I modify the end date?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 14, 2010 11:20 pm 
Offline

Joined: Mon Aug 17, 2009 7:35 am
Posts: 20
I found no option to change the end date in the interface. I resorted to modifying the database.

Lookup the id in the hr_timesheet_sheet_sheet table:

select * from hr_timesheet_sheet_sheet;

then update the date:

update hr_timesheet_sheet_sheet set date_to='2009-11-30', date_current='2009-11-30' where id=13;


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC + 2 hours


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:

Protected by Anti-Spam ACP