uppsaladatavetare / foobar-api

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

Automatised inventory system (#4) #15

Closed kjagiello closed 7 years ago

kjagiello commented 7 years ago

Checklist:

kjagiello commented 7 years ago

We do not receive the proper quantities for some products (for example cutlery or ketchup). We should probably implement some kind of multiplier that can be defined on a per supplier product basis.

image (We receive 100 ketchup packages in a single box).

flaeppe commented 7 years ago

Should we always assume it is 100?(as for now) Otherwise you can add the multiplier value on the webpage. If different suppliers have different amounts per package.

However manual filling of the multiplier amount is required to confirm the order then I guess.

kjagiello commented 7 years ago

No, we cannot assume that. I agree that multipliers should be configurable (defaulting to 1).