Skip to content

Commit

Permalink
Merge pull request #8529 from ehuelsmann/fix/master/missing-asset-imp…
Browse files Browse the repository at this point in the history
…ort-fields

Add field list expected in the CSV file for asset import
  • Loading branch information
ehuelsmann authored Nov 30, 2024
2 parents 84a265d + e6e390b commit 7deea97
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions UI/asset/import_asset.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,39 @@
class = "file"
} %]
</div>
The following fields are expected (in this order):
<dl>
<dt>tag</dt>
<dd />
<dt>purchase_date</dt>
<dd />
<dt>description</dt>
<dd />
<dt>asset_class</dt>
<dd />
<dt>location</dt>
<dd />
<dt>vendor</dt>
<dd />
<dt>invoice</dt>
<dd />
<dt>department</dt>
<dd />
<dt>asset_account</dt>
<dd />
<dt>purchase_value</dt>
<dd />
<dt>accum_dep</dt>
<dd />
<dt>nbv</dt>
<dd />
<dt>start_depreciation</dt>
<dd />
<dt>usable_life</dt>
<dd />
<dt>usable_life_remaining</dt>
<dd />
</dl>
<div class="inputrow" id="buttonrow">
[% PROCESS button element_data = {
text = text("Save")
Expand Down

0 comments on commit 7deea97

Please sign in to comment.