AssetTableDepConv_DE Class [AX 2012]
This class calculates the depreciation amounts using the rules of German depreciation.
| Method | Description | |
|---|---|---|
| adjustLastDepreciationDate | Adjusts the projected depreciation date, based on a given depreciation convention. (Inherited from AssetTableDepConv.) |
| adjustLastDepreciationDatePartialPeriod | Adjusts the projected depreciation date, based on a given depreciation convention for value models that have a partial period. (Inherited from AssetTableDepConv.) |
| adjustLifeTimeRest | Rounds the Life Time Remaining value. (Inherited from AssetTableDepConv.) |
| calc_RB | Calculates the "reducing balance" type period depreciation amount for the asset's current transaction. (Inherited from AssetTableDepConv.) |
| calc_ReducingBalance | (Inherited from AssetTableDepConv.) |
| calc_SL | Calculates the depreciation amount. (Overrides the calc_SL Method.) |
| calc_SLP_IN | Calculates the "straight line percentage" type period depreciation amount for the asset's current transaction. (Inherited from AssetTableDepConv.) |
| calc_StraightLine | (Inherited from AssetTableDepConv.) |
| calc_StraightLinePercentage_IN | Is the base calculation for the straight line percentage depreciation method. (Inherited from AssetTableDepConv.) |
| calcCurrencyAmount | Calculates the asset's period depreciation amount into the correct currency. (Overrides the calcCurrencyAmount Method.) |
| calcDisposalNumberDepreciationPeriods | Calculates the number of depreciation periods that are used in the final year of the disposal. (Inherited from AssetTableDepConv.) |
| calcRestPeriod | Calculates the number of periods for which depreciation is calculated. (Overrides the calcRestPeriod Method.) |
| calcStartDate | Calculates the starting date of depreciation. (Overrides the calcStartDate Method.) |
| calculateDisposalDepreciationAdjRatio | Calculates the portion of the depreciation that is allowed for a given period, based on the date of the disposal. (Inherited from AssetTableDepConv.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkIsFirstYear | (Inherited from AssetTableDepConv.) |
| checkIsLastYear | (Inherited from AssetTableDepConv.) |
| depreciationPercentage_SL | (Inherited from AssetTableDepConv.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getDateOfLastDepreciation | Gets the date of the last depreciation for a given value model. (Inherited from AssetTableDepConv.) |
| getNumberOfPeriodsInYear | Calculates the total number of depreciation periods that are used in a given year of the disposal. (Inherited from AssetTableDepConv.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| 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.) |
| parmIsOtherAdjustments | Gets or sets the IsOtherAdjustments parameter. (Inherited from AssetTableDepConv.) |
| parmIsPartialMonthCalculation | Gets or sets the IsPartialMonthCalculation parameter. (Inherited from AssetTableDepConv.) |
| parmIsProratedDaysCalculation | Gets or sets the IsProratedDaysCalculation parameter. (Inherited from AssetTableDepConv.) |
| parmLastDepreciationDate | Gets or sets the LastDepreciationDate parameter. (Inherited from AssetTableDepConv.) |
| setAssetPeriodDate | (Inherited from AssetTableDepConv.) |
| setLastDepreciationDate_HalfYear | Sets the period with regard to the half-year convention rule for first and last period. (Inherited from AssetTableDepConv.) |
| setNumberOfPeriodsInInterval | (Inherited from AssetTableDepConv.) |
| setNumberOfPeriodsLeftInYear | (Inherited from AssetTableDepConv.) |
| 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.) |
| updateDisposalFirstLastYear | Updates class variables to indicate whether the current depreciation is performed in the first or last year of depreciation. (Inherited from AssetTableDepConv.) |
| 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.) |
Under these rules, the depreciation amount should be calculated from the beginning of the year and added to the amount of first depreciation. The amount of the first depreciation is created at period of start of the exploitation. For example, if a fixed asset was purchased for 24,000 EUR, its lifetime is 24 months, and was started to be used in April, 4,000 EUR should be posted at April, and then 1,000 EUR each month.
Additional acquisitions should be processed in a similar way. For example, if on second year of fixed asset use, an additional acquisition for 12,000 EUR has been posted in February, 1,000 EUR should be posted in January (from the original purchase), 3,000 EUR in February, and 2,000 EUR each month.