diff --git a/docs/credits.md b/docs/credits.md index ff4417a..90bf30a 100644 --- a/docs/credits.md +++ b/docs/credits.md @@ -62,6 +62,7 @@ InvenTree relies on the following frontend libraries and components: | [Moment JS](https://github.com/moment/momentjs.com/) | MIT | Time and date rendering | | [jquery-treegrid](https://github.com/maxazan/jquery-treegrid/) | MIT | Treegrid rendering | | [clipboard.js](https://github.com/zenorocha/clipboard.js) | MIT | text copying | +| [qr-scanner](https://github.com/nimiq/qr-scanner) | MIT | Javascript QR Code Scanner | ## Source Code Contributions diff --git a/docs/releases/0.7.0.md b/docs/releases/0.7.0.md index c0fd8ed..c417a7a 100644 --- a/docs/releases/0.7.0.md +++ b/docs/releases/0.7.0.md @@ -67,6 +67,10 @@ Multiple improvements have been made to the docker installation process, most no [#2901](https://github.com/inventree/InvenTree/pull/2901) overhauls the way that multi level BOMs are displayed. Instead of loading *all* BOM data by default, a flat top-level BOM is first loaded, and then the user has the option to load BOMs from subassemblies into the same table. +### QR code scanner + +[#2779](https://github.com/inventree/InvenTree/pull/2779) provides a QR code scanner which can be used to quickly scan Inventree generated QR codes using webcams or mobile devices. This feature requires secure (HTTPS) connection to the server. + ## Bug Fixes | Pull Request | Description |