View unanswered posts | View active topics
|
Page 1 of 1
|
[ 2 posts ] |
|
| Author |
Message |
|
mortoray
|
Post subject: how to modify "date to" of a timesheet Posted: Wed Dec 16, 2009 9:03 am |
|
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 |
|
 |
|
mortoray
|
Post subject: Posted: Thu Jan 14, 2010 11:20 pm |
|
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 |
|
 |
|
Page 1 of 1
|
[ 2 posts ] |
|
|
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
|