sentier-dev / dds_registration

Django app for event registration and billing
MIT License
0 stars 1 forks source link

Calculate the total price to pay by user #18

Closed lilliputten closed 7 months ago

lilliputten commented 7 months ago

The scheme is:

Calculate the discounts (quoting Chris): get all the discounts (10%, 100 EUR), pick the highest one, and the total price is the fee minus discount. (Needs to be clarified.)

cmutel commented 7 months ago

Out of scope for now