diff --git a/app/components/assets/import-content.tsx b/app/components/assets/import-content.tsx index f6311a69e..4bb6964c9 100644 --- a/app/components/assets/import-content.tsx +++ b/app/components/assets/import-content.tsx @@ -1,6 +1,7 @@ import type { ChangeEvent } from "react"; import { useRef, useState } from "react"; import { useFetcher } from "@remix-run/react"; +import type { QRCodePerImportedAsset } from "~/modules/qr/service.server"; import type { action } from "~/routes/_layout+/assets.import"; import { isFormProcessing } from "~/utils/form"; import { tw } from "~/utils/tw"; @@ -18,6 +19,7 @@ import { AlertDialogTrigger, } from "../shared/modal"; import { WarningBox } from "../shared/warning-box"; +import { Table, Td, Th, Tr } from "../table"; export const ImportBackup = () => ( <> @@ -110,6 +112,35 @@ export const ImportContent = () => ( "cf:purchase date, type:date" +

Importing with QR codes

+
+ You also have the option to se a Shelf QR code for each asset. This is + very valuable if you already have Shelf QR codes printed and you want to + link them to the assets you are importing. +
+ This feature comes with the following limitations: + + If no "qrId" is used a new QR code will be generated. +
+ If you are interesting in receiving some unclaimed or unlinked codes, feel + free to get in touch with support and we can provide those for you. +
+

Extra considerations