AssetDepBookTableDepConv_HalfYearNext.calc_SLP_IN Method [AX 2012]
Calculates the "straight line percentage" type period depreciation amount for the asset's current transaction.
Syntax
public AssetAmount calc_SLP_IN(
AssetAmount _basisForDepreciation,
AssetAmount _prevDepAmountThisYear,
TransDate _depreciationDate,
AssetDepreciationTime _periods)
Run On
Called
Parameters
- _basisForDepreciation
Type: AssetAmount Extended Data Type
The amount to use as the basis for depreciation.
- _prevDepAmountThisYear
Type: AssetAmount Extended Data Type
The depreciation amount for the previous year.
- _depreciationDate
Type: TransDate Extended Data Type
The depreciation date for the asset.
- _periods
Type: AssetDepreciationTime Extended Data Type
The period for depreciation of the asset.
Return Value
Type: AssetAmount Extended Data Type
The depreciation amount that is calculated by using the "straight line percentage" method.