Files
inwentarz/src
RKWojs ec1dbaa2a7 feat: Implement inventory management features with status tracking and checkout functionality
- Updated layout metadata to reflect "Inventory Management" title and description.
- Enhanced inventory item model to include status (active, checked-out, used-up).
- Added status filter to inventory items display.
- Introduced CheckoutBasket component for managing selected items during checkout.
- Implemented checkout process to update inventory based on item status and location.
- Modified database schema to include status column with migration for existing items.
- Updated API endpoints to support fetching and updating inventory items by status.
2025-08-04 15:53:07 +02:00
..