Sample Booking Calender
  • Objects : Resources such as Bungalows etc.
  • Booking: allocation of the resource during a period of dates.
  • Calendar: a view of availability of the resource in time Yellow=Pending, Red=Booked, Green any other status.
  • Navigate using top en bottom links.

Why? The CCS Calendar object is ment to be used to display daily events, this is a spawned event calender.
How? Calendar_table contains a ID, booking_id, object_id, event_date and some other fields.
When a Booking is made (AfterInsert), given booking_id, object_id, date_from, date_to,
a series of inserts is built each containing the same data except for the event_date that is incremented by 1 from date_from upto date_to, these inserts are fired at the Calendar_table.
If a booking is changed, a delete where booking_id is fired, before the same insert routine.
Deletion of a Booking simply fires a Delete where booking_id at the Calendar_table. 

 

Login
Login
Password
 
 (demo@nowhere.com/demo)

Dit is een voorbeeld reservering kalender.

  • Objecten: De te reserveren objecten, zoals bungalows etc.
  • Reservering: De reserveringsgegevens van een Object.
  • Kalender : een overzicht van de beschibaarheid van een object
    Weegave is geel voor gereserveerd, rood voor geboekt, groen voor alle andere status mogelijkheden.
  • Maak een keuze uit de menubalk (boven en onder)