tickets: Expose the ticket price to the bookingform template.
[matthijs/projects/dorestad-bookings.git] / tickets /
2010-10-19 Matthijs Kooijmantickets: Expose the ticket price to the bookingform...
2010-10-19 Matthijs Kooijmantickets: Enter the actual ticket price.
2010-10-19 Matthijs Kooijmantickets: List total price with number of tickets.
2010-10-19 Matthijs Kooijmantickets: Send a confirmation when a payment is processed.
2010-10-19 Matthijs Kooijmantickets: Generalize the confirm_booking function.
2010-10-19 Matthijs Kooijmantickets: Add an interface for processing payments.
2010-10-19 Matthijs Kooijmantickets: Pluralize the booking confirmation email.
2010-10-19 Matthijs Kooijmantickets: Remove postal address fields from Booking.
2010-10-19 Matthijs Kooijmantickets: Add a Bookings.__unicode__() method.
2010-10-19 Matthijs Kooijmantickets: Add a (virtual) Booking.price property.
2010-10-19 Matthijs Kooijmantickets: Use the payment field in the admin.
2010-10-19 Matthijs Kooijmantickets: Remove the "payment" field from the booking...
2010-10-19 Matthijs Kooijmantickets: Add Booking.payment field.
2010-10-19 Matthijs Kooijmantickets: Add initial migration.
2010-10-19 Matthijs Kooijmantickets: Enable admin for Bookings.
2010-10-19 Matthijs Kooijmantickets: Add Booking.created field.
2010-10-19 Matthijs Kooijmantickets: Use CSRF protection middleware.
2010-10-19 Matthijs Kooijmantickets: Use RequestContext.
2010-10-19 Matthijs Kooijmansettings: Enable (phpbb) authentication.
2010-10-18 Matthijs Kooijmantickets: Send a confirmation email for bookings.
2010-10-18 Matthijs Kooijmantickets: Add basic booking form, view and templates.
2010-10-18 Matthijs Kooijmantickets: Add base HTML template.
2010-10-18 Matthijs Kooijmantickets: Add Booking model.
2010-10-18 Matthijs KooijmanAdd empty "tickets" application.