timesheet problem [message #223308] |
Thu, 08 March 2007 07:27 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
sophia_786
Messages: 13 Registered: February 2007 Location: manchester
|
Junior Member |
|
|
Hi all
im creating a timesheet system, and ive created the tables so that
a single timesheet has a number of timesheet items.
so the columns similar to:
timesheet
timesheet week_ending emp_id
1 02-mar-2007 3
2 23-feb-2007 3
3 16-feb-2007 3
4 23-feb-2007 2
5 02-mar-2007 2
timesheet_items
timsheet_item timsheet project total_hours
1 1 Developement 4
2 1 Support 5
3 1 Maintenance 4
i have create sequences to generate the timesheet_item and timesheet values. when a user logs in to fill in a timesheet they are taken directly to the timesheet_item form where they can start to fill in the their hours.
however my problem is that i need the sequence to generate a new timesheet every week not everyime a user logs in.
is this possible?
hope i have explained that ok.
thanks
|
|
|
|
Re: timesheet problem [message #223378 is a reply to message #223308] |
Thu, 08 March 2007 13:33 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
sophia_786
Messages: 13 Registered: February 2007 Location: manchester
|
Junior Member |
|
|
thanks, but im still unsure how to go about doing that can you explain a little more in depth please im very new to oracle forms.
thnaks
|
|
|
|
|