SalesInvoiceLine
Less than to read
Properties
| Property Name | Type | Description | isWritable |
|---|---|---|---|
| _access | [_OutputAccessBinding] | no | |
| _factory | MetaNodeFactory_node | no | |
| _updateTick | Int | no | |
| _updateUser | User_node | no | |
| _createUser | User_node | no | |
| _sortValue | Int | no | |
| _customData | Json | no | |
| _sourceId | String | no | |
| _id | Id | no | |
| documentNumber | String | no | |
| documentId | Int | no | |
| document | SalesInvoice_node | no | |
| origin | BaseOrigin | no | |
| status | BaseStatus | no | |
| site | Site_node | no | |
| siteLinkedAddress | BusinessEntityAddress_node | no | |
| item | Item_node | no | |
| itemDescription | String | no | |
| stockUnit | UnitOfMeasure_node | no | |
| unit | UnitOfMeasure_node | no | |
| quantity | Decimal | no | |
| internalNote | _OutputTextStream | no | |
| externalNote | _OutputTextStream | no | |
| isExternalNote | Boolean | no | |
| originDocumentType | SalesOriginDocumentType | no | |
| salesSite | Site_node | no | |
| quantityInSalesUnit | Decimal | no | |
| salesUnit | UnitOfMeasure_node | no | |
| salesUnitToStockUnitConversionFactor | Decimal | no | |
| discountCharges | SalesInvoiceLineDiscountCharge_Collection | no | |
| grossPrice | Decimal | no | |
| discountDeterminated | Decimal | no | |
| chargeDeterminated | Decimal | no | |
| grossPriceDeterminated | Decimal | no | |
| netPrice | Decimal | no | |
| taxDate | Date | no | |
| netPriceExcludingTax | Decimal | no | |
| amountExcludingTax | Decimal | no | |
| amountExcludingTaxInCompanyCurrency | Decimal | no | |
| consumptionLinkedAddress | BusinessEntityAddress_node | no | |
| consumptionAddress | Address_node | no | |
| providerSite | Site_node | no | |
| providerSiteLinkedAddress | BusinessEntityAddress_node | no | |
| providerSiteAddress | Address_node | no | |
| salesOrderLines | SalesOrderLineToSalesInvoiceLine_Collection | no | |
| salesShipmentLines | SalesShipmentLineToSalesInvoiceLine_Collection | no | |
| sourceDocumentNumber | String | no | |
| sourceDocumentType | SourceDocumentType | no | |
| sourceDocumentSysId | Int | no | |
| creditStatus | SalesDocumentCreditStatus | no | |
| quantityCreditedInProgressInSalesUnit | Decimal | no | |
| quantityCreditedPostedInSalesUnit | Decimal | no | |
| priceOrigin | SalesPriceOrigin | no | |
| priceReason | CustomerPriceReason_node | no | |
| priceOriginDeterminated | SalesPriceOrigin | no | |
| priceReasonDeterminated | CustomerPriceReason_node | no | |
| isPriceDeterminated | Boolean | no | |
| taxes | SalesInvoiceLineTax_Collection | no | |
| uiTaxes | Json | no | |
| taxCalculationStatus | TaxCalculationStatus | no | |
| customerNumber | String | no | |
| dimensionDefinitionLevel | DimensionDefinitionLevel | no | |
| storedDimensions | Json | no | |
| storedAttributes | Json | no | |
| computedAttributes | Json | no | |
| analyticalData | AnalyticalData_node | no | |
| entityUse | EntityUse_node | no | |
| _etag | String | no | |
| stockSite | Site_node | no | |
| stockSiteLinkedAddress | BusinessEntityAddress_node | no | |
| itemSite | ItemSite_node | no | |
| unitToStockUnitConversionFactor | Decimal | no | |
| discount | Decimal | no | |
| charge | Decimal | no | |
| taxableAmount | Decimal | no | |
| taxAmount | Decimal | no | |
| exemptAmount | Decimal | no | |
| netPriceIncludingTax | Decimal | no | |
| taxAmountAdjusted | Decimal | no | |
| quantityInStockUnit | Decimal | no | |
| amountIncludingTax | Decimal | no | |
| amountIncludingTaxInCompanyCurrency | Decimal | no | |
| stockCostAmountInCompanyCurrency | Decimal | no | |
| grossProfitAmountInCompanyCurrency | Decimal | no | |
| stockCostAmount | Decimal | no | |
| grossProfitAmount | Decimal | no | |
| stockCostUnit | Decimal | no | |
| grossProfit | Decimal | no | |
| _constructor | String | no | |
| _createStamp | Datetime | no | |
| _updateStamp | Datetime | no |
Custom Queries
asyncExport : SalesInvoiceLine_Connection_asyncExport
Custom Mutations
calculateLineTaxes : SalesInvoiceLineCalculateLineTaxesReturn
| Mutation | Type | Description |
|---|---|---|
| data | SalesInvoiceLineCalculateLineTaxesData_Input |
setDimension : Boolean
| Mutation | Type | Description |
|---|---|---|
| baseDocumentItemLine | IntReference | |
| storedDimensions | String | |
| storedAttributes | String |
asyncExport : SalesInvoiceLine_Mutations_asyncExport
Custom Type
SalesInvoiceLineCalculateLineTaxesData_Input
| Query | Type | Description |
|---|---|---|
| site | IntReference | |
| businessPartner | IntReference | |
| addresses | SalesInvoiceLineCalculateLineTaxesDataAddresses_Input | |
| item | IntReference | |
| currency | IntReference | |
| amountExcludingTax | Decimal | |
| quantity | Decimal | |
| taxes | [SalesInvoiceLineCalculateLineTaxesDataTaxes_Input] | |
| taxDate | Date | |
| site | IntReference | |
| businessPartner | IntReference | |
| addresses | SalesInvoiceLineCalculateLineTaxesDataAddresses_Input | |
| item | IntReference | |
| currency | IntReference | |
| amountExcludingTax | Decimal | |
| quantity | Decimal | |
| taxes | [SalesInvoiceLineCalculateLineTaxesDataTaxes_Input] | |
| taxDate | Date |
SalesInvoiceLineCalculateLineTaxesReturn
| Query | Type | Description |
|---|---|---|
| taxes | [SalesInvoiceLineCalculateLineTaxesReturnTaxes]_node | |
| taxAmount | Decimal | |
| taxAmountAdjusted | Decimal | |
| amountIncludingTax | Decimal |