InvenTree mobile app https://docs.inventree.org/app
Find a file
Oliver d926686a89
Stock history fix (#320)
* Improves quantity parsing from

* Add paginated history widget

* Refactor stock history widget as a paginated widget

* Allow paginated result list to handle results returned as list

- Some API endpoints (older ones most likely) don't paginate results correctly

* Fix code layout

* Render user information in "history" widget (not quantity)

* Hide filter button

* Update release notes

* remove unused import
2023-04-18 22:46:08 +10:00
.github Fix iOS CI invalid syntax (#257) 2023-02-11 07:13:09 +11:00
android Stock history fix (#320) 2023-04-18 22:46:08 +10:00
assets Stock history fix (#320) 2023-04-18 22:46:08 +10:00
ios Code Cleanup (#312) 2023-04-11 22:38:57 +10:00
lib Stock history fix (#320) 2023-04-18 22:46:08 +10:00
res/values Initial project commit 2019-06-24 00:33:22 +10:00
test Updated dependencies (#255) 2023-02-11 00:24:06 +11:00
.gitignore File name is apparently important... 2022-05-21 20:24:31 +10: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 Updated dependencies (#255) 2023-02-11 00:24:06 +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 Adds "dark mode" support (#317) 2023-04-16 21:10:57 +10:00
pubspec.yaml Bump version to 0.11.4 (#321) 2023-04-18 22:39:32 +10:00
README.md Update README.md 2022-06-03 20:26:56 +10:00
RELEASE.md Update notes for building under iOS (#238) 2022-12-21 23:00:10 +11:00
requirements.txt Add python requirements file 2022-05-20 23:48:58 +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.

User Documentation

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