Skip to content

PurchasingItems

reference
1 min readUpdated

Kind: Class

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

Part of: Frontend

Properties

PropertyType
Idnumber
ProductIdnumber
CompanyBranchIdnumber
ItemQuantitynumber
ItemUnitIdnumber
ItemUnitPricenumber
ItemTotalPricenumber
ItemDescriptionstring
ItemCategoryIdnumber
ItemTypenumber
ItemStagenumber
JobIdnumber
OfferIdnumber
OrderIdnumber
InquiryIdnumber
IsAcceptedboolean
IsDeletedboolean
CreatedByIdnumber
LastModifiedByIdnumber
CreatedAtDate
LastModificationDateDate
DeliveryDateDate
RegretIdnumber
CancelIdnumber
RejectIdnumber
ItemSerialnumber
Selectedboolean
currencyCodestring
ItemSplitNonumber
ItemNostring

Used by

7 references from 7 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (7)

  • PurchasingDetailsComponentFrontend/src/app/components/purchasing/purchasing-details/purchasing-details.component.ts:1
  • PurchasingInquiryComponentFrontend/src/app/components/purchasing/purchasing-details/purchasing-inquiry/purchasing-inquiry.component.ts:1
  • PurchasingOfferComponentFrontend/src/app/components/purchasing/purchasing-details/purchasing-offer/purchasing-offer.component.ts:1
  • PurchasingOrderComponentFrontend/src/app/components/purchasing/purchasing-details/purchasing-order/purchasing-order.component.ts:1
  • SummarizedBuyoutComponentFrontend/src/app/components/purchasing/summarized-buyout/summarized-buyout.component.ts:1
  • CostCalculationComponentFrontend/src/app/components/sales/cost-calculation/cost-calculation.component.ts:1
  • PurchasingServiceFrontend/src/app/services/purchasing/purchasing.service.ts:1

Was this page helpful?

Download as PDF