2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 05:36:46 +00:00

Update images for "connect" app page

This commit is contained in:
Oliver 2021-10-07 22:52:18 +11:00
parent 213b3915b5
commit cbc016255e
14 changed files with 89 additions and 30 deletions

2
.gitignore vendored
View File

@ -5,3 +5,5 @@ env/
# Compiled python files # Compiled python files
*.pyd *.pyd
*.pyc *.pyc
.vscode

View File

@ -12,6 +12,14 @@ The InvenTree Mobile App brings stock control to your pocket. Integrating seamle
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. 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 ## Download
The InvenTree app can be downloaded from either the Android or Apple app stores, or accessed via the links below: The InvenTree app can be downloaded from either the Android or Apple app stores, or accessed via the links below:

View File

@ -6,13 +6,18 @@ title: Connect to Server
Use of the InvenTree app assumes that you (the user) have access to an InvenTree server. Use of the InvenTree app assumes that you (the user) have access to an InvenTree server.
When first running the app, no profile has been configured. A message is displayed at the bottom of the screen, indicting that a server profile needs to be configured. When first running the app, no profile has been configured. The *server* icon in the top-right corner of the home screen is <span style='color: red'>red</span>, indicating that there is no connection to an InvenTree server:
{% with id="no_server", url="app/initial_home_screen.jpg", maxheight="240px", description="No server configured" %} {% with id="no_server", url="app/initial.png", maxheight="240px", description="No server configured" %}
{% include "img.html" %}
{% endwith %}
Press on the server icon to navigate to the server selection view:
{% with id="no_profiles", url="app/no_profiles.png", maxheight="240px", description="No server configured" %}
{% include "img.html" %} {% include "img.html" %}
{% endwith %} {% endwith %}
Press on the mesage to navigate to the server selection view:
### Create Server ### Create Server
@ -21,7 +26,7 @@ Press on the mesage to navigate to the server selection view:
Press the <span class='fas fa-plus-circle blue'></span> button in the bottom-right corner of the screen to create a new server profile. Press the <span class='fas fa-plus-circle blue'></span> button in the bottom-right corner of the screen to create a new server profile.
{% with id="add_profile", url="app/add_server_profile.jpg", maxheight="240px", description="Add server" %} {% with id="add_profile", url="app/add_server_profile.png", maxheight="240px", description="Add server" %}
{% include 'img.html' %} {% include 'img.html' %}
{% endwith %} {% endwith %}
@ -29,10 +34,10 @@ Enter the required server details:
| Parameter | Description | | Parameter | Description |
| --- | --- | | --- | --- |
| Name | Name for the server profile (can be any value, simply for reference) | | **Name** | Name for the server profile (can be any value, simply for reference) |
| Server | InvenTree server address (including port, if required). e.g. `http://inventree.myserver.com:8080` | | **Server** | InvenTree server address (including port, if required). e.g. `http://inventree.myserver.com:8080` |
| Username | Your account username (case sensitive) | | **Username** | Your account username (case sensitive) |
| Password | Your account password (case sensitive) | | **Password** | Your account password (case sensitive) |
### Connect to Server ### Connect to Server
@ -62,15 +67,76 @@ To edit the server profile details, long press on the server profile, and select
{% include 'img.html' %} {% include 'img.html' %}
{% endwith %} {% endwith %}
## Drawer Menu ## Home Screen
The *Drawer Menu* is accessible from all top-level app views, and provides quick access to important app features. To open the drawer menu, select the <span class='fas fa-bars'></span> icon in the top-left corner of the screen (where available). The app *home screen* provides quick-access buttons for stock view and actions:
{% with id="drawer", url="app/drawer.jpg", maxheight="240px", description="Open drawer menu" %} {% with id="home", url="app/home.png", maxheight="240px", description="Home screen" %}
{% include 'img.html' %} {% include 'img.html' %}
{% endwith %} {% endwith %}
The *Drawer Menu* provides instant access to the following views: ### Scan Barcode
Select the *Scan Barcode* icon to open the [barcode scanner](./barcode.md). Scan a barcode to navigate to a detail view for the item you have scanned.
### Search
Select the *Search* icon to open the InvenTree search window. Entering a search term will return multiple search results, as shown in the examples below:
{% with id="search_1", url="app/search_1.png", maxheight="240px", description="Search results" %}
{% include 'img.html' %}
{% endwith %}
{% with id="search_2", url="app/search_2.png", maxheight="240px", description="Search results" %}
{% include 'img.html' %}
{% endwith %}
### Parts
Select the *Parts* icon to open the [parts display](./part.md). This initially displays the top-level part category, showing information for parts and sub categories.
### Starred Parts
Selected the *Starred Parts* icon to show a list of parts you have personally marked as your "favorite" parts.
### Stock
Select the *Stock* icon to open the [stock display](./stock.md). This initially displays the top-level stock category, showing information for stock items and sub locations.
### Purchase Orders
Select the *Purchase Orders* icon to open the purchase orders display. This shows a list of currently outstanding purchase orders, allowing line items to be received into stock.
### Suppliers
Select the *Suppliers* icon to display the list of available suppliers
### Manufacturers
Select the *Manufacturers* icon to display the list of available manufacturers
### Customers
Select the *Customers* icon to display the list of available customers
### Settings
Select the *Settings* icon to open the [settings display](./settings.md)
## Drawer Menu
The *Drawer Menu* is a quick-access menu which is accessible from most display screens:
{% with id="drawer", url="app/drawer.png", maxheight="240px", description="Open drawer menu" %}
{% include 'img.html' %}
{% endwith %}
The *Drawer Menu* can be accessed in the following ways:
- From the *Home Screen* select the *Drawer* icon in the top-left corner of the screen
- From any other screen, long-press the *Back* button in the top-left corner of the screen
The *Drawer Menu* provides instant access to the following actions:
### InvenTree ### InvenTree
@ -84,24 +150,7 @@ Select *Scan Barcode* to open the barcode scanner, and scan an InvenTree stock i
Select *Search* to open a global search screen. Select *Search* to open a global search screen.
### Parts
Select *Parts* to navigate to the [Parts](./part.md) view.
### Stock
Select *Stock* to navigate to the [Stock](./stock.md) view.
### Settings ### Settings
Select *Settings* to navigate to the app [settings](./settings.md) menu. Select *Settings* to navigate to the app [settings](./settings.md) menu.
## Home Screen
The app *home screen* provides quick-access buttons for stock view and actions.
Additionally, the connection status of the server is displayed at the bottom of the screen.
{% with id="home", url="app/home.jpg", maxheight="240px", description="Home screen" %}
{% include 'img.html' %}
{% endwith %}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB