AssetDepCalculation_Idle_JP Class [AX 2012]
Fake depreciation method calculation for idle periods
| Method | Description | |
|---|---|---|
| calc | Calculates the depreciation amount based on parameters (Overrides the calc Method.) |
| calcAllowableLimitFinalDepForPeriod | Calculates the final allowable limit depreciation amount for current period. (Inherited from AssetDepCalculation_JP.) |
| calcAllowableLimitFinalSumOfDepToPeriod | Calculates the final allowable limit for sum of depreciation from depreciation start date to specified period. (Inherited from AssetDepCalculation_JP.) |
| calcAllowableLimitForAccumulatedDep | Calculates the overall allowable limit of accumulated depreciation amount. (Inherited from AssetDepCalculation_JP.) |
| calcAllowableLimitSumOfDepToPeriod | Calculates the allowable limit for sum of depreciation from depreciation start date to specified period. (Inherited from AssetDepCalculation_JP.) |
| calcBaseAmountToDepreciate | Calculates the base amount to depreciate. (Inherited from AssetDepCalculation_JP.) |
| calcBeginningBalanceOfAccumulatedDep | Calculates the beginning balance of accumulated depreciation amount for specified date. (Inherited from AssetDepCalculation_JP.) |
| calcCurYearDepRate | Calculates the depreciation rate for current year. (Inherited from AssetDepCalculation_JP.) |
| calcDepAndTotalNumOfPeriodsForCurYear | Calculate the acutual deprecaition time and total time for current year (Inherited from AssetDepCalculation_JP.) |
| calcDepreciablePeriodYTD | Calculates the number of depreciable period from the first period of current year to current period. (Inherited from AssetDepCalculation_JP.) |
| calcDepreciableRatioForCurYear | Calculates the ratio of depreciable time in current fiscal year compare to a whole calendar year. (Inherited from AssetDepCalculation_JP.) |
| calcDepStartDateInCurYear | Calculates the depreciation start date in current year. (Inherited from AssetDepCalculation_JP.) |
| calcDepStartDateInCurYearBeyondChange | Calculates the depreciation start date of the asset in current year regardless of depreciation profile change. (Inherited from AssetDepCalculation_JP.) |
| calcFinalAmountToDepreciate | Calculates the final base amount to depreciate. (Inherited from AssetDepCalculation_JP.) |
| calcNumOfDepreciablePeriodInCurYear | Calculates the number of depreciable period in current year. (Inherited from AssetDepCalculation_JP.) |
| calcNumOfNotDepreciablePeriodInCurYear | Calculates the number of not depreciable period in current year. (Inherited from AssetDepCalculation_JP.) |
| calcYearlyDepRate | Calculates the yearly depreciation rate. (Overrides the calcYearlyDepRate Method.) |
| 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.) |
| getAssetDepreciationMethod | Gets the type of depreciation method. (Overrides the getAssetDepreciationMethod Method.) |
| getBeginBalanceOfAccumulatedDepResult | Returns the beginning balance result which based on the cache calculated in process of calculation. (Inherited from AssetDepCalculation_JP.) |
| getBeginningBalanceOfAccumulatedDep | Gets the beginning balance of accumulated depreciation amount for specified date. (Inherited from AssetDepCalculation_JP.) |
| getReductionEntryAdjustment | Gets the reduction entry adjustment amount for specified date. (Inherited from AssetDepCalculation_JP.) |
| getReductionEntryAdjustmentAmounts | Gets the reduction entry adjustment amount for specified date. (Inherited from AssetDepCalculation_JP.) |
| getReductionEntryOriginBeginningBalance | Gets the beginning balance of accumulated depreciation amount for specified date. (Inherited from AssetDepCalculation_JP.) |
| 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 anything needed for this instance. (Inherited from AssetDepCalculation_JP.) |
| isPutInUseYear | Checks whether the current period is in the year asset put to use. (Inherited from AssetDepCalculation_JP.) |
| isReductionEntryInCurPeriod | Checks whether the reduction entry occur incurrent period. (Inherited from AssetDepCalculation_JP.) |
| isTheFirstPeriodInCurYear | Checks whether the current period is the first period in current year. (Inherited from AssetDepCalculation_JP.) |
| new | Constructs a new instance of AssetDepCalculation_JP. (Inherited from AssetDepCalculation_JP.) |
| 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.) |
| preRunCalc | Do initialization for new loop of calculation. (Inherited from AssetDepCalculation_JP.) |
| roundOffDepreciation | Rounds the amount based on the setting for rounding specified on parameter. (Inherited from AssetDepCalculation_JP.) |
| roundOffDepreciationRate | Rounds the depreciation rate and use round up method to keep 3 decimal. (Inherited from AssetDepCalculation_JP.) |
| 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.) |
| updateBeginningBalanceOfAccumulatedDep | Updates the cache for beginning balance of accumulated depreciation amount for the new calculated depreciation amount. (Inherited from AssetDepCalculation_JP.) |
| 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.) |
Community Additions
ADD
Show: