From 44f13f751ab8d33ee66485c0b3d9c658e86c3a36 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Mon, 13 Feb 2023 10:50:49 -0900 Subject: [PATCH] docs: update label generator docs --- docs/docs/index.md | 7 +++++-- docs/docs/tips-tricks.md | 5 +++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/docs/index.md b/docs/docs/index.md index 8cc0a76..cc15a02 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -34,8 +34,11 @@ Homebox is currently in early-active development and is currently in **beta** st - Purchased From Information - Item Identifications (Serial, Model, etc) - Categorized Attachments (Images, Manuals, General) - - Arbitrary/Custom Fields - _Coming Soon!_ -- Csv Import for quickly creating and managing items - _Export Coming Soon!_ + - Arbitrary/Custom Fields +- Csv Import for quickly creating and managing items +- Custom Reporting + - Bill of Materials Export + - QR Code Label Generator - Organize _Items_ by creating _Labels_ and _Locations_ and assigning them to items. - Multi-Tenant Support - All users are placed inside of a group and can only see items that are apart of their group. Invite family members to your group, or share an instance among friends! diff --git a/docs/docs/tips-tricks.md b/docs/docs/tips-tricks.md index 03b3626..f7f47d9 100644 --- a/docs/docs/tips-tricks.md +++ b/docs/docs/tips-tricks.md @@ -41,3 +41,8 @@ Homebox has a built-in QR code generator that can be used to generate QR codes f However, the API endpoint is available for generating QR codes on the fly for any item (or any other data) if you provide a valid API key in the query parameters. An example url would look like `/api/v1/qrcode?data=https://homebox.fly.dev/item/{uuid}&access_token={api_key}`. Currently the easiest way to get an API token is to use one from an existing URL of the QR Code in the API key, but this will be improved in the future. +:octicons-tag-24: 0.8.0 + +In version 0.8.0 We've added a custom label generation. On the tools page, there is now a link to the label-generator page where you can generate labels based on Asset ID for your inventory. These are still in early development, so please provide feedback. There's also more information on the implementation on the label generator page. + +[Demo](https://homebox.fly.dev/reports/label-generator) \ No newline at end of file