# BOMProductItems

**Kind:** Class

**Source:** `Frontend/src/app/components/bill-of-materials/bill-of-materials.ts` (line 79)

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `SheetId` | `number` |
| `BranchId` | `number` |
| `SalesItemId` | `number` |
| `ProductId` | `number` |
| `ProductGroupId` | `number` |
| `ProductVariantId` | `number` |
| `ProductName` | `string` |
| `ProductDescription` | `string` |
| `VariantName` | `string` |
| `Quantity` | `number` |
| `QuantityFomStock` | `number` |
| `QuantityMRQ` | `number` |
| `_QuantityAvailableInStock` | `number` |
| `_RemainingQty` | `number` |
| `UnitId` | `number` |
| `PurchaseJobId` | `number` |
| `PurchaseJobNo` | `string` |
| `PurchaseJobStage` | `string` |
| `ProductStageName` | `string` |
| `Purchased` | `PurchasedInfo[]` |
| `productItems` | `BOMProductItems[]` |
| `CreatedAt` | `Date` |
| `CreatedById` | `number` |
| `LastModifiedById` | `number` |
| `LastModifiedAt` | `Date` |
| `MRQNo` | `string` |
| `MRQRequestId` | `number` |
| `IsAllowed` | `boolean` |
| `_ProductUnit` | `string` |
| `BookingSummary` | `QtyPopupResponse[]` |

## Used by

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

### Imported by (5)

- `MrqDetailsComponent` — `Frontend/src/app/components/MRQ/mrq-details/mrq-details.component.ts`:1
- `BillOfMaterialsDetailsComponent` — `Frontend/src/app/components/bill-of-materials/bill-of-materials-details/bill-of-materials-details.component.ts`:1
- `BillOfMaterialsService` — `Frontend/src/app/components/bill-of-materials/bill-of-materials.service.ts`:1
- `ProductsListComponent` — `Frontend/src/app/components/configuration/products/products-list/products-list.component.ts`:1
- `MRQStatusEnum` — `Frontend/src/app/components/MRQ/mrq.ts`:5
