From 552d4e2844b6e2aab9676c2cf49b57d1f6ed21a7 Mon Sep 17 00:00:00 2001 From: jason Date: Sun, 15 Mar 2026 09:25:37 -0500 Subject: [PATCH] changelog --- CHANGELOG.md | 43 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 042d841..3ae64a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,23 +6,62 @@ This file is the running release and change log for MRP Codex. Keep it updated w ### Added +- No unreleased entries recorded yet. + +### Changed + +- No unreleased entries recorded yet. + +## 2026-03-15 + +### Added + +- Dashboard foundation followed by live-data dashboard cards and operational summary widgets +- Purchase-order domain foundation with searchable vendor and SKU workflows - Purchase receiving foundation tied to purchase orders, including warehouse/location receipt posting, receipt history, and per-line received and remaining quantity tracking - Branded quote, sales-order, and purchase-order PDFs through the shared backend Puppeteer document pipeline +- Navigation icon support for top-level modules ### Changed - Purchasing detail workflows now support operational receiving directly from the purchase-order record - Sales and purchasing detail pages now expose one-click PDF rendering actions +- Dashboard direction and project instructions were tightened through new documentation guidance - Roadmap and project docs now treat shipping/logistics documents as the next active priority after receiving and commercial PDFs +### Fixed + +- Purchase-order follow-up fixes after the initial purchasing rollout +- PDF rendering and document-pipeline fixes after the first document commits +- General refinement pass across active workflows after the initial March 15 feature wave + ## 2026-03-14 ### Added -- Foundation release for auth/RBAC, company settings, CRM, inventory, sales, purchasing, shipping, attachments, and Docker deployment +- Initial MRP foundation scaffold +- Docker build and runtime foundation, plus Unraid deployment guidance +- Prisma setup, migration fixes, npm/workspace fixes, and supporting JS/runtime cleanup +- Auth/RBAC foundation, dark mode support, and early UI cleanup +- CRM foundation through customer/vendor records, hierarchy, contacts, lifecycle metadata, images, and final CRM polish +- Inventory foundation through item master, BOMs, warehouses, stock locations, searchable SKU flows, and inventory detail refinements +- Dense workspace and compact UI passes across the active product surface +- Sales foundation with searchable document entry, conversion actions, default cost/price support, and totals/commercial logic +- Shipping foundation with sales-order linkage and packing-slip PDFs +- Company-profile and document PDF foundation with subsequent documentation updates + +### Changed + - Inventory default-price support flowing into sales documents - Purchase-order line restrictions to purchasable inventory items only -- Shipping foundation with sales-order linkage and packing-slip PDFs +- Search and focus behavior received follow-up fixes during CRM/inventory/sales rollout +- Documentation was expanded repeatedly as the foundation scope grew + +### Fixed + +- Prisma reliability and workspace setup issues discovered during the first foundation build-out +- SKU picker and autocomplete issues during inventory rollout +- Focus and autosuggest regressions during dense operational form work ### Known follow-up areas