# ProcurementProducts

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/components/procurement/procurement.ts` (line 250)

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `CompanyBranchId` | `number` |
| `ProductQuantity` | `number` |
| `MRQQuantity` | `number` |
| `ProductUnitId` | `number` |
| `ProductUnitPrice` | `number` |
| `ProductTotalPrice` | `number` |
| `ProductDiscount` | `number` |
| `ProductTax` | `number` |
| `ProductId` | `number` |
| `ProductCategoryId` | `number` |
| `ProductName` | `string` |
| `ProductDescription` | `string` |
| `ProductVariantId` | `number` |
| `VariantName` | `string` |
| `ProductStage` | `number` |
| `OldStage` | `number` |
| `BOMDetailId` | `number` |
| `MRQDetailId` | `number` |
| `CreatedAt` | `Date` |
| `CreatedById` | `number` |
| `LastModifiedById` | `number` |
| `DeliveryDate` | `Date` |
| `LastModifiedAt` | `Date` |
| `CancelId` | `number` |
| `RejectId` | `number` |
| `RegretId` | `number` |
| `InquiryId` | `number` |
| `OfferId` | `number` |
| `OrderId` | `number` |
| `CurrencyCode` | `string` |
| `CurrencySymbol` | `string` |
| `RateToMainCurrency` | `number` |
| `ItemSerial` | `number` |
| `Selected` | `boolean` |
| `_placeToDelete` | `boolean` |
| `RequestedVendor` | `RequestInfo` |

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

- `ProcurementDetailsComponent` — `Pams/Web/Pams.Web/Client/app/components/procurement/procurement-details/procurement-details.component.ts`:1
- `ProcurementInquiryComponent` — `Pams/Web/Pams.Web/Client/app/components/procurement/procurement-details/procurement-inquiry/procurement-inquiry.component.ts`:1
- `ProcurementOfferComponent` — `Pams/Web/Pams.Web/Client/app/components/procurement/procurement-details/procurement-offer/procurement-offer.component.ts`:1
- `ProcurementOrderComponent` — `Pams/Web/Pams.Web/Client/app/components/procurement/procurement-details/procurement-order/procurement-order.component.ts`:1
- `ProcurementService` — `Pams/Web/Pams.Web/Client/app/components/procurement/procurement.service.ts`:1
