Guía de uso
Inventory
Inventory tracks raw material availability, thresholds, usage, and production readiness.
Intención de la página
The intent of Inventory is to show whether the business has enough stock to support orders and production.
Contexto para soporte
For stock mismatches, include item name, lot if available, expected quantity, and the last movement performed.
Cómo funciona
Inventory reads raw materials, lots, movements, and thresholds to show availability. It helps users answer what can be produced or sold before committing to an order.
The page should guide users from a stock signal to the source record. If a quantity is wrong, the correction usually belongs in lots, raw materials, or movements rather than in a report.
Inventory becomes more valuable when orders reserve or consume stock consistently. The page gives teams an early warning before a missing input becomes a failed delivery.
Botones y acciones
| Acción | Qué hace |
|---|---|
Create inventory | Starts an inventory record or movement where available. |
Edit | Opens the selected inventory item for correction. |
Delete | Removes an incorrect record when permitted. |
Search | Applies the visible filters to narrow the records shown on the page. |
Clear | Resets filters so the user can return to the full working list. |
Create Ticket | Abre una solicitud de soporte con esta página ya adjunta como contexto. |
Ejemplos operativos
Ejemplo 1: antes de aceptar una venta, el equipo revisa Inventory para saber si hay suficiente material disponible y si algun item está limitado o pendiente de ingreso.
Ejemplo 2: si un reporte muestra faltantes, Inventory ayuda a identificar si el problema es stock bajo, dato demo, ubicación o lote asociado. La correccion puede terminar en Lots o Raw Materials.
Ejemplo 3: durante una demo, el tour abre un modal de nuevo registro con material, cantidad, estado y zona para explicar la captura sin guardar datos reales.
Cómo se lee en el código
| Archivo | Qué hace |
|---|---|
frontend/src/pages/inventory/inventory.desktop.tsx | InventoryDesktop usa DataGrid con filas de inventario, búsqueda, paginación y DialogForm demo. El código muestra que esta pantalla enseña disponibilidad y captura guiada. |
frontend/src/lib/demo/guided-demo.ts | El flujo inventory_page_tour define los pasos inventory-overview, inventory-results, inventory-create-form y inventory-create-submit. |
frontend/src/components/data/data-grid.tsx | La tabla compartida explica el comportamiento común: búsqueda, paginación, botón de creación y lectura tipo backoffice para módulos operativos. |