diff --git a/modules/README.md b/modules/README.md index 85404bd..1df7975 100644 --- a/modules/README.md +++ b/modules/README.md @@ -153,6 +153,8 @@ The checklist module provides asset tracking and accountability features with sa - `checklistapprove ` - Approve a pending check-in (admin) - `checklistdeny ` - Deny/remove a check-in (admin) +more at [modules/checklist.md](modules/checklist.md) + #### Examples ``` @@ -192,10 +194,11 @@ The inventory module provides a full point-of-sale (POS) system with inventory t | Command | Description | |--------------|-----------------------------------------------| -| `itemadd [location]` | Add new item to inventory | +| `itemadd [price] [loc]` | Add new item to inventory | | `itemremove ` | Remove item from inventory | -| `itemreset [price=X] [qty=Y]` | Update item price or quantity | +| `itemadd [price] [loc]` | Update item price or quantity | | `itemsell [notes]` | Quick sale (bypasses cart) | +| `itemloan ` - Loan/checkout an item | | `itemreturn ` | Reverse a transaction | | `itemlist` | View all inventory items | | `itemstats` | View today's sales statistics | @@ -210,6 +213,8 @@ The inventory module provides a full point-of-sale (POS) system with inventory t | `cartbuy` or `cartsell` | Complete transaction | | `cartclear` | Empty your cart | +more at [modules/inventory.py](modules/inventory.py) + #### Features - **Transaction Tracking**: All sales are logged with timestamps and user information