Kind: Class
Source: Frontend/src/app/components/sales/margin-calculation/margin-calculation.ts (line 26)
Part of: Frontend
Extends: CostCalculationSalesItem
Properties
| Property | Type |
|---|---|
_ItemPurchasPriceInSellingCurrency | number |
_ItemAdditionalCost | number |
_ItemTotalCosst | number |
_ItemSalesPrice | number |
_ItemUnitSalesPrice | number |
_ItemNegotiationPrice | number |
_ItemNegotiationMargin | number |
_DefaultItemUnitPrice | number |
_itemProvisionalAdjustmentCost | number |
_ItemMarginPercent | number |
_ItemMarginAmount | number |
Used by
7 references from 7 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (7)
CostCalculationComponent—Frontend/src/app/components/sales/cost-calculation/cost-calculation.component.ts:1PreviewComponent—Frontend/src/app/components/sales/cost-calculation/preview/preview.component.ts:1MarginByItemsComponent—Frontend/src/app/components/sales/margin-calculation/margin-by-items/margin-by-items.component.ts:1MarginCalculationService—Frontend/src/app/components/sales/margin-calculation/margin-calculation.service.ts:1OfferPanelDetailsComponent—Frontend/src/app/components/sales/new-job/offer-panel-details/offer-panel-details.component.ts:1OrderPanelDetailsComponent—Frontend/src/app/components/sales/new-job/order-panel-details/order-panel-details.component.ts:1CostShareTypeEnum—Frontend/src/app/models/sales/new-job/cost-calculation.ts:3
Was this page helpful?