TaxAverageVATAdjust Class [AX 2012]
The TaxAverageVATAdjust_TH class provides the adjustment of sales tax, inventory cost and related fixed asset due to the VAT ratio is changed when invoice is settled.
| Method | Description | |
|---|---|---|
| adjustNow | This method does adjustment for sales tax, inventory cost and fixed asset when invoice is settled. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getAdjustAmount | This method calculates and sets adjustment amount based on the active TaxData. |
| getOrigTaxValue | This method finds the original tax value according to invoice date. |
| getTaxData | This method finds the active TaxData according to settlement date. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isAdjusted | This method indicates whether the adjustment is made. |
| isAdjustType | This method indicates whether the original TaxTrans is incoming tax. |
| mergeDimension | Merges the ledger dimension default account and the default dimensions to create a ledger dimension. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmLedgerPostingController | Gets or sets the LedgerPostingController parameter. |
| parmTaxTrans | Gets or sets the TaxTrans parameter. |
| parmTaxWorkTrans | Gets or sets the TaxWorkTrans parameter. |
| setData | This method sets the data according to source table Id. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateLedger | This method creates new sales tax transaction for adjustment amount due to the VAT ratio is changed. |
| updateTaxTrans | This method updates realized TmpTaxWorkTrans with additional adjustment amount. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::canProcessConditionalSalesTax | Indicates whether the conditional sales tax process will be employed. |
| ::construct | This method creates an instance of TaxAverageVATAdjust. |
| ::updateAsset | This method updates new fixed asset transaction for adjustment amount due to the VAT ratio is changed. |
| ::updateInvent | This method updates inventory cost for adjustment amount due to the VAT ratio is changed. |
Community Additions
ADD
Show: