# PurchasingItems

**Kind:** Class

**Source:** `Frontend/src/app/models/purchasing/purchasing.ts` (line 239)

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `ProductId` | `number` |
| `CompanyBranchId` | `number` |
| `ItemQuantity` | `number` |
| `ItemUnitId` | `number` |
| `ItemUnitPrice` | `number` |
| `ItemTotalPrice` | `number` |
| `ItemDescription` | `string` |
| `ItemCategoryId` | `number` |
| `ItemType` | `number` |
| `ItemStage` | `number` |
| `JobId` | `number` |
| `OfferId` | `number` |
| `OrderId` | `number` |
| `InquiryId` | `number` |
| `IsAccepted` | `boolean` |
| `IsDeleted` | `boolean` |
| `CreatedById` | `number` |
| `LastModifiedById` | `number` |
| `CreatedAt` | `Date` |
| `LastModificationDate` | `Date` |
| `DeliveryDate` | `Date` |
| `RegretId` | `number` |
| `CancelId` | `number` |
| `RejectId` | `number` |
| `ItemSerial` | `number` |
| `Selected` | `boolean` |
| `currencyCode` | `string` |
| `ItemSplitNo` | `number` |
| `ItemNo` | `string` |

## Used by

7 references from 7 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (7)

- `PurchasingDetailsComponent` — `Frontend/src/app/components/purchasing/purchasing-details/purchasing-details.component.ts`:1
- `PurchasingInquiryComponent` — `Frontend/src/app/components/purchasing/purchasing-details/purchasing-inquiry/purchasing-inquiry.component.ts`:1
- `PurchasingOfferComponent` — `Frontend/src/app/components/purchasing/purchasing-details/purchasing-offer/purchasing-offer.component.ts`:1
- `PurchasingOrderComponent` — `Frontend/src/app/components/purchasing/purchasing-details/purchasing-order/purchasing-order.component.ts`:1
- `SummarizedBuyoutComponent` — `Frontend/src/app/components/purchasing/summarized-buyout/summarized-buyout.component.ts`:1
- `CostCalculationComponent` — `Frontend/src/app/components/sales/cost-calculation/cost-calculation.component.ts`:1
- `PurchasingService` — `Frontend/src/app/services/purchasing/purchasing.service.ts`:1
