svthalia / concrexit

Thalia Website built on Django.
https://thalia.nu
Other
22 stars 11 forks source link

Add a total money sum for Food Events revenue #3724

Open BigRoelof opened 3 weeks ago

BigRoelof commented 3 weeks ago

What?

I want to have a quick and easy way to see the total amount of revenue that has been generated through food orders that are made during an event.

Why?

This makes it easier for the treasurer to check whether the costs of the Professor invoices somewhat coincide with the revenue that was made. Most ideally I would like to see this total amount split up in an amount that was paid for by card, and an amount that was paid for through TPay. This is already implemented for sales that are made during borrel shifts.

How?

All the amounts are already there. Now when I need to check these costs I just dump them into an excel sheet and calculate in manually, but I hope Technicie can do some coding hocus pocus to make the treasurer life a bit easier <3

Bonus quest

I think this is a quick and easy one: Could the VAT for every food order made be put to 0% (no VAT)? Currently it's on 21% and this is also something I have to change manually every time the orders are made, since we cannot declare VAT on this kind of product. I already changed for the past food orders so no need to delete and push those again (for now), but if this can be implemented for orders in the future that would be great.