# CostSalesItemPreview

**Kind:** Class

**Source:** `Frontend/src/app/components/sales/cost-calculation/preview/preview.ts` (line 7)

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

## Properties

| Property | Type |
|---|---|
| `ItemId` | `number` |
| `ItemQuantity` | `number` |
| `CurrencySymbol` | `string` |
| `SalesItemCost` | `number` |
| `ItemDescription` | `string` |
| `DeliveryTerm` | `string` |
| `SupplierName` | `string` |
| `Comments` | `string` |
| `OfferNo` | `string` |
| `_totalAdditionalCostForItem` | `number` |
| `_totalMarginCostForItem` | `number` |

## Used by

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

### Imported by (2)

- `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
