How to Configure Depreciation Expense Entry in iDempiere

Introduction

The Depreciation Expense Entry window is a report and process in iDempiere Fixed Asset Management used to review depreciation expense lines that have not yet been posted to the General Ledger.

It is accessed after the Create Depreciation Entries process generates depreciation records for active fixed assets, and before those entries are booked during month-end close.

Reviewing this report confirms depreciation amounts, GL accounts, and posting types are correct, reducing posting errors in Fixed Asset accounting and financial reporting.

Process Flow

TenthPlanet-iDempiere-Accounting-DepreciationExpenseEntry-ProcessFlow

Business Rules

  • Only depreciation entries with Entry Type = Depreciation (DEP) appear in this report.
  • The report is generated from the RV_Asset_Depreciation_Entry Report View, not entered manually.
  • Each row shows Asset, Accounting Date, GL Account, Expense Amount, and Posting Type.
  • Posting Type “Actual” indicates a real depreciation entry, not a budgeted amount.
  • The Report View is Active and filters records using Entity Type.
  • Large asset volumes can be processed in the background using Run as Job.
  • Summary mode shows consolidated totals instead of every individual depreciation line.
  • Print Format controls the printed or exported layout of the report output.

Prerequisites

  • Fixed Asset record created and Active in the Asset Workfile.
  • Depreciation Method and Useful Life Years assigned to the Asset.
  • Asset Group configured with a valid Depreciation Expense Account.
  • Create Depreciation Entries process run to generate unposted DEP records.
  • Report View RV_Asset_Depreciation_Entry Active in the Dictionary.
  • Organization and Accounting Schema configured for Fixed Assets.

Navigation

Menu → Asset → Depreciation Processing→ Depreciation Expense Entry
TenthPlanet-iDempiere-Accounting-DepreciationExpenseEntry-1

Opening the window shows a process parameter screen with Run as Job, View Report, Print Format, and Summary options. Running the process opens the depreciation lines in a Report View grid.

TenthPlanet-iDempiere-Accounting-DepreciationExpenseEntry-2

Configuration Steps

Step 1: Open the Depreciation Expense Entry Window

Navigate to the window to begin reviewing depreciation entries not yet booked.

Instructions

From the menu, open Depreciation Expense Entry. The parameter screen appears with the report description at the top.

Step 2: Set Run as Job (Optional)

Determines whether the report runs immediately in the browser or as a background job.

Instructions

Check Run as Job for large asset volumes to avoid session timeouts. Leave unchecked for a quick, immediate review.

Step 3: Select View Report Format

Controls how the report output is displayed.

Instructions

Choose HTML for on-screen review, or PDF/CSV for export, from the View Report dropdown.

Step 4: Select Print Format

Defines which columns and layout appear in the output.

Instructions

Select the “Depreciation Expense Entry” print format, or another configured format matching the required columns.

Step 5: Execute and Review the Report

Runs the report and opens the resulting depreciation entries for review.

Instructions

Click OK to run the report. The Report View opens listing each Asset, Accounting Date, Account, Expense amount, and Posting Type.

Field Reference Table

FieldSample ValueDescription
Run as JobUncheckedRuns the report as a background job when checked
View ReportHTMLOutput format shown after running the report
Print FormatDepreciation Expense EntryLayout and columns used for the report
SummaryUncheckedShows totals only when checked, detail lines when unchecked
Asset1000000_Dell_Latitude_5550_LaptopFixed Asset the depreciation line belongs to
Acct Date06/30/2026Accounting date of the depreciation period
A_Account_Number_AcctAsset Depreciation AmountGL account the depreciation expense will post to
Expense87,916.67Depreciation expense amount for the period
Posting TypeActualIndicates the entry is an actual (not budgeted) amount
TenthPlanet-iDempiere-Accounting-DepreciationExpenseEntry-3

Common Issues and Resolutions

IssueCauseResolution
Report returns no rowsCreate Depreciation Entries has not been run for the periodRun the Create Depreciation Entries process first
Incorrect GL account shownDepreciation Expense Account misconfigured on Asset GroupCorrect the account on the Asset Group setup
Report is slow or times outReport run interactively with a large number of assetsEnable Run as Job for large asset volumes
Expense amount looks wrongIncorrect Depreciation Method or Useful Life on the AssetVerify and correct Asset depreciation settings
Posting Type shows unexpected valueReport View filter or Entry Type mismatchConfirm the Report View SQL WHERE uses A_Entry_Type=’DEP’
Print Format missing expected columnsPrint Format is outdated or misconfiguredUpdate or regenerate the Print Format
Window not accessible to userRole does not have access to the windowGrant window access to the Role

Next Steps

  • Run the Create Depreciation Entries process for the next accounting period.
  • Review the Asset Workfile to confirm depreciation setup accuracy.
  • Post reviewed depreciation entries through the Fixed Asset posting process.
  • Correct Asset Group depreciation accounts if amounts are incorrect.