Kind: Class
Source: Frontend/src/app/models/sales/new-job/cost-calculation.ts (line 52)
Part of: Frontend
Properties
| Property | Type |
|---|---|
Id | number |
BranchId | number |
BuyoutItemId | number |
BuyoutOfferId | number |
OfferNo | string |
SupplierName | string |
SalesItemId | number |
CostCalculationId | number |
SalesItemCost | number |
ItemDescription | string |
ItemQuantity | number |
Comments | string |
DeliveryTerm | string |
DeliveryTermId | number |
CurrencyCode | string |
CurrencySymbol | string |
RateToMainCurrency | number |
RateToLocalCurrency | number |
RateToSellingCurrency | number |
LastModifiedAt | Date |
LastModifiedById | number |
CreatedAt | Date |
CreatedById | number |
_buyoutOffersNoCustomizeLookup | {Id: number, BuyoutItemId: number, Name: string, tooltip: string}[] |
TotalAdditionalCost | number |
ItemUnitId | number |
ItemUnitCost | number |
DiscountLimitPercent | number |
_isQtyChanged | boolean |
_QtyChanged | 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)
CostCalculationComponent—Frontend/src/app/components/sales/cost-calculation/cost-calculation.component.ts:1PreviewService—Frontend/src/app/components/sales/cost-calculation/preview/preview.service.ts:1MarginCalculation—Frontend/src/app/components/sales/margin-calculation/margin-calculation.ts:4
Was this page helpful?