Kind: Class
Source: Frontend/src/app/components/procurement/procurement.ts (line 146)
Part of: Frontend
Properties
| Property | Type |
|---|---|
Id | number |
RepId | number |
CompanyBranchId | number |
DestinationTypeId | number |
JobNo | string |
JobTitle | string |
JobStage | number |
JobType | number |
RequiredDeliveryDate | Date |
JobCurrencyCode | string |
JobCurrencySymbol | string |
JobTotalPrice | number |
RateToMainCurrency | number |
TimeFramePeriod | number |
TimeFramePeriodId | number |
ArchiveId | number |
RegretDetail | RegretReasonModel |
CancelDetail | CancelReasonModel |
RejectDetail | RejectReasonModel |
CreatedById | number |
LastModifiedById | number |
ProductTypeId | number |
JobStatusId | number |
CreatedAt | Date |
LastModifiedAt | Date |
BranchName | string |
SalesJobNo | string |
SalesJobId | number |
Inquiries | ProcurementInquiries[] |
Offers | ProcurementOffer[] |
Orders | ProcurementOrder[] |
PackageItems | ProcurementPackageItems[] |
_PackageItems | ProcurementPackageItems[] |
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)
ProcurementDetailsComponent—Frontend/src/app/components/procurement/procurement-details/procurement-details.component.ts:1ProcurementOrderComponent—Frontend/src/app/components/procurement/procurement-details/procurement-order/procurement-order.component.ts:1ProcurementService—Frontend/src/app/components/procurement/procurement.service.ts:1ReceivedPurchaseOrderComponent—Frontend/src/app/components/warehouse/receiving-shipment-details/received-purchase-order/received-purchase-order.component.ts:1
Was this page helpful?