mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
fix(remission): filter search results by stock availability and display stock info - Add stock resource integration to search item component - Filter search results to only show items with available stock (> 0) - Display current stock information in search result items - Implement calculateAvailableStock utility for accurate stock calculation - Add inStock input parameter to SearchItemToRemitComponent - Create reusable instock.resource for stock data fetching The search now only displays items that are actually available for remission, improving user experience by preventing selection of out-of-stock items. Ref: #5318