# BillOfMaterials

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/components/bill-of-materials/bill-of-materials.ts` (line 3)

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `BranchId` | `number` |
| `SheetNo` | `string` |
| `JobId` | `number` |
| `Items` | `BOMSalesItems[]` |
| `DoMultiSupplierRequired` | `boolean` |
| `DoEngineeringRequired` | `boolean` |
| `DoProductionRequired` | `boolean` |
| `CreatedAt` | `Date` |
| `CreatedById` | `number` |
| `LastModifiedById` | `number` |
| `LastModifiedAt` | `Date` |
| `ExpectedDeliveryDate` | `Date` |
| `KickOffMeetingDate` | `Date` |
| `ReadyForShippingDate` | `Date` |
| `SalesJobStatusId` | `number` |
| `SupplyTypeId` | `number` |
| `ExpectedDelayInWeeks` | `string` |
| `ExternalOrderNo` | `string` |
| `ProjectManagerId` | `number` |
| `TotalPMBudget` | `number` |
| `TotalPMBudgetInMainCurrency` | `number` |
| `OrderCurrencyCode` | `string` |
| `OrderCurrencySymbol` | `string` |
| `RateToMainCurrency` | `number` |

## 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)

- `BillOfMaterialsDetailsComponent` — `Pams/Web/Pams.Web/Client/app/components/bill-of-materials/bill-of-materials-details/bill-of-materials-details.component.ts`:1
- `BillOfMaterialsService` — `Pams/Web/Pams.Web/Client/app/components/bill-of-materials/bill-of-materials.service.ts`:1
