Kind: Class
Source: Frontend/src/app/components/procurement/procurement.ts (line 350)
Part of: Frontend
Properties
| Property | Type |
|---|---|
Id | number |
CompanyBranchId | number |
OrderDate | Date |
OrderActivationDate | Date |
ExpectedDeliveryDate | Date |
OrderDeliveredOn | Date |
ContractualDeliveryDate | Date |
OrderNumeber | string |
OrderStage | number |
OldStage | number |
StatusId | number |
FinanceApprovedById | number |
FinanceApprovalDate | Date |
SupplierOrderNumeber | string |
LCNumeber | string |
DeliveryTermId | number |
DeliveryTimeId | number |
DeliveryPeriod | number |
PaymentPeriodId | number |
PaymentPeriod | number |
PaymentMethodId | number |
OrderCurrencyCode | string |
OrderCurrencySymbol | string |
ExternalOrderNo | string |
OrderTotalPrice | number |
RateToMainCurrency | number |
RateToSalesCurrency | number |
IsPartialDeliveryAllowed | boolean |
OrderBackLog | number |
DelayInDays | number |
OfferId | number |
JobId | number |
CreatedById | number |
LastModifiedById | number |
CreatedAt | Date |
LastModifiedAt | Date |
IsAmedment | boolean |
SplitNo | string |
ClientId | number |
SupplierId | number |
Products | ProcurementProducts[] |
CancelDetailId | number |
CancelDetail | CancelReasonModel |
RejectDetailId | number |
RejectDetail | RejectReasonModel |
ShippingDate | Date |
ExpectedShippingDate | Date |
ArriveToPortAt | Date |
ExpectedToArriveToPortAt | Date |
ExpectedDepartureFromPortAt | Date |
Used by
6 references from 6 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (6)
OrderToPdfService—Frontend/src/app/components/procurement/order-to-pdf.service.ts:1ProcurementDetailsComponent—Frontend/src/app/components/procurement/procurement-details/procurement-details.component.ts:1ProcurementOrderComponent—Frontend/src/app/components/procurement/procurement-details/procurement-order/procurement-order.component.ts:1ProcurementHtmlTemplateService—Frontend/src/app/components/procurement/procurement-html.service.ts:1ProcurementService—Frontend/src/app/components/procurement/procurement.service.ts:1ReceivedPurchaseOrderComponent—Frontend/src/app/components/warehouse/receiving-shipment-details/received-purchase-order/received-purchase-order.component.ts:1
Was this page helpful?