# BookingProductDetails

**Kind:** Class

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

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `StoreId` | `number` |
| `CompanyId` | `number` |
| `SheetNo` | `string` |
| `EngineerId` | `number` |
| `SalesOrderId` | `number` |
| `SalesItemId` | `number` |
| `PackageTitle` | `string` |
| `IsAssembled` | `boolean` |
| `Comments` | `string` |
| `CreatedById` | `number` |
| `CreatedAt` | `Date` |
| `LastModifiedById` | `number` |
| `LastModificationDate` | `Date` |
| `BookingProductDetails` | `BookingProductList[]` |
| `SentToStoreAt` | `Date` |
| `ReceivedById` | `number` |
| `IsReadyForShipment` | `boolean` |
| `ReadyForShipmentAt` | `Date` |
| `IsInvoiceApproved` | `boolean` |
| `InvoiceApprovedAt` | `Date` |
| `IsDeliverdToClient` | `boolean` |
| `DeliverdToClientAt` | `Date` |
| `DeliverdToClientById` | `number` |

## Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (1)

- `WarehouseService` — `Frontend/src/app/components/warehouse/warehouse.service.ts`:1
