ocdtrekkie / xrf_billing_sandstorm

XRF Billing for Sandstorm
MIT License
2 stars 0 forks source link

Add Inventory Management #4

Open ocdtrekkie opened 1 year ago

ocdtrekkie commented 1 year ago

The next step for this is the ability to edit the inventory. We should be able to add categories in addition to inventory, and change the category of an inventory item or edit it's descriptions. Crucially, inventory should not be deleted as it may have been used in historical orders, but we should add to the table to allow inventory to be retired so it doesn't show up when adding charges.

ocdtrekkie commented 1 year ago

I now have the basic structure of inventory management figured out, and hidden items work as intended. However, the UI to edit inventory items or add categories has not been implemented yet.