Modules
PhoenixKit module: stock, stocktakes, internal orders, supplier orders, goods receipt, and goods issue.
Single entry point for warehouse module activities.
Shared column-registry engine for warehouse list LiveViews.
Column registry for the goods issues list LiveView.
Column registry for the goods receipts list LiveView.
Column registry for the internal orders list LiveView.
Column registry for the warehouse stocktakes (inventory documents) list LiveView.
Column registry for the warehouse stock-balances ("In stock") flat list LiveView.
Column registry for the supplier orders list LiveView.
Thin isolation layer over the optional PhoenixKitComments module for every
warehouse document kind.
Computes, per source document, how much quantity per item has already been committed to non-deleted downstream documents referencing it — used so that selecting the same source into a second (or later) document only adds what's still outstanding, instead of duplicating the full original quantity.
Resolves warehouse document UUIDs to human-readable labels and admin paths.
Gettext backend for phoenix_kit_warehouse.
Context for managing goods issues (materials written off to production).
Context for managing goods receipts (goods arrival onto the warehouse).
Context for managing internal orders (warehouse demand documents).
Context for managing warehouse inventory documents.
Generic registry/dispatch for the source_refs decoupling contract.
Context for managing warehouse stock balances.
Resolves (and creates if missing) the PhoenixKit Storage folder for a warehouse document.
Context for managing supplier orders (purchase orders to a single supplier).
Minimal per-user, per-scope view-preference store — the "smallest viable"
replacement for Andi.UserViewConfigs (design doc, cross-dependency table).
use-macro that injects column-management handle_event/3 callbacks into a
LiveView. Generic across scopes — pass the column-config module and scope via
options
Function component for the "Customize columns" modal used by Andi list LVs.
Presentation helper for warehouse document comment threads. panel/1
embeds the ready-made PhoenixKitComments.Web.CommentsComponent.
Inline filter input components rendered in a list LiveView's toolbar, one per active filter. Each chip
Warehouse-specific catalogue tree components.
Shared tab navigation for the Warehouse section.
LiveView for creating and editing goods issues.
LiveView for the Goods Issues list page.
LiveView for creating and editing goods receipts.
LiveView for the Goods Receipts list page.
LiveView for creating and editing internal orders.
LiveView for the Internal Orders list page.
LiveView for the Warehouse Stocktakes (inventories) page.
LiveView for creating and editing inventory documents.
Warehouse-location settings page (/admin/settings/warehouse).
LiveView for the Warehouse "In stock" page.
LiveView for creating and editing supplier orders.
LiveView for the Supplier Orders list page.