# ProductionOrder

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/components/warehouse/warehouse.ts` (line 580)

**Part of:** [Pams](subsystem-pams)

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `StoreId` | `number` |
| `CompanyId` | `number` |
| `SheetNo` | `string` |
| `StoreName` | `string` |
| `OrderDate` | `Date` |
| `ProjectManagerId` | `number` |
| `ProjectManagerName` | `string` |
| `IsProcessComplete` | `boolean` |
| `ProcessCompleteAt` | `Date` |
| `ProcessCompleteByName` | `string` |
| `ProcessCompleteById` | `number` |
| `ProductionPeriodId` | `number` |
| `ProductionPeriod` | `number` |
| `SalesItemId` | `number` |
| `ItemDescription` | `string` |
| `SalesItemUnitName` | `string` |
| `SalesItemQty` | `number` |
| `SalesItemUnitId` | `number` |
| `SalesOrderId` | `number` |
| `SalesOrderNo` | `string` |
| `CreatedById` | `number` |
| `CreatedAt` | `Date` |
| `LastModifiedById` | `number` |
| `LastModificationDate` | `Date` |
| `ResultingProductQty` | `number` |
| `ResultingProductName` | `string` |
| `ResultingProductUnitId` | `number` |
| `ProductionOrderDetails` | `ProductionOrderDetail[]` |

## Used by

2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (2)

- `ProductionOrderDetailsComponent` — `Pams/Web/Pams.Web/Client/app/components/warehouse/production-order-details/production-order-details.component.ts`:1
- `WarehouseService` — `Pams/Web/Pams.Web/Client/app/components/warehouse/warehouse.service.ts`:1
