# CostCalculationItem

**Kind:** Class

**Source:** `Frontend/src/app/models/sales/new-job/cost-calculation.ts` (line 28)

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `BranchId` | `number` |
| `ItemCost` | `number` |
| `ItemCostPercent` | `number` |
| `DisplayOrder` | `number` |
| `CostItemTypeId` | `number` |
| `CostItemTypeName` | `string` |
| `CurrencyCode` | `string` |
| `CurrencySymbol` | `string` |
| `CostCalculationId` | `number` |
| `CustomsTariffItemId` | `number` |
| `RateToMainCurrency` | `number` |
| `RateToLocalCurrency` | `number` |
| `RateToSellingCurrency` | `number` |
| `CostCalculationItemDetails` | `CostCalculationItemDetail[]` |
| `LastModifiedAt` | `Date` |
| `LastModifiedById` | `number` |
| `CostShareTypeId` | `number` |
| `CreatedAt` | `Date` |
| `CreatedById` | `number` |
| `Comments` | `string` |
| `_UIPadding` | `number` |

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

- `CostCalculationComponent` — `Frontend/src/app/components/sales/cost-calculation/cost-calculation.component.ts`:1
- `PreviewService` — `Frontend/src/app/components/sales/cost-calculation/preview/preview.service.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
