InvenTree mobile app https://docs.inventree.org/app
Find a file
Oliver 72a78291b2
Order extra lines (#632)
* Define classes for extra line item

* Display PO extra line items

- Also, some refactoring

* Support extra line items for sales order

* linting fixes

* Update release notes
2025-04-15 20:49:05 +10:00
.github Remove out-dated permissions (#594) 2025-01-10 12:24:33 +11:00
android Remove out-dated permissions (#594) 2025-01-10 12:24:33 +11:00
assets Order extra lines (#632) 2025-04-15 20:49:05 +10:00
ios Pre-fill the "location" field when receiving an item 2024-12-11 21:33:06 +11:00
lib Order extra lines (#632) 2025-04-15 20:49:05 +10:00
res/values Initial project commit 2019-06-24 00:33:22 +10:00
test Tweak required roles (#630) 2025-04-15 15:45:03 +10:00
.gitignore Simplify DSN file (#475) 2024-03-06 21:09:06 +11:00
.gitmodules Remove translation repo submodule 2022-05-02 09:46:07 +10:00
.metadata Initial project commit 2019-06-24 00:33:22 +10:00
analysis_options.yaml Scanner wedge mode (#437) 2023-10-25 22:40:49 +11:00
BUILDING.md Barcode scanner updates (#562) 2024-12-06 00:08:04 +11:00
crowdin.yml Update crowdin.yml 2022-05-02 11:52:35 +10:00
find_dart_files.py Start InvenTree server 2022-05-21 21:03:43 +10:00
l10n.yaml Translation script creates fallback locale files 2022-05-02 12:49:59 +10:00
LICENSE Initial commit 2019-05-07 14:57:02 +10:00
pubspec.lock Tweak logic for creating new line items with barcode (#618) 2025-02-21 22:20:17 +11:00
pubspec.yaml Tweak logic for creating new line items with barcode (#618) 2025-02-21 22:20:17 +11:00
README.md Barcode scanner updates (#562) 2024-12-06 00:08:04 +11:00
requirements.txt Add python requirements file 2022-05-20 23:48:58 +10:00
tasks.py Long sn fix (#499) 2024-06-03 21:50:24 +10:00

InvenTree Mobile App

License: MIT Android iOS Coverage Status

The InvenTree mobile / tablet application is a companion app for the InvenTree stock management system.

Written in the Flutter environment, the app provides native support for Android and iOS devices.

Installation

You can install the app via the following channels:

Google Play Store (Android)

Download and install from the Google Play Store

Apple Store (iOS)

Download and install from the Apple App Store

Direct Download (Android)

We provide direct downloads for Android users - view our download page via polar.sh

User Documentation

User documentation for the InvenTree mobile app can be found within the InvenTree documentation.

Developer Documentation

Refer to the build instructions for information on how to build the app from source.