Report "Fixed Asset - Analysis"

ID 5600
Namespace: Microsoft.FixedAssets.Reports

Fixed Asset Analysis Report is a flexible reporting option that provides a comprehensive examination of an organization's fixed assets, such as property, plant, and equipment (PP&E), for different purposes. If the purpose is to reconcile asset values with GL then fields like acquisition, depreciation can be selected. If the purpose is about reviewing net value along with write down value, users can use this report accordingly by choosing the relevant amount fields and amount fields for multiple periods.

Properties

Name Value
DefaultLayout RDLC
RDLCLayout ./FixedAssets/Reports/FixedAssetAnalysis.rdlc
ApplicationArea #FixedAssets
Caption Fixed Asset Analysis
UsageCategory ReportsAndAnalysis

Methods

SetMandatoryFields

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

Parameters

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

SetDateType

procedure SetDateType(DateType1From: Text[30], DateType2From: Text[30])

Parameters

Name Type Description
DateType1From Text[30]
DateType2From Text[30]

SetPostingType

procedure SetPostingType(PostingType1From: Text[30], PostingType2From: Text[30], PostingType3From: Text[30])

Parameters

Name Type Description
PostingType1From Text[30]
PostingType2From Text[30]
PostingType3From Text[30]

SetPeriod

procedure SetPeriod(Period1From: Option, Period2From: Option, Period3From: Option)

Parameters

Name Type Description
Period1From Option
Period2From Option
Period3From Option

SetTotalFields

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

Parameters

Name Type Description
GroupTotalsFrom Option
PrintDetailsFrom Boolean
SalesReportFrom Boolean
BudgetReportFrom Boolean

GetFASetup

procedure GetFASetup()

See also