Commit 5f80febbcfddf44cf815c6cf544595b04b1537fb
1 parent
ba507803
docs(progress): pin pbc-warehousing commit ref + bump core PBC count to 9/10
Showing
1 changed file
with
6 additions
and
6 deletions
PROGRESS.md
| ... | ... | @@ -10,13 +10,13 @@ |
| 10 | 10 | |
| 11 | 11 | | | | |
| 12 | 12 | |---|---| |
| 13 | -| **Latest version** | v0.21.0 (REF.1 — plug-in BPMN publishes event, pbc-production auto-creates WorkOrder) | | |
| 14 | -| **Latest commit** | `3027c1f feat(workflow): REF.1 — plug-in BPMN publishes WorkOrderRequestedEvent → pbc-production auto-creates WorkOrder` | | |
| 13 | +| **Latest version** | v0.22.0 (P5.4 — pbc-warehousing StockTransfer; 9 of 10 core PBCs) | | |
| 14 | +| **Latest commit** | `ba50780 feat(pbc-warehousing): P5.4 — StockTransfer aggregate with atomic TRANSFER_OUT/IN ledger pair` | | |
| 15 | 15 | | **Repo** | https://github.com/reporkey/vibe-erp | |
| 16 | -| **Modules** | 19 | | |
| 17 | -| **Unit tests** | 278, all green | | |
| 16 | +| **Modules** | 20 | | |
| 17 | +| **Unit tests** | 288, all green | | |
| 18 | +| **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`) | | |
| 18 | 19 | | **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:<code>`. First PBC that REACTS to another PBC's events by creating new business state (not just derived reporting state). | |
| 19 | -| **Real PBCs implemented** | 8 of 10 (`pbc-identity`, `pbc-catalog`, `pbc-partners`, `pbc-inventory`, `pbc-orders-sales`, `pbc-orders-purchase`, `pbc-finance`, `pbc-production`) | | |
| 20 | 20 | | **Plug-ins serving HTTP** | 1 (reference printing-shop, 7 endpoints + own DB schema + own metadata + own i18n bundles) | |
| 21 | 21 | | **Production-ready?** | **No.** Foundation is solid; many capabilities still deferred. | |
| 22 | 22 | |
| ... | ... | @@ -81,7 +81,7 @@ That target breaks down into roughly 30 work units across 8 phases. About **22 a |
| 81 | 81 | | P5.1 | `pbc-catalog` — items, units of measure | ✅ DONE — `69f3daa` | |
| 82 | 82 | | P5.2 | `pbc-partners` — customers, suppliers, contacts, addresses | ✅ DONE — `3e40cae` | |
| 83 | 83 | | P5.3 | `pbc-inventory` — locations + stock balances (movements deferred) | ✅ DONE — `f63a73d` | |
| 84 | -| P5.4 | `pbc-warehousing` — receipts, picks, transfers, counts | 🔜 Pending | | |
| 84 | +| P5.4 | `pbc-warehousing` — receipts, picks, transfers, counts | ✅ Partial — `ba50780` — StockTransfer aggregate live (create/confirm/cancel), confirm writes atomic TRANSFER_OUT + TRANSFER_IN ledger pair via InventoryApi; transactional rollback verified; receipts (own-aggregate version), picks, counts still pending | | |
| 85 | 85 | | P5.5 | `pbc-orders-sales` — sales orders + lines (deliveries deferred) | ✅ DONE — `a8eb2a6` | |
| 86 | 86 | | P5.6 | `pbc-orders-purchase` — POs + receive flow (RFQs deferred) | ✅ DONE — `2861656` | |
| 87 | 87 | | 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. | | ... | ... |