Motivation
Lots of work has been done toward building a booking system. It would be good to have most of this work encapsulated in an easy to install module as party of open crm.
Supported Features
- An event content type to store information about events.
- The ability to sell tickets to these events using a variety of payment structures including
- Dated booking windows
- Ticket Classes (e.g. Children, Adults and Concessions).
- Provide relevant tabs to access data on the Party Dashboard.
- Provide tools to allow administrators to add and manage bookings.
- Provide a tab on the user dashboard to allow users to manage their bookings.
- Provide useful reports.
Remaining Tasks
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2116971-1.patch | 328.95 KB | rlmumford |
Comments
Comment #1
rlmumfordHere is an initial patch.
Comment #2
rerooting commentedFYI the binary files (pngs) cause the patch to fail. I used --exclude for those and --ignore-whitespace and got it to apply cleanly. Excited to see how it goes!
Comment #3
rerooting commentedUmmmm soo... where would i find party_commerce_booking these days? partyopoly?
Comment #4
rlmumfordThis is now in party extras. Sorry it took so long!
Comment #5
rerooting commentedYay thanks!
Comment #6
caldenjacobs commentedWhat are general thoughts on deferring to the (wonderful) BAT (http://drupal.org/project/bat) module for Booking and Availability functionality?