Description
Checklist
Please make sure you have performed the following steps before submitting a new feature request, change [ ]
to [x]
to mark it as done
- I have read the Contributing Guidelines and Scope and Purpose
- I have searched through existing issues.
Description
When adding/consuming supplies, the quantity field is an arbitrary float. It would be useful when adding a new supply record to be able to specify the unit being used (e.g. each, qt, l, gal).
This could be presented as a text field when adding supplies, and as straight text after the "In Stock" value in the Select Supplies dialog.
For rather a bit more effort, it could be implemented as a dropdown of units, grouped by equivalent type (Standalone, Volume, Length, etc). The value could then be stored a standard unit (e.g. l for volume, m for length, etc), and then when adding/replenishing/consuming supplies allow selection from the appropriate group of units and apply a conversion factor.