2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-12 18:25:27 +00:00

Added URL-style QR code doc

This commit is contained in:
eeintech
2021-04-15 10:31:36 -04:00
parent 4087d33cc8
commit af8305b528
2 changed files with 25 additions and 1 deletions

View File

@ -25,7 +25,14 @@ stored independently. Users can use either manufacturer or supplier parts as
sourcing information for a part. Soon, InvenTree will allow the use of
manufacturer data directly in purchase orders.
Details on how to create and manage manufacturer parts were added [here](../../companies/manufacturer/#add-manufacturer-part).
Details on how to create and manage manufacturer parts were added
[here](../../companies/manufacturer/#add-manufacturer-part).
### URL-style QR Code for StockItem
[#1462](https://github.com/inventree/InvenTree/pull/1417) adds the ability to
create a QR code containing the URL of a StockItem, which can be opened directly
on a portable device using the camera or a QR code scanner. More details [here](../../report/labels#url-style-qr-code).
## Major Bug Fixes