Report "Fixed Asset - Book Value 02"

ID 5606
Namespace: Microsoft.FixedAssets.Reports

The Fixed Asset Book Value 02 report is useful when the user wants to view the movement in valuation of assets over a period time. There is further breakdown of values under additions and disposals during the period , further grouped under classes/subclasses if needed.

Properties

Name Value
DefaultLayout RDLC
RDLCLayout ./FixedAssets/Reports/FixedAssetBookValue02.rdlc
ApplicationArea #FixedAssets
Caption Fixed Asset Book Value 02
UsageCategory ReportsAndAnalysis

Methods

SetMandatoryFields

procedure SetMandatoryFields(DepreciationBookCodeFrom: Code[10], StartingDateFrom: Date, EndingDateFrom: Date)

Parameters

Name Type Description
DepreciationBookCodeFrom Code[10]
StartingDateFrom Date
EndingDateFrom Date

SetTotalFields

procedure SetTotalFields(GroupTotalsFrom: Option, PrintDetailsFrom: Boolean, BudgetReportFrom: Boolean, ReclassifyFrom: Boolean)

Parameters

Name Type Description
GroupTotalsFrom Option
PrintDetailsFrom Boolean
BudgetReportFrom Boolean
ReclassifyFrom Boolean

GetDepreciationBookCode

procedure GetDepreciationBookCode()

Events

OnOnAfterGetRecordOnBeforeCalculateBookValues

[IntegrationEvent(False,False)]
local procedure OnOnAfterGetRecordOnBeforeCalculateBookValues(StartingDate: Date, EndingDate: Date, var FixedAsset: Record "Fixed Asset", var StartAmounts: array[6] of Decimal, var NetChangeAmounts: array[6] of Decimal, var TotalEndingAmounts: array[7] of Decimal)

Parameters

Name Type Description
StartingDate Date
EndingDate Date
FixedAsset Table Microsoft.FixedAssets.FixedAsset."Fixed Asset"
StartAmounts array[6] of Decimal
NetChangeAmounts array[6] of Decimal
TotalEndingAmounts array[7] of Decimal

See also