uppsaladatavetare / foobar-api

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

Optimised stock-taking #24

Open kjagiello opened 7 years ago

kjagiello commented 7 years ago

Currently all the items need to be counted during each stock-take. We can however skip some items, namely items that have not been restocked since the last stock-take.

kjagiello commented 7 years ago

Also, having a stock-taking supervisor permission would be a good idea. Only people with that permission should be able to initiate and finalise stock-taking and also be able to modify chunks even if locked (we should probably rename this to done).