Once a create a graphic class in php to do that.

In a graphic, it is easier, because you create the ''all days'' plot, and
then, create your planned date over.

I think the logic is similar.

The gantt class is in http://www.phpclasses.org/browse/package/2737.html

In html you have to adjust, because you can't plot 'over', but 'while'

A way I think this work is draw 'line' by 'line, as a printer.

Think drawing this like a printer:
A table, creating each row, a cell for each day.



2010/2/15 Jason Brower <encomp...@gmail.com>

> I am making a scheduling application and am getting fairly close.
> I have it displaying a charts relative to the size of screen.
> The data configured in the controller and built on the screen with only
> html and css.
> But I have a few issues.
> I need to create a date that I can add one day to another over and over
> to get the day and date and most of all be able to print it to the
> screen.  Do I really need to do that all before I get to the view
> without importing datetime in both the controller and the view?
>
> This view will mark across the screen with tick marks representing each
> day.
> I can get each day, but I can't get the date for each day.
> I need this and then be able to mark when ever there is a saturday and
> sunday. (As the business will be closed.  Any idea how this could be
> best done?
> Enclosed is the view I am using for it...
> I also have encloded my css so you get the idea of how it would look.
>
> Hope you can help out.
>
> --
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To post to this group, send email to web...@googlegroups.com.
> To unsubscribe from this group, send email to
> web2py+unsubscr...@googlegroups.com<web2py%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/web2py?hl=en.
>
>


-- 
Atenciosamente

-- 
=========================
Alexandre Andrade
Hipercenter.com

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to