From 4ed0ad193f5720207448ec7c61442c4158015796 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 8 Aug 2022 10:02:50 +1000 Subject: [PATCH] Add page for app --- _data/general/footer.yml | 2 ++ extend/app.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 extend/app.md diff --git a/_data/general/footer.yml b/_data/general/footer.yml index cde074af..c33582d7 100644 --- a/_data/general/footer.yml +++ b/_data/general/footer.yml @@ -15,6 +15,8 @@ cats: - name: API internal: extend/api.md + - name: App + internal: extend/app.md - name: Integrate internal: extend/integrate/index.md - name: Plugins diff --git a/extend/app.md b/extend/app.md new file mode 100644 index 00000000..86997b2e --- /dev/null +++ b/extend/app.md @@ -0,0 +1,31 @@ +--- +title: InvenTree Mobile App +--- + +The InvenTree Mobile App brings stock control to your pocket. Integrating seamlessly with the [InvenTree API](../extend/api.md), the app provides immediate access to inventory data without requiring physical access to a computer. + +Native barcode support provides a multitude of context-sensitive stock control actions, allowing streamlined inventory management at your fingertips. The app has been optimized for speed, providing instant access to stock knowledge and handy on-site functionality. + +### Features + +- View and edit part and stock information with a blazingly fast interface +- Perform stock control actions on the go +- Barcode integrations simply stock operations +- Receive purchase orders and check in stock items +- And many more! + +### Download + +The InvenTree app can be downloaded from either the Android or Apple app stores, or accessed via the links below: + +#### Android + + [Android Play Store](https://play.google.com/store/apps/details?id=inventree.inventree_app). + +#### iOS + + [Apple App Store](https://apps.apple.com/au/app/inventree/id1581731101#?platform=iphone) + +### Documentation + +Mobile app documentation can be found on the [InvenTree documentation site](https://inventree.readthedocs.io/en/latest/app/app/). \ No newline at end of file