Fixed Asset Projected Value Report is a detailed analysis that forecasts the future value of an organization's fixed assets over a specified period. This is specially useful where there are multiple depreciation methods and there is need to review the projected values of depreciation.
[IntegrationEvent(True,False)]
local procedure OnBeforeCalculateFirstDeprAmount(var FixedAsset: Record "Fixed Asset", var CalculateDepr: Codeunit "Calculate Depreciation", var DepreciationCalculation: Codeunit "Depreciation Calculation", var FirstTime: Boolean, var Done: Boolean, var UntilDate: Date, var StartingDate: Date, var DeprAmount: Decimal, var Custom1Amount: Decimal, var NumberOfDays: Integer, var Custom1NumberOfDays: Integer, var DeprBookCode: Code[10], var EntryAmounts: array[4] of Decimal, var DaysInFirstPeriod: Integer, var EndingDate: Date, var IsHandled: Boolean)
[IntegrationEvent(False,False)]
local procedure OnAfterAccountingPeriodSetFilter(var PeriodEndingDate: Date, var Year365Days: Boolean, UseAccountingPeriod: Boolean, var AccountingPeriod: Record "Accounting Period")