Skip to content

PurchasingOrder

reference
1 min readUpdated

Kind: Class

Source: Frontend/src/app/models/purchasing/purchasing.ts (line 196)

Part of: Frontend

Properties

PropertyType
Idnumber
CompanyBranchIdnumber
OrderDateDate
OrderNumeberstring
LCNumeberstring
OrderStagenumber
DeliveryTermIdnumber
DeliveryTimeIdnumber
DeliveryPeriodnumber
PaymentPeriodIdnumber
PaymentPeriodnumber
PaymentMethodIdnumber
OrderCurrencyCodestring
OrderCurrencySymbolstring
OrderTotalPricenumber
RateToMainCurrencynumber
IsPartialDeliveryAllowedboolean
OrderBackLognumber
DelayInDaysnumber
OrderDeliveredOnDate
OfferIdnumber
JobIdnumber
IsDeletedboolean
CreatedByIdnumber
LastModifiedByIdnumber
PaymentMilestonesPaymentMilestone[]
CreatedAtDate
LastModificationDateDate
ClientIdnumber
SupplierIdnumber
SupplierNamestring
PurchaseItemsPurchasingItems[]
SupplierOrderNumeberstring
OrderActivationDateDate
CancelDetailCancelReasonModel
ApproveByIdnumber
isOpenedboolean
RejectDetailRejectReasonModel
IsAmedmentboolean
_skipZeroPriceValidationboolean

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)

  • PurchasingDetailsComponentFrontend/src/app/components/purchasing/purchasing-details/purchasing-details.component.ts:1
  • PurchasingOrderComponentFrontend/src/app/components/purchasing/purchasing-details/purchasing-order/purchasing-order.component.ts:1
  • PurchasingServiceFrontend/src/app/services/purchasing/purchasing.service.ts:1

Was this page helpful?

Download as PDF