PurchaseOrderLine
Less than to read
Properties
Property Name | Type | Description | isWritable |
---|---|---|---|
_access | [_OutputAccessBinding] | no | |
_factory | MetaNodeFactory_node | no | |
_updateTick | Int | yes | |
_updateUser | User_node | yes | |
_createUser | User_node | yes | |
_sortValue | Int | yes | |
_customData | Json | yes | |
_sourceId | String | yes | |
_id | Id | yes | |
documentNumber | String | no | |
documentId | Int | no | |
document | PurchaseOrder_node | yes | |
supplier | Supplier_node | no | |
supplierName | String | no | |
site | Site_node | yes | |
company | Company_node | no | |
siteLinkedAddress | BusinessEntityAddress_node | yes | |
currency | Currency_node | no | |
companyCurrency | Currency_node | no | |
taxableAmount | Decimal | yes | |
taxAmount | Decimal | yes | |
exemptAmount | Decimal | yes | |
taxDate | Date | yes | |
anyTaxes | PurchaseDocumentLineTax_Collection | yes | |
taxes | PurchaseDocumentLineTax_Collection | yes | |
taxCalculationStatus | TaxCalculationStatus | no | |
taxAmountAdjusted | Decimal | yes | |
internalNote | _OutputTextStream | yes | |
externalNote | _OutputTextStream | yes | |
isExternalNote | Boolean | yes | |
isPurchaseOrderSuggestion | Boolean | yes | |
approvalStatus | PurchaseDocumentApprovalStatus | yes | |
itemSupplier | ItemSupplier_node | no | |
changeRequestedDescription | String | yes | |
uiTaxes | Json | yes | |
purchaseRequisitionLines | PurchaseRequisitionLineToPurchaseOrderLine_Collection | yes | |
purchaseReceiptLines | PurchaseOrderLineToPurchaseReceiptLine_Collection | no | |
workInProgress | WorkInProgressPurchaseOrderLine_node | yes | |
receivedQuantity | Decimal | no | |
receivedQuantityInStockUnit | Decimal | no | |
postedQuantityReceivedInStockUnit | Decimal | no | |
receivedQuantityProgress | Decimal | no | |
purchaseInvoiceLines | PurchaseOrderLineToPurchaseInvoiceLine_Collection | no | |
invoicedQuantity | Decimal | no | |
invoicedQuantityInStockUnit | Decimal | no | |
assignments | OrderAssignment_Collection | no | |
uDemandOrderLine | BaseDocumentLine | no | |
uDemandOrderLineLink | String | no | |
uDemandOrderQuantity | Decimal | no | |
uSupplyOrderQuantity | Decimal | no | |
landedCostLines | LandedCostLine_Collection | yes | |
actualLandedCostInCompanyCurrency | Decimal | no | |
_etag | String | yes | |
origin | PurchaseDocumentLineOrigin | no | |
item | Item_node | yes | |
itemDescription | String | yes | |
itemSite | ItemSite_node | no | |
stockSite | Site_node | yes | |
stockSiteLinkedAddress | BusinessEntityAddress_node | yes | |
stockUnit | UnitOfMeasure_node | yes | |
text | _OutputTextStream | yes | |
stockSiteAddress | Address_node | yes | |
stockSiteContact | Contact_node | yes | |
expectedReceiptDate | Date | yes | |
storedDimensions | Json | yes | |
storedAttributes | Json | yes | |
computedAttributes | Json | no | |
purchaseUnit | UnitOfMeasure_node | yes | |
purchaseUnitToStockUnitConversionFactor | Decimal | yes | |
analyticalData | AnalyticalData_node | yes | |
quantity | Decimal | yes | |
grossPrice | Decimal | yes | |
quantityInStockUnit | Decimal | yes | |
priceOrigin | PriceOrigin | yes | |
anyDiscountCharges | BasePurchaseDocumentLineDiscountCharge_Collection | yes | |
discountCharges | BasePurchaseDocumentLineDiscountCharge_Collection | yes | |
discount | Decimal | yes | |
charge | Decimal | yes | |
netPrice | Decimal | yes | |
lineReceiptStatus | PurchaseOrderReceiptStatus | yes | |
quantityToReceive | Decimal | no | |
remainingQuantityToProcessForLandedCost | Decimal | no | |
quantityToReceiveInStockUnit | Decimal | no | |
remainingQuantityToInvoice | Decimal | no | |
remainingQuantityToInvoiceOnOrder | Decimal | no | |
lineInvoiceStatus | PurchaseOrderInvoiceStatus | yes | |
remainingAmountToReceiveExcludingTax | Decimal | no | |
remainingAmountToReceiveExcludingTaxInCompanyCurrency | Decimal | no | |
lineStatus | PurchaseDocumentStatus | yes | |
lineAmountExcludingTax | Decimal | yes | |
lineAmountExcludingTaxInCompanyCurrency | Decimal | yes | |
lineAmountIncludingTax | Decimal | yes | |
lineAmountIncludingTaxInCompanyCurrency | Decimal | yes | |
amountForLandedCostAllocation | Decimal | no | |
_constructor | String | yes | |
_createStamp | Datetime | no | |
_updateStamp | Datetime | no |
Custom Queries
asyncExport : PurchaseOrderLine_Connection_asyncExport
Custom Mutations
bulkUpdate : Boolean
Mutation | Type | Description |
---|---|---|
filter | String | |
data | PurchaseOrderLine_Input |
calculateLineTaxes : PurchaseOrderLineCalculateLineTaxesReturn
Mutation | Type | Description |
---|---|---|
data | PurchaseOrderLineCalculateLineTaxesData_Input |
setDimension : Boolean
Mutation | Type | Description |
---|---|---|
purchaseOrderLine | IntReference | |
storedDimensions | String | |
storedAttributes | String |
asyncExport : PurchaseOrderLine_Mutations_asyncExport
Custom Type
PurchaseOrderLineCalculateLineTaxesData_Input
Query | Type | Description |
---|---|---|
site | IntReference | |
businessPartner | IntReference | |
addresses | PurchaseOrderLineCalculateLineTaxesDataAddresses_Input | |
item | IntReference | |
currency | IntReference | |
lineAmountExcludingTax | Decimal | |
quantity | Decimal | |
taxes | [PurchaseOrderLineCalculateLineTaxesDataTaxes_Input] | |
taxDate | Date | |
site | IntReference | |
businessPartner | IntReference | |
addresses | PurchaseOrderLineCalculateLineTaxesDataAddresses_Input | |
item | IntReference | |
currency | IntReference | |
lineAmountExcludingTax | Decimal | |
quantity | Decimal | |
taxes | [PurchaseOrderLineCalculateLineTaxesDataTaxes_Input] | |
taxDate | Date |
PurchaseOrderLineCalculateLineTaxesReturn
Query | Type | Description |
---|---|---|
taxes | [PurchaseOrderLineCalculateLineTaxesReturnTaxes]_node | |
taxAmount | Decimal | |
taxAmountAdjusted | Decimal | |
lineAmountIncludingTax | Decimal |