Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

what is best way to do this?

Explorer ,
May 14, 2008 May 14, 2008
Dear friends...

Need your thought on this... Please help.

i need to implement time picking simple way......


We need to inform employees work shedule.


Here is the senario,

For every employee, Some time work may start from monday to friday 8AM to 5PM.

Some time, work will be only Monday 10 AM to 2 PM


sometime work will be tuesday 2PM to 5PM, thursday 3PM to 6 PM


Work time will change or will be a range based on date.


How to handle all senario easy way. User don't want a complicated time selection method.
243
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
May 16, 2008 May 16, 2008
LATEST
How about creating a checkbox for each day along with 2 text or select fields: StartTime and EndTime. That way the client just has to click on the days and enters the start_end times for each day. If you wanted to abstract it up one level, you could create a table of "schedule" settings like this and then allow the client to select one of these schedules on the employee screen.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources