Kind: Class
Source: Frontend/src/app/models/sales/new-job/job.model.ts (line 4)
Part of: Frontend
Properties
| Property | Type |
|---|---|
Id | number |
JobNo | string |
FileNo | string |
JobStage | number |
JobType | number |
JobStatus | number |
CompanyBranchId | number |
JobCurrencyCode | string |
JobCurrencyCodeSymble | string |
SalesRepId | number |
IsReviewed | boolean |
RequiresReview | boolean |
FirstSalesRepName | string |
ReviewedByName | string |
ReviewedAt | Date |
IsUserTeamLeader | boolean |
HasPmDetail | boolean |
ShowAgreedMargin | boolean |
MarkerId | number |
MarkerName | string |
ProjectManagerId | number |
TeamId | number |
EndUserId | number |
EndUserType | number |
ProductTypeId | number |
JobTitle | string |
TimeFramePeriod | number |
TimeFramePeriodId | number |
ExpectedOrderDate | Date |
MainPrincipalId | number |
EstimatedValue | number |
JobCurrencyId | number |
RateToMainCurrency | number |
TargetBranch | string |
RateContacToDecissionsMaker | number |
RateBudgetAvailablity | number |
RateCompitionStrength | number |
RateByIntuition | number |
SalesPotentials | SalesPotentials[] |
SalesLead | SalesPotentials |
SalesOffers | SalesOffers[] |
SalesOrders | SalesOrders[] |
IsDeleted | boolean |
CreatedAt | Date |
CreatedById | number |
LastModifiedById | number |
LastModificationDate | Date |
CancelDetail | CancelReasonModel |
RegretDetail | RegretReasonModel |
LossDetail | LostReasonModel |
Relationships
- IMPORTS →
AppSettings - IMPORTS →
CreateCustomField
Used by
14 references from 14 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (14)
BillOfMaterialsDetailsComponent—Frontend/src/app/components/bill-of-materials/bill-of-materials-details/bill-of-materials-details.component.ts:1DirectCostTransactionsDetailsComponent—Frontend/src/app/components/job-costing/direct-cost-transactions-details/direct-cost-transactions-details.component.ts:1JobCostingDetailsComponent—Frontend/src/app/components/job-costing/job-costing-details/job-costing-details.component.ts:1LettersOfGuarantiesDetailsComponent—Frontend/src/app/components/letters-of-guaranties/letters-of-guaranties-details/letters-of-guaranties-details.component.ts:1PurchasingDetailsComponent—Frontend/src/app/components/purchasing/purchasing-details/purchasing-details.component.ts:1ReferencesDetailsComponent—Frontend/src/app/components/references/references-list-by-items/references-details/references-details.component.ts:1ReferencesListByItemsComponent—Frontend/src/app/components/references/references-list-by-items/references-list-by-items.component.ts:1CostCalculationComponent—Frontend/src/app/components/sales/cost-calculation/cost-calculation.component.ts:1
…and 6 more.
Was this page helpful?