Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calculates the amounts to depreciate for a specified document type.
Syntax
client server public static AssetAmount calcDocumentTypeAmountToDepreciate(
AssetDocumentType_JP _documentType,
AssetDepBookMap_JP _assetDepBookMap,
AssetTransDate _transDate,
[AssetTableInterval _assetTableInterval])
Run On
Called
Parameters
- _documentType
Type: AssetDocumentType_JP Enumeration
The type of asset document.
- _assetDepBookMap
Type: AssetDepBookMap_JP Map
A record of the AssetDepBookMap_JP map; optional.
- _transDate
Type: AssetTransDate Extended Data Type
The date for which to calculate the depreciation amount.
- _assetTableInterval
Type: AssetTableInterval Class
An instance of the AssetTableInterval class; optional.
Return Value
Type: AssetAmount Extended Data Type
The amounts to depreciate.