Files
tfm_ainventory/frontend
Daniel Bedeleanu 3302bae766 refactor: extract StockAdjustmentPanel component
- Extracted from page.tsx (lines 450-710)
- Pure presentational component with all state passed as props
- Props: selectedItem, isEditing, editedItem, adjustQty, adjustType, trashReason, categories, fieldScanning
- Callbacks: onCancel, onEdit, onEditChange, onQuantityChange, onTypeChange, onReasonChange, onShowScanner, onAdjustStock, onUpdateItem, onDeleteItem
- Includes edit mode and adjustment mode with quantity controls
- 291 tests passing, build successful
2026-04-19 14:47:08 +03:00
..
2026-04-15 15:20:45 +03:00
2026-04-15 20:57:01 +03:00
2026-04-15 17:31:58 +03:00
2026-04-15 19:57:06 +03:00
2026-04-18 16:20:49 +00:00