# SalesJobCostItem

**Kind:** Class

**Source:** `Frontend/src/app/components/job-costing/job-costing.ts` (line 55)

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `BranchId` | `number` |
| `ItemCost` | `number` |
| `SalesJobCostTransactionId` | `number` |
| `SalesJobCostId` | `number` |
| `CostItemTypeId` | `number` |
| `CurrencyCode` | `string` |
| `CurrencySymbol` | `string` |
| `RateToMainCurrency` | `number` |
| `RateToLocalCurrency` | `number` |
| `LastModifiedAt` | `Date` |
| `CostItemTypeName` | `string` |
| `LastModifiedById` | `number` |
| `PaymentDate` | `Date` |
| `SupplierName` | `string` |
| `CreatedAt` | `Date` |
| `DisplayOrder` | `number` |
| `InvoiceNo` | `string` |
| `CreatedById` | `number` |
| `Comments` | `string` |
| `SheetTitle` | `string` |
| `SheetNo` | `string` |
