Terminal UI for InvenTree
Project description
InvenTree TUI
Terminal User Interface for InvenTree, built with Textual. Project maintained on GitHub.
Installation
InvenTree TUI can be install via PyPi using the command pipx install inventree-tui
. Using pipx
rather than pip
installs the application in its own virtual environment, ensuring that the dependencies of different applications do not conflict with it.
Once installed, launch the TUI using the command inventree-tui
or by running the library module as a script (python -m inventree-tui
). You will have to configure the required environment variables first (see below).
Configuration
To run inventree-tui, you must set the following environment variables: INVENTREE_API_HOST
, INVENTREE_API_TOKEN
You can also set these in a file named .env
:
# .env file
INVENTREE_API_HOST=https://example.com/
INVENTREE_API_TOKEN=inv-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-xxxxxxxx
Usage
After installation, InvenTree TUI is launched using the command inventree-tui
. The app can be navigated using either the mouse or keyboard. The keyboard navigation controls are as follows:
tab
: Focus next itemshift + tab
: Focus previous itemarrow keys
: Change selectionenter
: Activatedelete
: Remove item from list
The app is composed of several tabs, each with a specific function.
Transfer Items Tab
This tab is used for transferring stock items to a different location. First, scan the destination location barcode. Next, scan the barcodes of the items you wish to transfer to this location. If you accidentally scan the wrong item, you can remove it from the list using the delete
key. Once you are done scanning items, hit the Done
button and the items will be tranferred to the destination location.
Check-In Items Tab
This tab is used for transferring stock items to their default locations. Simply scan an item barcode and confirm the transfer with the pop-up dialog. A history of checked-in items is kept for convient reference, and can be cleared using the Clear History
button.
Part Search Tab
This tab is used for searching the inventory for parts. Each part in the results can be expanded using the Enter
key, which will then fetch and display the relevant stock items and their locations and quantities. The first few parts in the results are expanded automatically.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file inventree_tui-0.1.10.tar.gz
.
File metadata
- Download URL: inventree_tui-0.1.10.tar.gz
- Upload date:
- Size: 20.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d88347b657ceb9483855ea936b44942e819085e5fc40ab68d3dbdadefbc16b8 |
|
MD5 | 2a6e3069a166393dc1c4c66ae84098d4 |
|
BLAKE2b-256 | 6b1d9777733b7ad1a99cff31f65f527dbf591d85502bd89bac78af20c3a9c7d2 |
File details
Details for the file inventree_tui-0.1.10-py3-none-any.whl
.
File metadata
- Download URL: inventree_tui-0.1.10-py3-none-any.whl
- Upload date:
- Size: 26.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 21145b45579905fb39efddbb6a96a39b779b334def9fcd7ed316e58528c32fd3 |
|
MD5 | 6e349da621592ebd68009508c9ea6e6b |
|
BLAKE2b-256 | cae7662e76fc5454e0137e004b0104674f6fd4c739a0a81c9b9e5d960d33ca90 |