# CostCalculationComponent

**Kind:** Component

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

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

## Diagram

```mermaid
graph TD
    component_CostCalculationComponent_3f87f0aa["CostCalculationComponent"]
    class component_CostCalculationComponent_3f87f0aa rootComponent
```

## Relationships

- IMPORTS → `checkChanges`
- IMPORTS → `AppSettings`
- IMPORTS → `SubscriptionPackagesEnum`
- IMPORTS → `SalesApprovalProccessEnum`
- IMPORTS → `ShareContentTypeEnum`
- IMPORTS → `Job`
- IMPORTS → `JobStageEnum`
- IMPORTS → `SalesOffers`
- IMPORTS → `JobTypeEnum`
- IMPORTS → `offerType`
- IMPORTS → `OfferStageEnum`
- IMPORTS → `ItemStageEnum`
- IMPORTS → `SalesItems`
- IMPORTS → `SalesOrders`
- IMPORTS → `OrderStageEnum`
- IMPORTS → `CostCalculation`
- IMPORTS → `CostCalculationItem`
- IMPORTS → `CostCalculationSalesItem`
- IMPORTS → `CostCalculationItemDetail`
- IMPORTS → `CostShareTypeEnum`
- IMPORTS → `BuyoutOffersNoLookup`
- IMPORTS → `CostCalculationForStageEnum`
- IMPORTS → `CostCalculationService`
- IMPORTS → `CompanyCurrencyService`
- IMPORTS → `CurrenciesWithRates`
- IMPORTS → `CompanyCurrency`
- IMPORTS → `AccountsLookupWithData`
- IMPORTS → `PurchasingItems`
- IMPORTS → `PurchasingJob`
- IMPORTS → `PurchasingOffer`
- IMPORTS → `Preview`
- IMPORTS → `CostItemDetailpreview`
- IMPORTS → `CostItemPreview`
- IMPORTS → `CostSalesItemPreview`
- IMPORTS → `PreviewService`
- IMPORTS → `MarginCalculationService`
- IMPORTS → `CostCalculationDetails`
- IMPORTS → `CostCalculationMarginDetail`
- IMPORTS → `DefaultCostMarginTypeEnum`
- IMPORTS → `MarginCalculation`
- IMPORTS → `MarginCalculationForSalesItem`
- IMPORTS → `SharedPopupComponent`
- IMPORTS → `AlertsService`
- IMPORTS → `MarginByItemsComponent`
- IMPORTS → `NewJobService`
- IMPORTS → `PreviewComponent`
- IMPORTS → `LogHistoryModulesEnum`
- IMPORTS → `LogHistoryComponent`

## Used by

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

### Imported by (4)

- `SalesComponentsModule` — `Frontend/src/app/components/sales/cost-calculation/sales-components.module.ts`:1
- `OfferPanelDetailsComponent` — `Frontend/src/app/components/sales/new-job/offer-panel-details/offer-panel-details.component.ts`:1
- `OrderPanelDetailsComponent` — `Frontend/src/app/components/sales/new-job/order-panel-details/order-panel-details.component.ts`:1
- `SalesComponentsModule` — `Frontend/src/app/components/sales/sales-components.module.ts`:1
