jbillcliffe / django-renterprise

0 stars 0 forks source link

Create booking system view #8

Closed jbillcliffe closed 4 weeks ago

jbillcliffe commented 1 month ago

As a site user/admin user, I want to create a rental booking for a customer

As a site user/admin user, I want to take a payment for the order

jbillcliffe commented 4 weeks ago

Orders can be created. Dates are factored against existing orders with the same item. This allows the same item to be booked more than once and prevent it clashing with others.

I avoided pagination by page. But I opted to show/hide the fields as the user progresses through the form. This is still effective and does not take up a lot of space.