Kind: Class
Source: Pams/Web/Pams.Web/Client/app/models/purchasing/purchasing.ts (line 142)
Part of: Pams
Properties
| Property | Type |
|---|---|
Id | number |
CompanyBranchId | number |
SourceVersionId | number |
IsAlternativeOffer | boolean |
IsCurrent | boolean |
BidDueDate | Date |
IsOrdered | number |
OfferNumber | string |
OfferDate | Date |
OfferStage | number |
DeliveryTermId | number |
DeliveryTimeId | number |
DeliveryPeriod | number |
PaymentPeriodId | number |
PaymentPeriod | number |
OfferValidationId | number |
OfferValidationPeriod | number |
IsPartialDeliveryAllowed | boolean |
OfferTypeId | number |
PaymentMethodId | number |
OfferTotalPrice | number |
RateToMainCurrency | number |
OfferCurrencyCode | string |
OfferCurrencySymbol | string |
InquiryId | number |
ClientId | number |
SupplierId | number |
SupplierName | string |
JobId | number |
IsDeleted | boolean |
CreatedById | number |
LastModifiedById | number |
PaymentMilestones | PaymentMilestone[] |
CreatedAt | Date |
LastModificationDate | Date |
PurchaseItems | PurchasingItems[] |
RegretDetail | RegretReasonModel |
CancelDetail | CancelReasonModel |
RejectDetail | RejectReasonModel |
isOpened | boolean |
Used by
2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (2)
PurchasingOfferComponent—Pams/Web/Pams.Web/Client/app/components/purchasing/purchasing-details/purchasing-offer/purchasing-offer.component.ts:1PurchasingService—Pams/Web/Pams.Web/Client/app/services/purchasing/purchasing.service.ts:1
Was this page helpful?