uppsaladatavetare / foobar-api

The backend of the FooBar kiosk and inventory system.
MIT License
12 stars 6 forks source link

Income statistics #8

Open kjagiello opened 7 years ago

kjagiello commented 7 years ago

Statistics that show the total amount of differences and withdrawals during a given time period.

flaeppe commented 7 years ago

Both the FooCard wallet and the Cash wallet could have its separate statistics over incoming and outgoing transactions and instead of showing each transaction in detail, we could have a summarised view over transactions. This would also more properly display the movement of money inside the system.

Say, for each wallet we could summarise the outgoing and incoming transactions over a selected timeframe. So for day 1 we see that an x amount of money is outgoing and a y amount of money is incoming. From this view there could also be the option of showing all transactions(hence a more detailed view), which is just a redirecting link to another part of the admin panel.

Doing this would also improve the loading time for the wallets and open up for an improved statistics view of the movement of money.