Update tools.vue

Correct the description of the import feature on the tools page.
This commit is contained in:
Rylie Pavlik 2024-05-24 17:40:36 -05:00 committed by GitHub
parent 6fd8457e5a
commit 8be7181dd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,8 +42,10 @@
<div class="border-t px-6 pb-3 border-gray-300 divide-gray-300 divide-y"> <div class="border-t px-6 pb-3 border-gray-300 divide-gray-300 divide-y">
<DetailAction @action="modals.import = true"> <DetailAction @action="modals.import = true">
<template #title>Import Inventory</template> <template #title>Import Inventory</template>
Imports the standard CSV format for Homebox. This will <b>not</b> overwrite any existing items in your Imports the standard CSV format for Homebox. Without an <code>HB.import_ref</code>
inventory. It will only add new items. 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>
<DetailAction @action="getExportTSV()"> <DetailAction @action="getExportTSV()">
<template #title>Export Inventory</template> <template #title>Export Inventory</template>