# PurchasingItems

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/models/purchasing/purchasing.ts` (line 228)

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

## Properties

| Property | Type |
|---|---|
| `Id` | `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` |
| `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

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

### Imported by (4)

- `PurchasingInquiryComponent` — `Pams/Web/Pams.Web/Client/app/components/purchasing/purchasing-details/purchasing-inquiry/purchasing-inquiry.component.ts`:1
- `PurchasingOfferComponent` — `Pams/Web/Pams.Web/Client/app/components/purchasing/purchasing-details/purchasing-offer/purchasing-offer.component.ts`:1
- `PurchasingOrderComponent` — `Pams/Web/Pams.Web/Client/app/components/purchasing/purchasing-details/purchasing-order/purchasing-order.component.ts`:1
- `PurchasingService` — `Pams/Web/Pams.Web/Client/app/services/purchasing/purchasing.service.ts`:1
