mirror of
https://github.com/hay-kot/homebox.git
synced 2024-12-18 04:56:30 +00:00
Update tools.vue
Correct the description of the import feature on the tools page.
This commit is contained in:
parent
6fd8457e5a
commit
8be7181dd0
1 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue