diff --git a/src/InventoryAdmin.php b/src/InventoryAdmin.php index 1d386cd..f021704 100644 --- a/src/InventoryAdmin.php +++ b/src/InventoryAdmin.php @@ -81,14 +81,16 @@ public function render(string $csrf = '', ?string $notice = null, ?string $q = n $html = '
Stock as an append-only ledger — on-hand, reserved and available per location. ' - . 'Receive, adjust, count or transfer below, or drive it over MCP.
' - . $this->datalists($skus, array_values($locations)) - . $this->forms($csrf); + . 'Filter it below, record a movement, or drive it all over MCP.' + . $this->datalists($skus, array_values($locations)); + // Lead with the stock overview — the operator wants to *see* inventory + // first; the movement forms come after. + $html .= 'No stock yet. Receive some above, or with the inventory_receive tool.
No stock yet. Record a receipt below, or use the inventory_receive tool.
No stock matches “' . $this->e($q) . '”.
'; } else { $html .= 'None yet.
'; @@ -155,7 +161,7 @@ private function forms(string $csrf): string { $t = ''; - return '