BookDepreciationDetail |
BookDepreciationDetail.costLimit(Double costLimit) |
The value of the asset you want to depreciate, if this is less than the cost of the asset.
|
BookDepreciationDetail |
BookDepreciationDetail.currentAccumDepreciationAmount(Double currentAccumDepreciationAmount) |
All depreciation occurring in the current financial year.
|
BookDepreciationDetail |
BookDepreciationDetail.currentCapitalGain(Double currentCapitalGain) |
When an asset is disposed, this will be the sell price minus the purchase price if a profit was
made.
|
BookDepreciationDetail |
BookDepreciationDetail.currentGainLoss(Double currentGainLoss) |
When an asset is disposed, this will be the lowest one of sell price or purchase price, minus
the current book value.
|
BookDepreciationDetail |
BookDepreciationDetail.depreciationStartDate(org.threeten.bp.LocalDate depreciationStartDate) |
YYYY-MM-DD
|
BookDepreciationDetail |
Asset.getBookDepreciationDetail() |
Get bookDepreciationDetail
|
BookDepreciationDetail |
BookDepreciationDetail.priorAccumDepreciationAmount(Double priorAccumDepreciationAmount) |
All depreciation prior to the current financial year.
|
BookDepreciationDetail |
BookDepreciationDetail.residualValue(Double residualValue) |
The value of the asset remaining when you've fully depreciated it.
|