mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-06-14 03:05:28 +00:00
App update docs (#462)
* Add "nagivation" page for app * Updates * Add separate screen for search results * Screenshot updates
This commit is contained in:
@ -66,82 +66,3 @@ To edit the server profile details, long press on the server profile, and select
|
||||
{% with id="edit", url="app/edit_server.png", maxheight="240px", description="Edit server profile" %}
|
||||
{% include 'img.html' %}
|
||||
{% endwith %}
|
||||
|
||||
## Home Screen
|
||||
|
||||
The app *home screen* provides quick-access buttons for stock view and actions:
|
||||
|
||||
{% with id="home", url="app/home.png", maxheight="240px", description="Home screen" %}
|
||||
{% include 'img.html' %}
|
||||
{% endwith %}
|
||||
|
||||
### 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](./po.md). This shows a list of currently outstanding purchase orders, allowing line items to be received into stock.
|
||||
|
||||
### 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
|
||||
|
||||
!!! tip "Long Press Menu"
|
||||
Performing a "long press" on the *back* button will provide quick access to the drawer menu from any view
|
||||
|
||||
The *Drawer Menu* provides instant access to the following actions:
|
||||
|
||||
### InvenTree
|
||||
|
||||
Select *InvenTree* to navigate to the [home screen](#home-screen).
|
||||
|
||||
### Scan Barcode
|
||||
|
||||
Select *Scan Barcode* to open the barcode scanner, and scan an InvenTree stock item or location to instantly jump to the relevant view. Refer to the [barcode documentation](./barcode.md) for more information.
|
||||
|
||||
### Search
|
||||
|
||||
Select *Search* to open a global search screen.
|
||||
|
||||
### Settings
|
||||
|
||||
Select *Settings* to navigate to the app [settings](./settings.md) menu.
|
||||
|
||||
|
Reference in New Issue
Block a user