- {pagination?.total ?? items.length}{" "} - {czechPlural( - pagination?.total ?? items.length, - "položka", - "položky", - "položek", - )} -
-- {search || categoryId - ? "Žádné položky pro zadaný filtr." - : "Zatím nejsou žádné skladové položky."} -
- {canManage && !search && !categoryId && ( - - )} -| handleSort("item_number")}
- >
- Číslo{" "}
- |
- handleSort("name")}
- >
- Název{" "}
- |
- Kategorie | -Jednotka | - handleSort("total_quantity")}
- >
- Množství{" "}
- |
- K dispozici | - handleSort("stock_value")}
- >
- Hodnota{" "}
- |
- Stav | -
|---|---|---|---|---|---|---|---|
| - {item.item_number || "—"} - | -{item.name} | -{item.category?.name || "—"} | -{item.unit} | -- {item.total_quantity ?? 0} - | -- {item.available_quantity ?? 0} - | -- {item.stock_value != null - ? formatCurrency(item.stock_value, "CZK") - : "0,00 Kč"} - | -- {item.below_minimum ? ( - - Pod min. - - ) : item.is_active ? ( - - OK - - ) : ( - - Neaktivní - - )} - | -