# ProductionOrderDetail

**Kind:** Class

**Source:** `Frontend/src/app/components/warehouse/warehouse.ts` (line 619)

**Part of:** [Frontend](subsystem-frontend-src-app)

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `ProductId` | `number` |
| `UsedQty` | `number` |
| `ProductUnitId` | `number` |
| `ReturnQty` | `number` |
| `ProductVariantId` | `number` |
| `ProductionOrderId` | `number` |
| `VariantName` | `string` |
| `ProductName` | `string` |
| `BOMDetailId` | `number` |
| `UnitName` | `string` |

## Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (1)

- `ProductionOrderDetailsComponent` — `Frontend/src/app/components/warehouse/production-order-details/production-order-details.component.ts`:1
