From c416161a7bc70032ec941cd2e2f45324a9b08d87 Mon Sep 17 00:00:00 2001
From: Hayden <64056131+hay-kot@users.noreply.github.com>
Date: Sun, 12 Feb 2023 14:52:07 -0900
Subject: [PATCH] initial label generator for QR codes
---
frontend/pages/reports/label-generator.vue | 420 +++++++++++++++++++++
frontend/pages/tools.vue | 22 +-
2 files changed, 441 insertions(+), 1 deletion(-)
create mode 100644 frontend/pages/reports/label-generator.vue
diff --git a/frontend/pages/reports/label-generator.vue b/frontend/pages/reports/label-generator.vue
new file mode 100644
index 0000000..133ab33
--- /dev/null
+++ b/frontend/pages/reports/label-generator.vue
@@ -0,0 +1,420 @@
+
+
+
+
+ The Homebox Label Generator is a tool to help you print labels for your Homebox inventory. These are intended to
+ be print-ahead labels so you can print many labels and have them ready to apply
+
+ As such, these labels work by printing a URL QR Code and AssetID information on a label. If you've disabled
+ AssetID's in your Homebox settings, you can still use this tool, but the AssetID's won't reference any item
+
+ This feature is in early development stages and may change in future releases, if you have feedback please
+ provide it in the GitHub Discussion
+ Homebox Label Generator
+ Tips
+
+
+
+
+
+