diff --git a/PROGRESS.md b/PROGRESS.md index d574223..1074ab3 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -10,11 +10,11 @@ | | | |---|---| -| **Latest version** | v0.27.0 (P1.8 — JasperReports integration; **all Phase 1 platform units done**) | -| **Latest commit** | `89f47a3 feat(reports): P1.8 — JasperReports integration + built-in ping report` | +| **Latest version** | v0.28.0 (pbc-production v3 routings + shop-floor dashboard + OpenAPI / Swagger UI) | +| **Latest commit** | `11bef93 feat(bootstrap+security): OpenAPI 3 spec + Swagger UI` | | **Repo** | https://github.com/reporkey/vibe-erp | | **Modules** | 24 | -| **Unit tests** | 337, all green | +| **Unit tests** | 355, 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) |