# XWUISuperManufacturing

Super-tier app shell for the manufacturing domain, shipping ahead of an empty `industry/manufacturing/` folder so the public menu-key contract is fixed early (`mfg-dashboard` plus work orders, production schedule, BOMs, routings, quality, maintenance and reports). The `mfg-dashboard` leaf is the cold-landing default and renders a four-tile MES KPI strip via `XWUIDashboard` (Active Work Orders, OEE %, Scrap %, On-time Production) with scrap colored as danger and on-time as success; every other leaf mounts an `XWUIEmpty` "Coming soon" placeholder. Configure it with `title`, `sidebarWidth`, `activeKey`, `locale` or `user`, and merge it next to Inventory / Purchasing / Logistics through `extraTree` / `extraPages` or `XWUISuperApp.merge()`.

## Basic Usage

A standalone Manufacturing shell opening on the synthesized MES KPI dashboard, with every other sidebar leaf resolving to a placeholder.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Mounts XWUISuperManufacturing on its own with a Plant Manager identity, landing on the mfg-dashboard KPI strip.
```

## Merged With Inventory

Merges Manufacturing with a stand-in `AppInventoryDemo` Super-app via `XWUISuperApp.merge()`, putting the eight-leaf Manufacturing accordion next to a four-leaf Inventory accordion in one sidebar.

```example
file: examples/MergedWithInventory.ts
html: examples/MergedWithInventory.html
title: Merged With Inventory
description: Combines XWUISuperManufacturing with an inlined Inventory stand-in so both accordions render side by side, cold-landing on mfg-dashboard.
```

## Work Orders (Arabic)

Deep-links straight onto the `mfg-work-orders` queue under an Arabic RTL locale with a 9-order awaiting-release badge.

```example
file: examples/WorkOrdersArabic.ts
html: examples/WorkOrdersArabic.html
title: Work Orders (Arabic)
description: Cold-lands XWUISuperManufacturing on the mfg-work-orders leaf in RTL with a Tariq Idris (طارق إدريس) identity and 9 awaiting-release notifications.
```

## With OEE Monitor

Bolts a custom "OEE" group with a Line Efficiency page onto the Manufacturing shell via `extraTree` / `extraPages` and opens on it.

```example
file: examples/WithOeeMonitor.ts
html: examples/WithOeeMonitor.html
title: With OEE Monitor
description: Extends XWUISuperManufacturing with an OEE / Line Efficiency leaf backed by an XWUICard and deep-links straight to the Line 3 OEE card.
```

```api
```
