Kind: Class
Source: Frontend/src/app/models/sales/new-job/job.model.ts (line 571)
Part of: Frontend
Properties
| Property | Type |
|---|---|
Id | number |
CancelReason | number |
CancelDate | Date |
CancelComment | string |
CancelReasonName | string |
CreatedById | number |
CancelFees | number |
RelatedToId | number |
ItemIdList | number[] |
IsAllowedToArchive | boolean |
_isCancelFees | boolean |
_isLastItemActive | boolean |
_isLastContainerActive | boolean |
Used by
5 references from 5 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (5)
ProcurementDetailsComponent—Frontend/src/app/components/procurement/procurement-details/procurement-details.component.ts:1ProcurementService—Frontend/src/app/components/procurement/procurement.service.ts:1NewJobComponent—Frontend/src/app/components/sales/new-job/new-job.component.ts:1FilterForListOfAll—Frontend/src/app/services/sales/new-job/new-job.service.ts:1Mahmoud—Frontend/src/app/components/procurement/procurement.ts:4
Was this page helpful?