# WarehouseDetails

**Kind:** Class

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

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `SheetNo` | `string` |
| `StoreId` | `number` |
| `CompanyId` | `number` |
| `InspectionSheetId` | `number` |
| `ReceivingShipmentId` | `number` |
| `StockTypeId` | `number` |
| `ReceivedById` | `number` |
| `SalesItemId` | `number` |
| `SalesOrderId` | `number` |
| `SentToStoreAt` | `Date` |
| `IsAssembledProduct` | `boolean` |
| `IsPurchasedProduct` | `boolean` |
| `Comments` | `string` |
| `CreatedAt` | `Date` |
| `CreatedById` | `number` |
| `LastModifiedById` | `number` |
| `LastModificationDate` | `Date` |
| `ReceivingDate` | `Date` |
| `ReceivedByName` | `string` |
| `InspectionDate` | `Date` |
| `InspectedByName` | `string` |
| `StockingProductDetails` | `WarehouseDetailsList[]` |

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

- `WarehouseDetailsComponent` — `Pams/Web/Pams.Web/Client/app/components/warehouse/warehouse-details/warehouse-details.component.ts`:1
- `WarehouseService` — `Pams/Web/Pams.Web/Client/app/components/warehouse/warehouse.service.ts`:1
