# CostTransaction

**Kind:** Class

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

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

**Extends:** `SalesJobCostItem`

## Properties

| Property | Type |
|---|---|
| `CostAllocationMethodId` | `number` |
| `CostCalculationTypeId` | `number` |
| `OrderIdList` | `number[]` |
| `TransactionTypeId` | `number` |
| `SalesJobCostTransactionDetails` | `JobCostItemDetail[]` |
| `_TotalPrecentage` | `number` |

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