# ReceivedProducts

**Kind:** Class

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

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `OrderId` | `number` |
| `ProductId` | `number` |
| `GroupId` | `number` |
| `Comments` | `string` |
| `ProductUnitId` | `number` |
| `OrderedQty` | `number` |
| `MRQDetailId` | `number` |
| `ReceivedQty` | `number` |
| `ReturnedQty` | `number` |
| `ReceivedShipmentId` | `number` |
| `IsTotallyReceived` | `boolean` |
| `StockingLocation` | `string` |
| `ProductVariantId` | `number` |
| `AssembledProductId` | `number` |
| `StockingArea` | `string` |
| `VariantName` | `string` |
| `ProductName` | `string` |
| `ProductDescription` | `string` |
| `UnitName` | `string` |
| `StatusId` | `number` |
| `CreatedById` | `number` |
| `CreatedAt` | `Date` |
| `LastModifiedById` | `number` |
| `LastModifiedAt` | `Date` |

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

- `ReceivedPurchaseOrderComponent` — `Pams/Web/Pams.Web/Client/app/components/warehouse/receiving-shipment-details/received-purchase-order/received-purchase-order.component.ts`:1
- `ReceivingShipmentDetailsComponent` — `Pams/Web/Pams.Web/Client/app/components/warehouse/receiving-shipment-details/receiving-shipment-details.component.ts`:1
