Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Commit 44f13f7

Browse files
committed
docs: update label generator docs
1 parent 986d2c5 commit 44f13f7

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Diff for: docs/docs/index.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,11 @@ Homebox is currently in early-active development and is currently in **beta** st
3434
- Purchased From Information
3535
- Item Identifications (Serial, Model, etc)
3636
- Categorized Attachments (Images, Manuals, General)
37-
- Arbitrary/Custom Fields - _Coming Soon!_
38-
- Csv Import for quickly creating and managing items - _Export Coming Soon!_
37+
- Arbitrary/Custom Fields
38+
- Csv Import for quickly creating and managing items
39+
- Custom Reporting
40+
- Bill of Materials Export
41+
- QR Code Label Generator
3942
- Organize _Items_ by creating _Labels_ and _Locations_ and assigning them to items.
4043
- 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!
4144

Diff for: docs/docs/tips-tricks.md

+5
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,8 @@ Homebox has a built-in QR code generator that can be used to generate QR codes f
4141

4242
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.
4343

44+
:octicons-tag-24: 0.8.0
45+
46+
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.
47+
48+
[Demo](https://homebox.fly.dev/reports/label-generator)

0 commit comments

Comments
 (0)