Skip to main content

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

Via environment variables

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

Once this file has been created or you have manually set your environment variables, you can run simply Inventree TUI with the command inventree-tui.

Via YAML config file

For finer control over the configuration, and for enabling certain features such as sound and TTS, you should run Inventree TUI using a YAML configuration file.

To create a YAML file with the default Inventree TUI configuration, run the command inventree-tui generate-config. This will create a file called config.yaml. Open this file in your favourite editor and modify it. If you still want to load your API Host and API Key from the .env file, you should remove the inventree_api_host and inventree_api_token lines. Settings loaded from the YAML file take precedence over environment variables.

One the YAML file has been created and modified, you can run Inventree TUI using the configuration with the command inventree-tui app -c config.yaml.

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 item
  • shift + tab: Focus previous item
  • arrow keys: Change selection
  • enter: Activate
  • delete: 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.

Screenshot of transfer items tab

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.

Screenshot of check-in items tab

Stock Ops Tab

The Stock Ops (Stock Operations) tab is used for making stock adjustments. The available methods are add, remove, and count. The table on this tab shows your stock tracking history.

Screenshot of stock operations tab

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.

Screenshot of part search tab

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

inventree_tui-0.2.0.tar.gz (30.3 kB view details)

Uploaded Source

Built Distribution

inventree_tui-0.2.0-py3-none-any.whl (37.6 kB view details)

Uploaded Python 3

File details

Details for the file inventree_tui-0.2.0.tar.gz.

File metadata

  • Download URL: inventree_tui-0.2.0.tar.gz
  • Upload date:
  • Size: 30.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.19

File hashes

Hashes for inventree_tui-0.2.0.tar.gz
Algorithm Hash digest
SHA256 4239523c9e88bda8833e9d19ef5b5913f5bafb9aaab6408057433c7730512265
MD5 df6094a377b661769e3cedad61426a06
BLAKE2b-256 d7b9c1d0296d2db357e89552a3defc76950b84825b2b24e19bf104a0de455bc4

See more details on using hashes here.

File details

Details for the file inventree_tui-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for inventree_tui-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a1001352386deddf43f9efafc3372a718e56fb6ca1001ed97ebc4ca139b513fb
MD5 ee0d7f6f6b66c9e75e4ef56d9b6907c9
BLAKE2b-256 dca7a627c7a5c63bfb2f4c397bd2140cd8780d89a3d673f5aaf7183252432d1b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page