TaxPeriodAmounts Class [AX 2012]
The TaxPeriodAmounts class is used by derived classes for printing the Norwegian Tax_Report_NO and the British Tax_Report_UK.
| Method | Description | |
|---|---|---|
| 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.) |
| fetchTmpTaxPeriodAmount | |
| fetchTmpTaxPeriodAmountWithReverseCharge | |
| fillTmpTaxPeriodAmount | |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initializes and inserts transactions in the TmpTaxPeriodAmount table by using the transactions in the TaxTrans table. |
| insertAggregatedAmounts | |
| insertTmpTaxPeriodAmount | |
| new | Initializes a new instance of the TaxPeriodAmounts class. |
| 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.) |
| reverseChargeTaxAmount_UK | |
| reverseChargeTaxAmountCur_UK | |
| setParameters | Transfers three parameters to three variables. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| taxAmount | Returns the amount from the transaction in the TmpTaxPeriodAmount table that represents the tax amount and with the tax direction entered in the parameters. |
| taxAmountCur | Returns the amount from the transaction in the TmpTaxPeriodAmount table that represents the tax amount and has the tax direction entered in the parameters. |
| taxBaseAmount | Returns the amount from the transaction in the TmpTaxPeriodAmount table that represents the tax base amount and has the tax direction entered in the parameters. |
| taxBaseAmountCur | Returns the amount from the transaction in the TmpTaxPeriodAmount table that represents the tax base amount in currency and has the tax direction entered in the parameters. |
| taxInCostPrice | Returns the amount from the transaction in the TmpTaxPeriodAmount table that represents the tax cost-price and with the tax direction entered in the parameters. |
| taxInCostPriceCur | Retrieves the amount from the transaction in the TmpTaxPeriodAmount table that represents the tax cost-price and with the tax direction entered in the parameters. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| 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.) |
| ::construct | Initializes and returns a new instance of this class and calls the init method. |
| ::startDateOfYear | Retrieves the date of January first of the year of the specified date. |
Community Additions
ADD
Show: