WISVCH / events

Registration for CH events (lectures, workshops, excursions, ...)
https://ch.tudelft.nl/events/
7 stars 10 forks source link

Add BTW to products #431

Open JulesFleuren opened 1 year ago

JulesFleuren commented 1 year ago

It would be nice if the BTW tariff could be specified for products. It should be possible to choose from three different percentages: 0%, 9% and 21%. Then the mail containing the tickets can specify the BTW amount and be used as a receipt for the participants. To calculate the BTW amount, take the percentage of the total amount and round off per product.

JoepdeJong commented 1 year ago

I suggest to add a tax field to the products which can be selected from the following list.

If we implement this as an enum, we can later change all the tax rates. We can use TAX_FREE as default when implementing this.

@JulesFleuren Do you, as a treasurer, use events as a history for orders? I don't know how often the tax rates update, but if necessary, we have to find some way to store all tax values on older orders. Or is this not a problem?