# `PhoenixKitWarehouse.Web.InventoriesLive`
[🔗](https://github.com/BeamLabEU/phoenix_kit_warehouse/blob/0.4.0/lib/phoenix_kit_warehouse/web/inventories_live.ex#L1)

LiveView for the Warehouse Stocktakes (inventories) page.

Renders the inventories history list with full table parity — global search,
per-column filtering, sorting, and configurable columns, backed by
`Andi.Warehouse.InventoryColumnConfig`.

The "In stock" default view has been moved to `Warehouse.StockLive` at
`/admin/warehouse`. The shared tab bar lives in
`AndiWeb.Components.WarehouseHeader`.

Admin-chrome pattern: `use PhoenixKitWeb, :live_view`, self-wrapping render/1
with `LayoutWrapper.app_layout` so the page title lands in the global admin
header (see the `:self_wrapped_layout` on_mount). No streams. Navigation via
`PhoenixKit.Utils.Routes.path/1`.

# `on_mount`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
