Kind: Class
Source: Frontend/src/app/models/sales/new-job/cost-calculation.ts (line 84)
Part of: Frontend
Properties
| Property | Type |
|---|---|
Id | number |
BranchId | number |
CostCalculationId | number |
CostCalculationItemId | number |
LastModifiedAt | Date |
LastModifiedById | number |
ItemCostShare | number |
ItemCostShareInSellingCurrency | number |
BuyoutItemId | number |
SalesItemId | number |
ItemNo | number |
CreatedAt | Date |
CreatedById | number |
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)
CostCalculationComponent—Frontend/src/app/components/sales/cost-calculation/cost-calculation.component.ts:1PreviewService—Frontend/src/app/components/sales/cost-calculation/preview/preview.service.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:1
Was this page helpful?