Kind: Class
Source: Frontend/src/app/models/purchasing/purchasing.ts (line 349)
Part of: Frontend
Properties
| Property | Type |
|---|---|
OfferId | number |
ItemId | number |
CompanyBranchId | number |
SourceVersionId | number |
IsAlternativeOffer | boolean |
IsCurrent | boolean |
BidDueDate | Date |
OfferNumber | string |
OfferDate | Date |
OfferStage | number |
OfferStageName | string |
DeliveryTermId | number |
DeliveryTermName | string |
DeliveryTimeId | number |
DeliveryTimeName | string |
DeliveryPeriod | number |
PaymentPeriodId | number |
PaymentPeriodName | string |
PaymentPeriod | number |
OfferValidationId | number |
OfferValidationPeriod | number |
OfferValidationPeriodName | string |
IsPartialDeliveryAllowed | boolean |
OfferTypeId | number |
OfferTypeName | string |
PaymentMethodId | number |
PaymentMethodName | string |
OfferTotalPrice | number |
RateToMainCurrency | number |
OfferCurrencyCode | string |
OfferCurrencySymbol | string |
InquiryId | number |
SupplierId | number |
SupplierName | string |
JobId | number |
PaymentMilestones | PaymentMilestone[] |
PurchaseOrderId | number |
PurchaseOrderNo | string |
IsAccepted | boolean |
ItemUnitPrice | number |
ItemTotalPrice | number |
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)
PurchasingDetailsComponent—Frontend/src/app/components/purchasing/purchasing-details/purchasing-details.component.ts:1SummarizedBuyoutComponent—Frontend/src/app/components/purchasing/summarized-buyout/summarized-buyout.component.ts:1PurchasingService—Frontend/src/app/services/purchasing/purchasing.service.ts:1
Was this page helpful?