Skip to content

Commit

Permalink
Add field list expected in the CSV file for asset import
Browse files Browse the repository at this point in the history
Closes #8507
  • Loading branch information
ehuelsmann committed Nov 30, 2024
1 parent 84a265d commit e6e390b
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 e6e390b

Please sign in to comment.