Anyone know of a simple Javascript based control for scheduling.
Not looking for calendar like control.
Dont need hours simply days. To render what happens Day X, Day Y, Day Z etc.
Support linking Tasks. So to say that we want delivery of material to happen X days before work begins. So 2 tasks. First is simply that the delivery will be on Day X and then work task is say 3 days later. Then if the date of the work gets pushed back then
the day the delivery must be made automatically gets pushed back.
The UI for each task would look something like.
Step #
Predecessor
Task Name
Duration (in days)
Start Date
End Date
There are lot of javascript based scheduling controls - with/out time. But you have specific requirement. Best may be to choose a control that suits you and then modify it to suit your requirements.
Click on the Month button view in day view (which is I think you want). Most of the jquery widgets are open source. You can customize to suit your needs. Please check the license though.
thx1140
0 Points
6 Posts
Javascript based control for simple project scheduling
Dec 12, 2012 02:14 PM|LINK
Anyone know of a simple Javascript based control for scheduling.
Not looking for calendar like control.
Dont need hours simply days. To render what happens Day X, Day Y, Day Z etc.
Support linking Tasks. So to say that we want delivery of material to happen X days before work begins. So 2 tasks. First is simply that the delivery will be on Day X and then work task is say 3 days later. Then if the date of the work gets pushed back then the day the delivery must be made automatically gets pushed back.
The UI for each task would look something like.
Step #
Predecessor
Task Name
Duration (in days)
Start Date
End Date
codeasp
Star
14735 Points
2545 Posts
Re: Javascript based control for simple project scheduling
Dec 12, 2012 07:21 PM|LINK
There are lot of javascript based scheduling controls - with/out time. But you have specific requirement. Best may be to choose a control that suits you and then modify it to suit your requirements.
thx1140
0 Points
6 Posts
Re: Javascript based control for simple project scheduling
Dec 12, 2012 08:03 PM|LINK
Any suggestions for a starting point? Most of the ones I found look more like calendars or gantt charts.
codeasp
Star
14735 Points
2545 Posts
Re: Javascript based control for simple project scheduling
Dec 14, 2012 01:10 AM|LINK
Scheduling usually comes with Calendar but you should be able to create or modify the existing control. Following may be a starting point?
http://www.web-delicious.com/jquery-plugins-demo/wdCalendar/sample.php
Click on the Month button view in day view (which is I think you want). Most of the jquery widgets are open source. You can customize to suit your needs. Please check the license though.