Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Update tools.vue #905

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions frontend/pages/tools.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@
<div class="border-t px-6 pb-3 border-gray-300 divide-gray-300 divide-y">
<DetailAction @action="modals.import = true">
<template #title>Import Inventory</template>
Imports the standard CSV format for Homebox. This will <b>not</b> overwrite any existing items in your
inventory. It will only add new items.
Imports the standard CSV format for Homebox. Without an <code>HB.import_ref</code>
column, this will <b>not</b> overwrite any existing items in your inventory, only add new items.
Rows with an <code>HB.import_ref</code> column are merged into existing items with the same import_ref,
if one exists.
</DetailAction>
<DetailAction @action="getExportTSV()">
<template #title>Export Inventory</template>
Expand Down
Loading