Update a bunch of screenshots for the app
@ -47,7 +47,7 @@ Alternatively, long press on the server profile to activate the context menu, th
|
||||
|
||||
When the app successfully connects to the server, a success message is briefly displayed at the bottom of the screen. A green <span class='fas fa-check-circle green'></span> icon next to the server profile indicate that the profile is currently *selected* and also the connection was successful.
|
||||
|
||||
{% with id="connected", url="app/connected.jpg", maxheight="240px", description="Connected to server" %}
|
||||
{% with id="connected", url="app/connected.png", maxheight="240px", description="Connected to server" %}
|
||||
{% include 'img.html' %}
|
||||
{% endwith %}
|
||||
|
||||
@ -55,7 +55,7 @@ When the app successfully connects to the server, a success message is briefly d
|
||||
|
||||
If (for whatever reason) the app does not successfully connect to the InvenTree server, a failure message is displayed, and a red <span class='fas fa-times-circle red'></span> icon is displayed next to the server profile.
|
||||
|
||||
{% with id="failed", url="app/unauthorized.jpg", maxheight="240px", description="Connection failure" %}
|
||||
{% with id="failed", url="app/unauthorized.png", maxheight="240px", description="Connection failure" %}
|
||||
{% include 'img.html' %}
|
||||
{% endwith %}
|
||||
|
||||
@ -63,7 +63,7 @@ In this case, the error message displayed at the bottom of the screen provides c
|
||||
|
||||
To edit the server profile details, long press on the server profile, and select *Edit Server Profile*:
|
||||
|
||||
{% with id="edit", url="app/edit_server.jpg", maxheight="240px", description="Edit server profile" %}
|
||||
{% with id="edit", url="app/edit_server.png", maxheight="240px", description="Edit server profile" %}
|
||||
{% include 'img.html' %}
|
||||
{% endwith %}
|
||||
|
||||
@ -107,18 +107,6 @@ Select the *Stock* icon to open the [stock display](./stock.md). This initially
|
||||
|
||||
Select the *Purchase Orders* icon to open the [purchase orders display](./po.md). 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)
|
||||
|
@ -4,10 +4,6 @@ title: App Suggestions / Issues
|
||||
|
||||
## Suggestions / Issues
|
||||
|
||||
To suggest an improvement or new feature for the InvenTree app, or to report an issue, refer to the [InvenTree GitHub page](https://github.com/inventree/inventree/issues).
|
||||
|
||||
Suggestions or issues related to the InvenTree app will be tagged with the `app` label, and can be viewed here:
|
||||
|
||||
[https://github.com/inventree/InvenTree/issues?q=is:open+is:issue+label:app](https://github.com/inventree/InvenTree/issues?q=is%3Aopen+is%3Aissue+label%3Aapp)
|
||||
To suggest an improvement or new feature for the InvenTree app, or to report an issue, refer to the [InvenTree GitHub page](https://github.com/inventree/inventree-app/issues).
|
||||
|
||||
General feedback on the app is also welcomed - if you have any ideas on how to make the app more functional or effective, please let us know!
|
@ -9,11 +9,18 @@ The *Settings* view provides access to user configurable settings, in addition t
|
||||
The main settings view is shown below, and provides the following options:
|
||||
|
||||
- **Server** - Configure and select server profile
|
||||
- **Home Screen** - Configure home screen settings
|
||||
- **App Settings** - Configure app settings
|
||||
- **About** - Information about the InvenTree app
|
||||
- **Documentation** - Opens the InvenTree documentation in an external browser
|
||||
|
||||
{% with id="settings_view", url="app/settings.jpg", maxheight="240px", description="Settings view" %}
|
||||
{% with id="settings_view", url="app/settings.png", maxheight="240px", description="Settings view" %}
|
||||
{% include 'img.html' %}
|
||||
{% endwith %}
|
||||
|
||||
## Home Screen
|
||||
|
||||
The *Home Screen* view allows you to configure display options for the app 'home screen':
|
||||
|
||||
{% with id="home_settings", url="app/home_settings.png", maxheight="240px", description="Home Screen Settings" %}
|
||||
{% include 'img.html' %}
|
||||
{% endwith %}
|
||||
|
||||
@ -21,10 +28,23 @@ The main settings view is shown below, and provides the following options:
|
||||
|
||||
The *App Settings* view provides configuration options for the InvenTree app:
|
||||
|
||||
{% with id="app_settings", url="app/app_settings.jpg", maxheight="240px", description="App Settings" %}
|
||||
{% with id="app_settings", url="app/app_settings.png", maxheight="240px", description="App Settings" %}
|
||||
{% include 'img.html' %}
|
||||
{% endwith %}
|
||||
|
||||
### Parts
|
||||
|
||||
Configure options for "parts" display:
|
||||
|
||||
- **Include Subcategories** - When viewing a list of parts in a category, include parts from subcategories
|
||||
|
||||
### Stock
|
||||
|
||||
Configure options for "stock" display:
|
||||
|
||||
- **Include Sublocations** - When viewing a list of stock items in a location, include items from sublocations
|
||||
- **Stock History** - Display stock item history in the stock detail view
|
||||
|
||||
### Sounds
|
||||
|
||||
Configure audible app notifications:
|
||||
@ -32,23 +52,7 @@ Configure audible app notifications:
|
||||
- **Server Error** - Play an audible tone when a server error occurs
|
||||
- **Barcode Tones** - Play audible tones when scanning barcodes
|
||||
|
||||
## About
|
||||
### App Settings
|
||||
|
||||
The *About* view provides details about the app itself:
|
||||
|
||||
{% with id="about_app", url="app/about.jpg", maxheight="240px", description="About the InvenTree app" %}
|
||||
{% include 'img.html' %}
|
||||
{% endwith %}
|
||||
|
||||
### Server Details
|
||||
|
||||
- **Address** - URL of the currently connected server
|
||||
- **Version** - Version of InvenTree software running on the server
|
||||
- **Server Instance** - Instance name of the server
|
||||
|
||||
### App Details
|
||||
|
||||
- **Package Name** - Package identifier for the compiled app
|
||||
- **Version** - App software version
|
||||
- **Release Notes** - Select to view app release notes
|
||||
- **Credits** - Select to view additional app credits
|
||||
- **Use Strict HTTPS** - Enforce strict checking of HTTPs certificates. Enabling this option may prevent you from connecting to the server if there are certificate issues
|
||||
- **Upload Error Reports** - Enable uploading of anonymous error / crash reports. These reports are used to improve the quality of the app.
|
Before Width: | Height: | Size: 200 KiB |
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 122 KiB |
Before Width: | Height: | Size: 128 KiB |
BIN
docs/assets/images/app/app_settings.png
Normal file
After Width: | Height: | Size: 205 KiB |
Before Width: | Height: | Size: 113 KiB |
BIN
docs/assets/images/app/connected.png
Normal file
After Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 148 KiB |
BIN
docs/assets/images/app/edit_server.png
Normal file
After Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 89 KiB |
BIN
docs/assets/images/app/home_settings.png
Normal file
After Width: | Height: | Size: 77 KiB |
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 131 KiB |
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 111 KiB |
Before Width: | Height: | Size: 137 KiB |
BIN
docs/assets/images/app/settings.png
Normal file
After Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 110 KiB |
BIN
docs/assets/images/app/unauthorized.png
Normal file
After Width: | Height: | Size: 59 KiB |