From 39152a69f0c1d4fdaf124b72110f7494f5c1a9b5 Mon Sep 17 00:00:00 2001 From: zichun Date: Thu, 9 Apr 2026 14:01:34 +0800 Subject: [PATCH] docs(progress): pin pbc-quality commit ref + bump core PBC count to 10/10 --- PROGRESS.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/PROGRESS.md b/PROGRESS.md index 96e3f9b..fb0be81 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -10,12 +10,12 @@ | | | |---|---| -| **Latest version** | v0.22.0 (P5.4 — pbc-warehousing StockTransfer; 9 of 10 core PBCs) | -| **Latest commit** | `ba50780 feat(pbc-warehousing): P5.4 — StockTransfer aggregate with atomic TRANSFER_OUT/IN ledger pair` | +| **Latest version** | v0.23.0 (P5.8 — pbc-quality InspectionRecord; **10 of 10 core PBCs complete**) | +| **Latest commit** | `4835785 feat(pbc-quality): P5.8 — InspectionRecord (10th and final core PBC) — core PBC count now 10/10` | | **Repo** | https://github.com/reporkey/vibe-erp | -| **Modules** | 20 | -| **Unit tests** | 288, all green | -| **Real PBCs implemented** | 9 of 10 (`pbc-identity`, `pbc-catalog`, `pbc-partners`, `pbc-inventory`, `pbc-warehousing`, `pbc-orders-sales`, `pbc-orders-purchase`, `pbc-finance`, `pbc-production`) | +| **Modules** | 21 | +| **Unit tests** | 297, all green | +| **Real PBCs implemented** | **10 of 10** (pbc-identity, pbc-catalog, pbc-partners, pbc-inventory, pbc-warehousing, pbc-orders-sales, pbc-orders-purchase, pbc-finance, pbc-production, pbc-quality) — P5.x row of the implementation plan complete at minimal v1 scope | | **End-to-end smoke runs** | An SO confirmed with 2 lines auto-spawns 2 draft work orders via `SalesOrderConfirmedSubscriber`; completing one credits the finished-good stock via `PRODUCTION_RECEIPT`, cancelling the other flips its status, and a manual WO can still be created with no source SO. All in one run: 6 outbox rows DISPATCHED across `orders_sales.SalesOrder` and `production.WorkOrder` topics; pbc-finance still writes its AR row for the underlying SO; the `inventory__stock_movement` ledger carries the production receipt tagged `WO:`. First PBC that REACTS to another PBC's events by creating new business state (not just derived reporting state). | | **Plug-ins serving HTTP** | 1 (reference printing-shop, 7 endpoints + own DB schema + own metadata + own i18n bundles) | | **Production-ready?** | **No.** Foundation is solid; many capabilities still deferred. | @@ -85,7 +85,7 @@ That target breaks down into roughly 30 work units across 8 phases. About **22 a | P5.5 | `pbc-orders-sales` — sales orders + lines (deliveries deferred) | ✅ DONE — `a8eb2a6` | | P5.6 | `pbc-orders-purchase` — POs + receive flow (RFQs deferred) | ✅ DONE — `2861656` | | P5.7 | `pbc-production` — work orders, routings, operations | ✅ Partial — v2 state machine (DRAFT → IN_PROGRESS → COMPLETED), `WorkOrderInput` BOM child entity with per-unit consumption auto-issuing `MATERIAL_ISSUE` at complete time, scrap verb writing negative `ADJUSTMENT`. Auto-spawn from SO confirm still works with empty BOM. Routings / operations / scheduling still pending. | -| P5.8 | `pbc-quality` — inspection plans, results, holds | 🔜 Pending | +| P5.8 | `pbc-quality` — inspection plans, results, holds | ✅ Partial — `4835785` — InspectionRecord aggregate live (append-only record of QC decisions with APPROVED/REJECTED + inspected/rejected quantities + source reference + inspector). Plans/templates + cross-PBC reactions (quarantine on rejection, WO scrap) still pending. | | P5.9 | `pbc-finance` — GL, journal entries, AR/AP minimal | ✅ Partial — minimal AR/AP journal entries driven by events; full GL pending | ### Phase 6 — Web SPA (React + TS) -- libgit2 0.22.2