[cvs] commit: incubator/hostel booking.php groups.php invoice.php reports.php search.php summary.php week.php incubator/hostel/config .cvsignore conf.xml prefs.php.dist incubator/hostel/lib Driver.php Hostel.php base.php ...

Chuck Hagenbuch chuck at horde.org
Tue Mar 20 05:00:53 UTC 2007


chuck       2007-03-20 01:00:53 EDT

  Added files:
    hostel               booking.php groups.php invoice.php 
                         reports.php search.php summary.php 
                         week.php 
    hostel/config        .cvsignore conf.xml prefs.php.dist 
    hostel/lib           Driver.php Hostel.php base.php 
    hostel/scripts/sql   mysql.sql 
    hostel/templates     common-header-print.inc common-header.inc 
    hostel/templates/booking booking.inc calendar.inc 
                             javascript.inc 
    hostel/templates/groups confirm-delete.inc footer.inc 
                            group.inc header.inc 
    hostel/templates/invoice accomodation_charges-print.inc 
                             accomodation_charges.inc 
                             credit_charges-print.inc 
                             credit_charges.inc invoice-print.inc 
                             invoice.inc javascript.inc 
                             resident-print.inc resident.inc 
    hostel/templates/javascript goto.inc 
    hostel/templates/menu menu.inc 
    hostel/templates/reports group_select.inc report-print.inc 
                             report.inc 
    hostel/templates/search calendar.inc javascript.inc 
                            list-bookings.inc list-rooms.inc 
                            search.inc 
    hostel/templates/summary long-report.inc short-summary.inc 
    hostel/templates/week footer.inc header-print.inc header.inc 
                          room-print.inc room.inc 
  Log:
  This is old code, but it might be useful to someone so put it into the
  incubator. Better than it perishing in a hard drive purge I guess.
  
  Revision  Changes    Path
  1.1       +91 -0     incubator/hostel/booking.php (new)
  1.1       +3 -0      incubator/hostel/config/.cvsignore (new)
  1.1       +14 -0     incubator/hostel/config/conf.xml (new)
  1.1       +42 -0     incubator/hostel/config/prefs.php.dist (new)
  1.1       +90 -0     incubator/hostel/groups.php (new)
  1.1       +173 -0    incubator/hostel/invoice.php (new)
  1.1       +869 -0    incubator/hostel/lib/Driver.php (new)
  1.1       +46 -0     incubator/hostel/lib/Hostel.php (new)
  1.1       +55 -0     incubator/hostel/lib/base.php (new)
  1.1       +150 -0    incubator/hostel/reports.php (new)
  1.1       +100 -0    incubator/hostel/scripts/sql/mysql.sql (new)
  1.1       +127 -0    incubator/hostel/search.php (new)
  1.1       +99 -0     incubator/hostel/summary.php (new)
  1.1       +261 -0    incubator/hostel/templates/booking/booking.inc (new)
  1.1       +307 -0    incubator/hostel/templates/booking/calendar.inc (new)
  1.1       +106 -0    incubator/hostel/templates/booking/javascript.inc (new)
  1.1       +31 -0     incubator/hostel/templates/common-header-print.inc (new)
  1.1       +31 -0     incubator/hostel/templates/common-header.inc (new)
  1.1       +30 -0     incubator/hostel/templates/groups/confirm-delete.inc (new)
  1.1       +68 -0     incubator/hostel/templates/groups/footer.inc (new)
  1.1       +25 -0     incubator/hostel/templates/groups/group.inc (new)
  1.1       +27 -0     incubator/hostel/templates/groups/header.inc (new)
  1.1       +80 -0     incubator/hostel/templates/invoice/accomodation_charges-print.inc (new)
  1.1       +68 -0     incubator/hostel/templates/invoice/accomodation_charges.inc (new)
  1.1       +115 -0    incubator/hostel/templates/invoice/credit_charges-print.inc (new)
  1.1       +178 -0    incubator/hostel/templates/invoice/credit_charges.inc (new)
  1.1       +27 -0     incubator/hostel/templates/invoice/invoice-print.inc (new)
  1.1       +79 -0     incubator/hostel/templates/invoice/invoice.inc (new)
  1.1       +315 -0    incubator/hostel/templates/invoice/javascript.inc (new)
  1.1       +68 -0     incubator/hostel/templates/invoice/resident-print.inc (new)
  1.1       +44 -0     incubator/hostel/templates/invoice/resident.inc (new)
  1.1       +301 -0    incubator/hostel/templates/javascript/goto.inc (new)
  1.1       +34 -0     incubator/hostel/templates/menu/menu.inc (new)
  1.1       +43 -0     incubator/hostel/templates/reports/group_select.inc (new)
  1.1       +41 -0     incubator/hostel/templates/reports/report-print.inc (new)
  1.1       +42 -0     incubator/hostel/templates/reports/report.inc (new)
  1.1       +307 -0    incubator/hostel/templates/search/calendar.inc (new)
  1.1       +74 -0     incubator/hostel/templates/search/javascript.inc (new)
  1.1       +50 -0     incubator/hostel/templates/search/list-bookings.inc (new)
  1.1       +45 -0     incubator/hostel/templates/search/list-rooms.inc (new)
  1.1       +121 -0    incubator/hostel/templates/search/search.inc (new)
  1.1       +83 -0     incubator/hostel/templates/summary/long-report.inc (new)
  1.1       +34 -0     incubator/hostel/templates/summary/short-summary.inc (new)
  1.1       +3 -0      incubator/hostel/templates/week/footer.inc (new)
  1.1       +34 -0     incubator/hostel/templates/week/header-print.inc (new)
  1.1       +35 -0     incubator/hostel/templates/week/header.inc (new)
  1.1       +64 -0     incubator/hostel/templates/week/room-print.inc (new)
  1.1       +139 -0    incubator/hostel/templates/week/room.inc (new)
  1.1       +51 -0     incubator/hostel/week.php (new)

  Chora Links:
  http://cvs.horde.org/co.php/incubator/hostel/booking.php?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/config/.cvsignore?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/config/conf.xml?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/config/prefs.php.dist?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/groups.php?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/invoice.php?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/lib/Driver.php?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/lib/Hostel.php?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/lib/base.php?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/reports.php?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/scripts/sql/mysql.sql?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/search.php?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/summary.php?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/booking/booking.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/booking/calendar.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/booking/javascript.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/common-header-print.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/common-header.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/groups/confirm-delete.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/groups/footer.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/groups/group.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/groups/header.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/invoice/accomodation_charges-print.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/invoice/accomodation_charges.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/invoice/credit_charges-print.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/invoice/credit_charges.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/invoice/invoice-print.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/invoice/invoice.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/invoice/javascript.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/invoice/resident-print.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/invoice/resident.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/javascript/goto.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/menu/menu.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/reports/group_select.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/reports/report-print.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/reports/report.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/search/calendar.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/search/javascript.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/search/list-bookings.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/search/list-rooms.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/search/search.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/summary/long-report.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/summary/short-summary.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/week/footer.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/week/header-print.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/week/header.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/week/room-print.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/templates/week/room.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/hostel/week.php?r=1.1


More information about the cvs mailing list