Represents a depreciation schedule for an asset. In this schedule the asset is depreciated by the designated amount. Each asset might have a few depreciation schedules, which their sum equals to the asset acquisition cost.
DepreciationSchedule is used to define the depreciation schedule for an asset in order to perform accountability for the asset. The depreciation can be linearly, (same amount every month/year) until the value is zero, or manually in which the user chooses the amount to depreciate each time.
Parent is mandatory, allowed parent type is Asset
N/A
The following table lists the fields for this object.
Field | Detail |
---|---|
depreciationDate | Type: datetime Default value: N/A Description: The time for depreciation. Field validation description: N/A Additional field security restrictions: N/A |
amount | Type: double Default value: N/A Description: The amount to depreciate. Field validation description: Must be a positive number. Additional field security restrictions: N/A |