-
-
Notifications
You must be signed in to change notification settings - Fork 149
Open
Description
Currently the inventory module allows managing items and tracking their stock, but it is mainly focused on borrowing and returning items.
It would be helpful if the inventory module had a feature for issuing items(goodies) to members as consumables. These items are not returned.
Proposed functionality
- Add a new “Issue item to member” functionality
- When issuing an item:
- Select member
- Select inventory item
- Quantity
- Date
- Optional reason/comment
- The stock of the item is reduced automatically
- A distribution log should store:
- member
- item
- quantity
- current date
- reason
- user (who issued it)
See Forum