# MaterialRequisition

**Kind:** Class

**Source:** `Frontend/src/app/components/MRQ/mrq.ts` (line 28)

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `CompanyBranchId` | `number` |
| `BranchName` | `string` |
| `RequestNo` | `string` |
| `RequestTitle` | `string` |
| `RequiredDeliveryDate` | `Date` |
| `TimeFramePeriod` | `number` |
| `TimeFramePeriodId` | `number` |
| `TimeFrame` | `string` |
| `ProductTypeId` | `number` |
| `MRQTypeId` | `number` |
| `DestinationTypeId` | `number` |
| `SalesJobId` | `number` |
| `SalesJobNo` | `string` |
| `BOMId` | `number` |
| `StatusId` | `number` |
| `Details` | `MaterialRequisitionProduct[]` |
| `CreatedById` | `number` |
| `LastModifiedById` | `number` |
| `CreatedAt` | `Date` |
| `LastModifiedAt` | `Date` |
| `RecommendedSuppliers` | `RecommendedSuppliers[]` |
| `IsLimitedToVendorList` | `boolean` |

## Used by

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

### Imported by (3)

- `MrqDetailsComponent` — `Frontend/src/app/components/MRQ/mrq-details/mrq-details.component.ts`:1
- `MrqService` — `Frontend/src/app/components/MRQ/mrq.service.ts`:1
- `BillOfMaterialsDetailsComponent` — `Frontend/src/app/components/bill-of-materials/bill-of-materials-details/bill-of-materials-details.component.ts`:1
