Kind: Class
Source: Pams/Web/Pams.Web/Client/app/models/purchasing/purchasing.ts (line 120)
Part of: Pams
Properties
| Property | Type |
|---|---|
Id | number |
JobId | number |
CompanyBranchId | number |
ClientId | number |
ClientName | string |
SupplierId | number |
SupplierName | string |
InquiryStage | number |
BidDueDate | Date |
RequiredOfferType | number |
IsDeleted | boolean |
CreatedById | number |
LastModifiedById | number |
CreatedAt | Date |
LastModificationDate | Date |
PurchaseItems | PurchasingItems[] |
RegretDetail | RegretReasonModel |
CancelDetail | CancelReasonModel |
isOpened | boolean |
Used by
3 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (3)
PrintPurchasingInquiryComponent—Pams/Web/Pams.Web/Client/app/components/purchasing/purchasing-details/purchasing-inquiry/print-purchasing-inquiry/print-purchasing-inquiry.component.ts:1PurchasingInquiryComponent—Pams/Web/Pams.Web/Client/app/components/purchasing/purchasing-details/purchasing-inquiry/purchasing-inquiry.component.ts:1PurchasingService—Pams/Web/Pams.Web/Client/app/services/purchasing/purchasing.service.ts:1
Was this page helpful?