# ReceivingShipmentDetails

**Kind:** Class

**Source:** `Frontend/src/app/components/warehouse/warehouse.ts` (line 8)

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `StoreId` | `number` |
| `CompanyId` | `number` |
| `ShipmentNo` | `string` |
| `SheetNo` | `string` |
| `SupplierId` | `number` |
| `ReceivedAt` | `Date` |
| `ReceivedById` | `number` |
| `Comments` | `string` |
| `CreatedAt` | `Date` |
| `CreatedById` | `number` |
| `LastModifiedById` | `number` |
| `LastModificationDate` | `Date` |
| `ReceivedPOs` | `ReceivedPOs[]` |
| `_ReceivedOrders` | `number[]` |
| `_OrderTypeId` | `number` |
| `_ClientName` | `string` |

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

- `ReceivedPurchaseOrderComponent` — `Frontend/src/app/components/warehouse/receiving-shipment-details/received-purchase-order/received-purchase-order.component.ts`:1
- `ReceivingShipmentDetailsComponent` — `Frontend/src/app/components/warehouse/receiving-shipment-details/receiving-shipment-details.component.ts`:1
- `WarehouseService` — `Frontend/src/app/components/warehouse/warehouse.service.ts`:1
