Kind: Class
Source: Frontend/src/app/models/purchasing/purchasing.ts (line 120)
Part of: Frontend
Properties
| Property | Type |
|---|---|
Id | number |
JobId | number |
CompanyBranchId | number |
ClientId | number |
ClientName | string |
SupplierId | number |
SupplierName | string |
InquiryStage | number |
BidDueDate | Date |
InquiryDate | Date |
RequiredOfferType | number |
IsDeleted | boolean |
CreatedById | number |
LastModifiedById | number |
CreatedAt | Date |
LastModificationDate | Date |
PurchaseItems | PurchasingItems[] |
RegretDetail | RegretReasonModel |
CancelDetail | CancelReasonModel |
isOpened | boolean |
_dataForPDF | PurchasingInquiryForPrint |
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)
PurchasingDetailsComponent—Frontend/src/app/components/purchasing/purchasing-details/purchasing-details.component.ts:1PurchasingInquiryComponent—Frontend/src/app/components/purchasing/purchasing-details/purchasing-inquiry/purchasing-inquiry.component.ts:1InquiryToPdfService—Frontend/src/app/services/purchasing/inquiry-to-pdf.service.ts:1PurchasingService—Frontend/src/app/services/purchasing/purchasing.service.ts:1
Was this page helpful?