Well, if nobody else wants to take a stab at this one.

A couple of years ago I wrote a Webapp, using CGI::Application and a bundle of other tings including Time::Piece to run golf course tee-off time scheduling. Slots lengths were configurable (based on preferences) because some courses tee-off from only one hole, others run dual tee-off and tighten the slot timing depending on the day of week. You don't need to use a fancy calendar module. As I recall I used a simple HTML calendar created dynamically to select the day (there are some nice JavaScript ones as well) and then created a table where each timeslot was a clickable area using HTML::Template already booked timeslots were in red and could not be clicked! Pretty simple really. Class::DBI and its family, as well the the plug-ins for CGI::Application made it a lot easier. As of now it manages 37 golf course for 28 clubs. It has been adapted for beauty salon booking and on the golf version it also handles lesson bookings for the pro's at the clubs. It isn't trivial, but I wrote it on my own over a period of about 6 months, so it wasn't a nightmare either!

jdtoronto


In reply to Re: (OT) designing a "per event, resource schedule" manager by jdtoronto
in thread (OT) designing a "per event, resource schedule" manager by leocharre

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.