Simple Reports
Reporting extension point| Report | Value | Purpose |
|---|---|---|
| Production output | 0 | Shopfloor performance |
| Stock balance | 1240 | Inventory support |
| ERP sync failures | 0 | Support priority |
| Open vendor tickets | 0 | Follow-up until closure |
Julie's-inspired manufacturing style
Tester Guide / UAT Checklist
Instructions only
| Report | Value | Purpose |
|---|---|---|
| Production output | 0 | Shopfloor performance |
| Stock balance | 1240 | Inventory support |
| ERP sync failures | 0 | Support priority |
| Open vendor tickets | 0 | Follow-up until closure |
This is a working ERP integration architecture demo. It uses mock Infor M3 and SYSPRO connectors because no live vendor tenant credentials are available. A real connector can replace the mock connector behind the same interface after access, mapping, security, and vendor test rules are provided.
The UI is Julie's-inspired in public biscuit manufacturing tone only. It is not an official Julie's system, does not copy protected brand assets, and does not claim Julie's uses Infor M3 or SYSPRO.
The online demo uses dependency-free JSON / in-memory storage so staff can test the full workflow without SQL Server credentials, database setup, or vendor platform access. It does not claim that a live SQL Server database is connected to this public demo.
Database readiness is demonstrated through SQL Server proof scripts in the project. These scripts show the intended schema, seed data, stored procedures, views, functions, scheduler concept, and data warehouse reporting structure that can replace the demo store in a production implementation.
sql/001_schema.sql creates app, erp, dw, and admin.sql/002_seed_demo_data.sql prepares demo manufacturing and sales records.app.sp_CreateWorkOrder, app.sp_CompleteProduction, erp.sp_QueueOutbox, and dw.sp_LoadFactSales.podman build -t localhost/manufacturing-erp-demo:latest . podman save -o manufacturing-erp-demo.tar localhost/manufacturing-erp-demo:latest scp ./manufacturing-erp-demo.tar [email protected]:~/manufacturing-erp-demo-update.tar