# Next Theme Vault v1.8-alpha

Converted from the LRGK platform and built out as the Next Theme operating platform.

## Added in v1.8-alpha

- Quote-to-order conversion
- Customer CRM list and customer detail view
- Customer timeline: orders, quotes and subscriptions
- Fixed customer creation for the Next Theme schema
- Stock adjustment API and admin controls
- Catalogue enable/disable controls in admin
- Workflow status endpoint
- Quote/customer/admin pages linked into the main navigation
- Safer database bootstrap for existing folders

## v1.8-alpha additions

- Job task generation from workflow type
- Order detail/job sheet page
- Internal notes per order
- Manual task creation
- Task completion/reopen controls
- Order task progress shown in production queue
- Admin open-task KPI
- `/orders` list and `/order/:id` detail flow

## Run

```bash
cd server
npm install
npm run dev
```

Open:

```text
http://localhost:3400
http://localhost:3400/pos
http://localhost:3400/quotes
http://localhost:3400/customers
http://localhost:3400/production
http://localhost:3400/ready
http://localhost:3400/subscriptions
http://localhost:3400/admin
```

Demo PINs:

```text
Staff: 1234
Manager: 2468
Admin: 9999
```
