Issue 966: booking colander-help
Status:  Done
Owner: ----
Closed:  May 2011
Reported by shomr...@gmail.com, May 21, 2011
Hello, I like yours colander and I'm trying to modify it to my needs
I need a booking colander.
This means that I need all the days of the month to display as on row
This row will be filling with room's names and time line.

I try to change where the line:
if (opt('weekMode') == 'fixed') {

var dayInMonth = new Date(start.getFullYear(),start.getMonth()+1,1);
        dayInMonth.setDate(dayInMonth.getDate()-1); 
        dayInMonth = dayInMonth.getDate();

renderBasic(dayInMonth, 1,dayInMonth , true);

to calculate numbers of days in month
but the "events" cent be drag and changed properly

can you give me an advice?

Thanks
Gil

May 23, 2011
Project Member #1 althaus.it
Please check the issues about a horizontal (#150) or vertical (#490) ressource view.
Status: Done
May 23, 2011
#2 shomr...@gmail.com
Hello
What i like to have is something like:

https://github.com/thegrubbsian/jquery.ganttView

but with your`s plugin.

Thanks
Gil