Kind: Class
Source: Frontend/src/app/components/procurement/procurement.ts (line 446)
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 |
PurchaseOrderId | number |
PurchaseOrderNo | string |
IsAccepted | boolean |
ItemUnitPrice | number |
ItemTotalPrice | number |
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)
ProcurementDetailsComponent—Frontend/src/app/components/procurement/procurement-details/procurement-details.component.ts:1ProcurementService—Frontend/src/app/components/procurement/procurement.service.ts:1
Was this page helpful?