Skip to content

[FEATURE] - Inventory Management #2

@JoeProgrammer88

Description

@JoeProgrammer88

Is your feature request related to a problem? Please describe.
As an admin I want to manage inventory so that I know when to order more items and can display inventory to my visitors

Describe the solution you'd like
We need a page just for admins (roles are not built yet so don't worry about authorization), to manage inventory. I would like a paginated list, 10 items per page, display items in Bootstrap 5 cards. Each item needs an Edit button and Delete button.
Delete should pop up a Bootstrap modal dialog and delete the item and update the page.
Edit should also provide a modal dialog for the user to edit item details without leaving the page

At the top of the page we need a create button that will open a separate page for the user to create inventory items.

Inventory items need:
Cost per item - required - double
Sales price - optional- double - positive values only
Quantity: Some items will be used partially, so the quantity for some items will be percentages

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions