| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductErpId |
ErpId of Product invoiced |
string |
None. |
| OrderUnitPrice |
Ordered unit price of the product |
decimal number |
None. |
| OrderQtyInUnits |
Qty (in unit) of the product Ordered |
decimal number |
None. |
| OrderQtyInStdUnit |
Qty (in Std unit) of the product Ordered |
decimal number |
None. |
| OrderQtyInSuperUnit |
Qty (in Super unit) of the product Ordered |
decimal number |
None. |
| OrderSchemeQtyUnit |
Free Qty (in units) of the product Ordered |
decimal number |
None. |
| OrderGrossValue |
Gross Value of the product Ordered (Unit Price * (Qty + FreeQty)) |
decimal number |
None. |
| OrderPrimarySchemeDiscount |
Value of primary scheme discount applied |
decimal number |
None. |
| OrderSecondarySchemeDiscount |
Value of Secondary scheme discount applied |
decimal number |
None. |
| OrderTradeDiscount |
Value of Trade discount applied |
decimal number |
None. |
| OrderCashDiscount |
Value of cash discount applied |
decimal number |
None. |
| OrderNetValue |
GrossValue - TotalDiscount for the product Ordered |
decimal number |
None. |
| OrderTaxValue |
Value of tax levied (GST in case of India and VAT in case of International) |
decimal number |
None. |
| OrderTotalValue |
NetValue + TaxValue |
decimal number |
None. |
| InvoiceQtyInUnits |
Sum of Qty (in Unit) of all products invoiced |
decimal number |
None. |
| InvoiceQtyInStdUnit |
Sum of Qty (in StdUnit) of all products invoiced |
decimal number |
None. |
| InvoiceQtyInSuperUnit |
Sum of Qty (in SuperUnit) of all products invoiced |
decimal number |
None. |
| InvoiceSchemeQtyInUnit |
Sum of FreeQty (in Unit) of all products invoiced |
decimal number |
None. |
| InvoiceGrossValue |
Sum of GrossValues of all products invoiced |
decimal number |
None. |
| InvoiceTradeDiscount |
Sum of TradeDiscount values applied to products invoiced |
decimal number |
None. |
| InvoiceCashDiscount |
Sum of CashDiscount values applied to products invoiced |
decimal number |
None. |
| InvoicePrimaryDiscount |
Sum of PrimarySchemeDiscount values applied to products invoiced |
decimal number |
None. |
| InvoiceSecondaryDiscount |
Sum of SecondarySchemeDiscount values applied to products invoiced |
decimal number |
None. |
| InvoiceNetValue |
InvoiceGrossValue-InvoiceTotalDiscountValue |
decimal number |
None. |
| InvoiceTaxValue |
Sum of GST values levied on each product for India, Sum of VAT values for internaltional market |
decimal number |
None. |
| InvoiceTotalValue |
InvoiceNetValue + StdInvoiceTaxValue + OtherInvoiceTaxValue |
decimal number |
None. |