# JobCosting

**Kind:** Class

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

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

## Properties

| Property | Type |
|---|---|
| `BranchId` | `number` |
| `CreatedAt` | `Date` |
| `CreatedById` | `number` |
| `Id` | `number` |
| `LastModifiedAt` | `Date` |
| `LastModifiedById` | `number` |
| `MarginPercentLocalCurrency` | `number` |
| `MarginPercentMainCurrency` | `number` |
| `ClientName` | `string` |
| `ObjectComment` | `string` |
| `ObjectDescription` | `string` |
| `ObjectId` | `number` |
| `ObjectTitle` | `string` |
| `ObjectTypeId` | `number` |
| `Offset` | `number` |
| `PurchseItems` | `PurchaseItems[]` |
| `SalesJobCostItems` | `SalesJobCostItem[]` |
| `SalesJobId` | `number` |
| `SalesJobNo` | `string` |
| `SalesJobTitle` | `string` |
| `SalesJobOrders` | `number[]` |
| `TotalAdditionalCostLocalCurrency` | `number` |
| `TotalAdditionalCostMainCurrency` | `number` |
| `TotalPaymentLocalCurrency` | `number` |
| `TotalPaymentMainCurrency` | `number` |
| `TotalPriceLocalCurrency` | `number` |
| `TotalPriceMainCurrency` | `number` |
| `TotalPurchasePriceLocalCurrency` | `number` |
| `TotalPurchasePriceMainCurrency` | `number` |
| `TotalCostLocalCurrency` | `number` |
| `TotalCostMainCurrency` | `number` |
| `GrossProfitLocalCurrency` | `number` |
| `GrossProfitMainCurrency` | `number` |
| `_TotalPOsPriceInMainCurrency` | `number` |
| `_TotalPOsPriceInLocalCurrency` | `number` |
| `_isExpaned` | `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
