Manager..::..DoLineCalculations Method
Namespace:
JiwaFinancials.Jiwa.JiwaApplication
Assembly: JiwaApplication (in JiwaApplication.dll)
Assembly: JiwaApplication (in JiwaApplication.dll)
Syntax
public static void DoLineCalculations( ref decimal Quantity, ref decimal UnitExTax, ref decimal LineTotalExTax, ref decimal UnitIncTax, ref decimal LineTotalIncTax, TaxRate TaxRate, ref decimal LineTaxAmount, Manager..::..ChangeSource ThisChangeSource, Manager..::..Direction TaxCalculationDirection, int FXCurrencyDecimalPlaces, ref decimal FXUnitExTax, ref decimal FXLineTotalExTax, ref decimal FXUnitIncTax, ref decimal FXLineTotalIncTax, ref decimal FXLineTaxAmount, ref decimal FXRate )
Public Shared Sub DoLineCalculations ( _ ByRef Quantity As Decimal, _ ByRef UnitExTax As Decimal, _ ByRef LineTotalExTax As Decimal, _ ByRef UnitIncTax As Decimal, _ ByRef LineTotalIncTax As Decimal, _ TaxRate As TaxRate, _ ByRef LineTaxAmount As Decimal, _ ThisChangeSource As Manager..::..ChangeSource, _ TaxCalculationDirection As Manager..::..Direction, _ FXCurrencyDecimalPlaces As Integer, _ ByRef FXUnitExTax As Decimal, _ ByRef FXLineTotalExTax As Decimal, _ ByRef FXUnitIncTax As Decimal, _ ByRef FXLineTotalIncTax As Decimal, _ ByRef FXLineTaxAmount As Decimal, _ ByRef FXRate As Decimal _ )
public: static void DoLineCalculations( Decimal^% Quantity, Decimal^% UnitExTax, Decimal^% LineTotalExTax, Decimal^% UnitIncTax, Decimal^% LineTotalIncTax, TaxRate^ TaxRate, Decimal^% LineTaxAmount, Manager..::..ChangeSource^ ThisChangeSource, Manager..::..Direction^ TaxCalculationDirection, int^ FXCurrencyDecimalPlaces, Decimal^% FXUnitExTax, Decimal^% FXLineTotalExTax, Decimal^% FXUnitIncTax, Decimal^% FXLineTotalIncTax, Decimal^% FXLineTaxAmount, Decimal^% FXRate )
Parameters
- Quantity
- Type: Decimal%
- UnitExTax
- Type: Decimal%
- LineTotalExTax
- Type: Decimal%
- UnitIncTax
- Type: Decimal%
- LineTotalIncTax
- Type: Decimal%
- LineTaxAmount
- Type: Decimal%
- ThisChangeSource
- Type: JiwaFinancials.Jiwa.JiwaApplication..::..Manager..::..ChangeSource
- TaxCalculationDirection
- Type: JiwaFinancials.Jiwa.JiwaApplication..::..Manager..::..Direction
- FXCurrencyDecimalPlaces
- Type: Int32
- FXUnitExTax
- Type: Decimal%
- FXLineTotalExTax
- Type: Decimal%
- FXUnitIncTax
- Type: Decimal%
- FXLineTotalIncTax
- Type: Decimal%
- FXLineTaxAmount
- Type: Decimal%
- FXRate
- Type: Decimal%