From e6e390b735d34efd6cf90114ec04a390391d3534 Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Sat, 30 Nov 2024 20:08:22 +0100 Subject: [PATCH] Add field list expected in the CSV file for asset import Closes #8507 --- UI/asset/import_asset.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/UI/asset/import_asset.html b/UI/asset/import_asset.html index ecd8e18431..c44430b69e 100644 --- a/UI/asset/import_asset.html +++ b/UI/asset/import_asset.html @@ -21,6 +21,39 @@ class = "file" } %] +The following fields are expected (in this order): +
+
tag
+
+
purchase_date
+
+
description
+
+
asset_class
+
+
location
+
+
vendor
+
+
invoice
+
+
department
+
+
asset_account
+
+
purchase_value
+
+
accum_dep
+
+
nbv
+
+
start_depreciation
+
+
usable_life
+
+
usable_life_remaining
+
+
[% PROCESS button element_data = { text = text("Save")