Kind: Class
Source: Frontend/src/app/models/sales/new-job/job.model.ts (line 586)
Part of: Frontend
Properties
| Property | Type |
|---|---|
Id | number |
RegretReason | number |
RegretDate | Date |
RegretComment | string |
RegretReasonName | string |
RelatedToId | number |
ItemIdList | number[] |
CreatedById | number |
IsAllowedToArchive | 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?