-
-
Notifications
You must be signed in to change notification settings - Fork 572
Closed
Description
Summary
Add ability to delete empty Item Categories
Why
The way banks categorize things can change over time, and they may not need old categories anymore.
Details
To see the item categories,
sign in as org_admin1@example.com, click Inventory, then "Items & Inventory". Now click on the "Item Categories" tab.
Change needed
Add a "Delete" action button if and only if the category has no items in it. Include a confirmation step. Once confirmation is received, the app will delete the item category.
Criteria for completion
- behaviour as described above
- tests to support the behaviour as described above
- update user guide to include this behaviour