-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from msupply-foundation/Noel_Getting_started_fr
Create mobile.fr.md
- Loading branch information
Showing
1 changed file
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
+++ | ||
title = "Mobile" | ||
description = "Open mSupply Introduction." | ||
date = 2023-02-24T18:20:00+00:00 | ||
updated = 2023-02-24T18:20:00+00:00 | ||
draft = false | ||
weight = 10 | ||
sort_by = "weight" | ||
template = "docs/page.html" | ||
|
||
[extra] | ||
lead = "Getting started with the mobile application." | ||
toc = true | ||
+++ | ||
|
||
## Getting started | ||
|
||
Lorsque vous démarrez l'application mobile pour la première fois, vous êtes accueilli par un écran de bienvenue qui vous demande le mode d'utilisation préféré : | ||
|
||
- **Client:** Which is where the mobile app connects to a server on your local network | ||
- **Server:** The app will run a full version of the Open mSupply server locally. You can configure this server to sync with a central server | ||
|
||
![Mobile welcome screen](/docs/introduction/images/mobile_welcome.png) | ||
|
||
Simply click the button of the option you prefer. Don't worry though! this can be changed later. If you navigate to settings after configuring your app, you will have an additional option when viewing on mobile: | ||
|
||
![Mobile settings](/docs/introduction/images/mobile_settings.png) | ||
|
||
## Client mode | ||
mo | ||
After selecting the client mode, you'll see a list of available servers. These are the servers on your local network. | ||
|
||
You may see `[ Not configured ]` next to some of the servers - this indicates that the server hasn't yet been configured to synchronise with a central server yet. | ||
|
||
![Mobile server selection](/docs/introduction/images/mobile_server_selection.png) | ||
|
||
Click on the name of the server to select it. | ||
If you wish to change server later, you can do this from the login screen. When using the mobile app, the login screen has two additional items, as shown. Clicking the pencil icon will redirect you back to the server selection screen. | ||
|
||
![Mobile login](/docs/introduction/images/mobile_login.png) | ||
|
||
## Server mode | ||
|
||
In server mode, you will configure the server to run on the mobile device, and synchronise with a central server. The initialisation screen is the same as for the desktop and web versions, with the addition of the server details in the bottom right: | ||
|
||
![Mobile initialisation](/docs/introduction/images/mobile_initialisation.png) | ||
|
||
## Viewing logs | ||
|
||
In the android app you'll see an additional section. This allows you to change the mode between client and server, and to view the log file: | ||
|
||
![Mobile settings](/docs/introduction/images/mobile_settings.png) | ||
|
||
Click on the `View` button to open a window which displays the server log: | ||
|
||
![Mobile log viewer](/docs/introduction/images/mobile_view_log.png) | ||
|
||
From here you can save the log as a text file to your device: simply click `Save` and choose a location to save the file. |