How to Configure the Imported Fixed Asset Window in iDempiere

The Imported Fixed Asset window is the staging table used by iDempiere’s Import File Loader to validate Asset Addition records before they go live.

Successful imports create live asset addition records that drive depreciation schedules, accounting entries, and asset reporting across the tenant.

Process Flow

TenthPlanet-iDempiere-DataManagement-ImportedFixedAsset-ProcessFlow

Business Rules

  • Only records with Imported unchecked are picked up for processing.
  • Asset, Business Partner, and Product keys must match existing master records exactly.
  • Import Error Message displays the validation failure for a staged row.
  • Each row must reference a valid Organization key to import correctly.
  • Successful rows are marked Imported and generate a live Asset Addition record.
  • Document Action controls whether the created asset posts automatically.
  • Asset Cost, Salvage Value, and Depreciation must align with the Accounting Schema currency.

Prerequisites

  • Asset Group configured (e.g. Electronics).
  • Business Partner (Agent/Vendor) configured.
  • Product record configured and linked to an Asset Group.
  • Organization (store or location) configured.
  • Locator configured within the target warehouse.
  • Accounting Schema and Currency configured.
  • Import Loader Format for Imported Fixed Asset configured.

Navigation

Menu → Data → Data Import → Imported Fixed Asset

Configuration Steps

Step 1: Configure the Import Loader Format

Open Import Loader Format, select the Imported Fixed Asset table, map each CSV column position to its staging field in sequence, then save the format.

Step 2: Prepare the Fixed Asset CSV File

Build one CSV row per asset with Organization, Asset, Inventory No, Name, service and depreciation dates, Asset Group, Business Partner, Product, and cost columns.

Step 3: Load the File via Import File Loader

Open Import File Loader, select the Fixed Asset CSV file, choose UTF-8 encoding and the saved Import Format, then click Import to load rows into staging.

FieldSample ValuePurpose
FileImport Fixed Asset.csvSource CSV containing asset rows
EncodingUTF-8Character encoding of the file
Import FormatImported Fixed AssetColumn-to-field mapping definition
Records1Number of rows loaded into staging
TenthPlanet-iDempiere-DataManagement-ImportedFixedAsset-1

Step 4: Review Staged Records in the Imported Fixed Asset Window

Open Imported Fixed Asset, verify Organization, Asset, Business Partner, Product, cost, and depreciation fields against the source CSV, and correct any mismatch directly in the grid.

FieldSample ValueDescription
OrganizationChennai StoreStore or location the asset belongs to
AssetINV-IPH16-0001_Apple iPhone 16Internal asset identifier
Inventory NoINV-IPH16-001Physical inventory tag number
NameApple iPhone 16Asset display name
In Service Date12/28/2025Date the asset becomes usable
Asset Depreciation Date12/28/2025Date depreciation calculation starts
Asset GroupElectronicsDepreciation and accounting category
BPartner (Agent)Five Technologies Private LimitedSupplier or vendor of the asset
ProductIPH16_iPhone 16Linked product master record
LocatorGodown LocatorWarehouse storage location
Quantity1Number of units on this row
Asset Cost999.00Acquisition cost of the asset
Asset Salvage Value100.0Estimated residual value
Usable Life – Months36Depreciation period in months
Accumulated Depreciation25.00Depreciation posted to date
CurrencyUSDTransaction currency
Document ActionCompleteAction applied when the asset is created
TenthPlanet-iDempiere-DataManagement-ImportedFixedAsset-2
TenthPlanet-iDempiere-DataManagement-ImportedFixedAsset-3

Step 5: Run the Import Process

With the row selected, run the Import Fixed Asset process. The system marks the row as Imported and shows a confirmation such as “Rows in file / loaded and ready to import: 1/1”.

TenthPlanet-iDempiere-DataManagement-ImportedFixedAsset-4

Step 6: Verify the Created Fixed Asset Record

Open the Asset Addition window, search by Inventory No or Name, and confirm cost, depreciation, and organization values match the imported data.

Common Issues and Resolutions

IssueCauseResolution
Row not imported; Imported stays uncheckedMandatory field missing (Business Partner, Product, or Organization)Check Import Error Message, complete the missing key, re-run import
Invalid Business Partner Key errorBPartner value in CSV does not match an existing Business PartnerVerify the Business Partner master exists with the exact key used
Product not foundProduct Key in CSV is missing from the Product masterCreate or correct the Product record before re-importing
Wrong Organization on imported assetOrganization column left blank or mismatched in CSVUpdate the Organization column with the correct store code
Depreciation values incorrect after importUsable Life or Accumulated Depreciation entered inconsistentlyRecalculate values and correct the source CSV before loading
Currency mismatch on Asset CostAccounting Schema currency differs from the CSV Currency columnAlign CSV currency with the tenant’s Accounting Schema currency
File fails to load in Import File LoaderEncoding mismatch or incorrect Import Format selectedRe-select UTF-8 encoding and confirm the correct Import Loader Format


Next Steps

  • Configure the Fixed Asset Depreciation Workbench for periodic depreciation runs.
  • Set up the Asset Disposal window for retiring store equipment.
  • Review Fixed Asset Group setup for additional asset categories.
  • Configure Accounting Schema mapping for asset depreciation accounts.