rebrand CODEXIUM

This commit is contained in:
2026-03-16 00:00:04 -05:00
parent daced2b7c9
commit f60d534f64
9 changed files with 34 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ This file defines project-specific guidance for future contributors and coding a
## Project overview
MRP Codex is a modular Manufacturing Resource Planning platform intended to be a lighter, sleeker alternative to Odoo. The current repository contains the foundation release:
CODEXIUM is a modular Manufacturing Resource Planning platform intended to be a lighter, sleeker alternative to Odoo. The current repository contains the foundation release:
- React + Vite + Tailwind frontend
- Express + TypeScript backend
@@ -18,6 +18,7 @@ MRP Codex is a modular Manufacturing Resource Planning platform intended to be a
- inventory items, BOMs, warehouses, locations, transactions, item attachments, and item pricing
- inventory transfers, reservations, available-stock visibility, and work-order reservation automation
- inventory SKU master builder with family-scoped sequence generation and branch-aware taxonomy management
- inventory thumbnail image staging on create/edit and dedicated thumbnail display on item detail
- sales quotes, sales orders, approvals, revision history/comparison, and purchase orders
- purchase-order revision history and revision comparison across document and receipt changes
- purchase-order supporting documents and vendor-side purchasing visibility
@@ -36,6 +37,7 @@ MRP Codex is a modular Manufacturing Resource Planning platform intended to be a
- backup/restore guidance, richer startup diagnostics, and exportable support bundles in the admin diagnostics workflow
- backup verification checklist and restore-drill runbook in the admin diagnostics workflow
- support-log viewing, filtering, retention cleanup, and support debugging helpers in the admin diagnostics workflow
- startup brand-theme hydration so Company Settings colors persist across refresh
- Puppeteer PDF foundation
- single-container Docker deployment
@@ -163,3 +165,4 @@ If you cannot run one of those checks, say so explicitly.
- Prisma runtime on Debian bookworm requires `debian-openssl-3.0.x`
- `shared` package exports must use Node ESM-compatible `.js` specifiers
- Local Docker validation may fail if the Docker daemon is unavailable; distinguish daemon issues from image issues