# SalesItems

**Kind:** Class

**Source:** `Frontend/src/app/models/sales/new-job/job.model.ts` (line 333)

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `CompanyBranchId` | `number` |
| `ItemQuantity` | `number` |
| `ItemUnitId` | `number` |
| `ItemUnitPrice` | `number` |
| `DefaultItemUnitPrice` | `number` |
| `DiscountLimitPercent` | `number` |
| `ItemDescription` | `string` |
| `ItemCategoryId` | `number` |
| `ProductId` | `number` |
| `ItemStage` | `number` |
| `DeliveryDate` | `Date` |
| `OfferId` | `number` |
| `ItemType` | `number` |
| `OrderId` | `number` |
| `PotentialId` | `number` |
| `IsDeleted` | `boolean` |
| `CreatedById` | `number` |
| `LastModifiedById` | `number` |
| `CreatedAt` | `Date` |
| `LastModificationDate` | `Date` |
| `ItemRegretDetailId` | `number` |
| `ItemCancelDetailId` | `number` |
| `ItemLostDetailId` | `number` |
| `ItemRejectDetailId` | `number` |
| `ItemDiscount` | `number` |
| `ItemTax` | `number` |
| `ItemSerial` | `number` |
| `Selected` | `boolean` |
| `ItemTotalPrice` | `number` |
| `currencyCode` | `string` |
| `ItemSplitNo` | `number` |
| `ItemNo` | `string` |

## Used by

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

### Imported by (14)

- `PurchasingDetailsComponent` — `Frontend/src/app/components/purchasing/purchasing-details/purchasing-details.component.ts`:1
- `CostCalculationComponent` — `Frontend/src/app/components/sales/cost-calculation/cost-calculation.component.ts`:1
- `PreviewComponent` — `Frontend/src/app/components/sales/cost-calculation/preview/preview.component.ts`:1
- `MarginByItemsComponent` — `Frontend/src/app/components/sales/margin-calculation/margin-by-items/margin-by-items.component.ts`:1
- `MarginCalculationService` — `Frontend/src/app/components/sales/margin-calculation/margin-calculation.service.ts`:1
- `InquiryPanelDetailsComponent` — `Frontend/src/app/components/sales/new-job/inquiry-panel-details/inquiry-panel-details.component.ts`:1
- `LeadsPanelDetailsComponent` — `Frontend/src/app/components/sales/new-job/leads-panel-details/leads-panel-details.component.ts`:1
- `NewJobComponent` — `Frontend/src/app/components/sales/new-job/new-job.component.ts`:1

…and 6 more.
