Bar/Beer/Keg stock take app

Hi all,

I must write a Bar/Beer/Keg stock take app - readings must be taken daily and captured and usage must be calculated.

At the moment they are using an Excel spreadsheet(what else?)

Any hints/tips etc.

Thx

What’s wrong with Excel?

The owner of the pub thinks a dedicated app would be better.

So readings will be taken and input using a tablet or mobile device?

So would a simple web based solution suffice?

Use Flask as a back end, with Bootstrap and either SQLite or MySQL.

They have a laptop, I suppose they will write down readings on paper and then capture it.

Well that’s pretty simply really, how do you want to go about it?