- Improved Items, warehouses, categories and recipients in the plugin's own normalised tables, with SKUs, barcodes, reorder levels and cost and sale prices.
- Improved Stock held against an item and warehouse pair, so each location has its own level and its own valuation.
- Improved Stock movements as documents: check in, check out, add and remove, drafted then finalised, where a finalised document can no longer be edited or deleted.
- Improved An append-only stock ledger with no REST route, no admin screen and a veto in the data layer. On-hand quantities are derived from it.
- Improved A reconcile that proves on-hand still follows from the ledger, on demand from the admin or through `wp plugixa-inventory stock reconcile`, plus a daily check that reports drift without correcting it.
- Improved Concurrent finalises cannot oversell: the sufficiency check is the `WHERE` clause of the write, so there is no window between deciding and writing.
- Improved A stock dashboard with valuation by type and by warehouse, a movement trend, top movers and the items closest to running out.
- Improved A per-warehouse view with its own stock list, low-stock list and activity feed.
- Improved Average costing, taking the item's cost price and falling back to its sale price where no cost is recorded, with outgoing stock costed on the ledger row that removed it.
- Improved Barcode scanning and quick search across names, SKUs and barcodes.
- Improved CSV import for items, categories, warehouses and people, with a column-matching step, lookups by name or code, errors reported by line number, batching, resume and revert.
- Improved Opening stock imported as a real finalised movement, so the ledger and the valuation agree with it from the first day.
- Improved An Export button on every list that writes the current view, filters and all, to CSV.
- Improved The whole application on a page of the site through `[plugixa_inventory_app]`, with `width`, `height` and `mode` attributes, rendered in a frame so no theme can restyle it and it cannot restyle any theme.
- Improved An App Manager that switches features off, stopping their endpoints and their background work while keeping every record.
- Improved Notifications and alerts for low stock and anything else needing somebody.
- Improved Pro adds FIFO and LIFO layer costing, warehouse transfers, inventory adjustments, reports and analytics, custom fields, units of measurement, roles and permissions, desktop notifications, installation as a progressive web app, and dark mode.
Plugixa Inventory Changelog
A modern inventory plugin with a React admin panel, per-warehouse stock levels, an append-only stock ledger, barcode scanning, CSV import and export, and stock valuation.