# JobCostItemDetail

**Kind:** Class

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

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

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `BranchId` | `number` |
| `SalesJobCostTransactionId` | `number` |
| `JobId` | `number` |
| `JobNo` | `string` |
| `OrderId` | `number` |
| `OrderNo` | `string` |
| `ItemDescription` | `string` |
| `ItemId` | `number` |
| `ItemNo` | `number` |
| `SharedAmount` | `number` |
| `SharedPercent` | `number` |
| `RelatedJobs` | `string` |
| `LastModifiedAt` | `Date` |
| `LastModifiedById` | `number` |
| `CreatedAt` | `Date` |
| `CreatedById` | `number` |
| `_ItemPriceOfSelectedOrder` | `number` |
| `_isDeleted` | `boolean` |

## Used by

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

### Imported by (3)

- `DirectCostTransactionsDetailsComponent` — `Frontend/src/app/components/job-costing/direct-cost-transactions-details/direct-cost-transactions-details.component.ts`:1
- `JobCostingDetailsComponent` — `Frontend/src/app/components/job-costing/job-costing-details/job-costing-details.component.ts`:1
- `JobCostingService` — `Frontend/src/app/components/job-costing/job-costing.service.ts`:1
