What problem does it solve?
This Skill streamlines inventory management by providing a simple yet powerful system to track stock levels and manage inventory using a CSV file.
Core Features & Use Cases
- Inventory Tracking: Monitor stock levels, quantities, and prices for items.
- ** CRUD Operations**: Perform create, read, update, and delete operations on inventory items.
- Form Filling: Use a UI block to input and manage inventory data within the chat interface.
- Use Case: Imagine you run a small retail store. You can use this Skill to keep track of stock levels, add new items, update quantities, and remove items directly from the chat.
Quick Start
To list all items in the inventory, run the command python <modules>/warehouse/scripts/inventory.py list. To add a new item, use the command python <modules>/warehouse/scripts/inventory.py add --sku SKU-001 --name "Widget" --location A1-03 --quantity 50 --unit-price 9.99 --reorder-level 10.