-
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 branch 'main' of https://github.com/msupply-foundation/msupply_…
- Loading branch information
Showing
92 changed files
with
1,642 additions
and
147 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,10 @@ | ||
+++ | ||
title = "TSS" | ||
description = "Conformité d'Open mSupply avec les Target Software Standards" | ||
updated = 2021-05-01T08:00:00+00:00 | ||
sort_by = "weight" | ||
weight = 90 | ||
paginate_by = 0 | ||
template = "docs/section.fr.html" | ||
insert_anchor_links = "right" | ||
+++ |
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,32 @@ | ||
+++ | ||
title = "Target Software Standards" | ||
description = "Conformité d'Open mSupply avec les Target Software Standards" | ||
date = 2022-03-17T18:20:00+00:00 | ||
updated = 2022-03-17T18:20:00+00:00 | ||
draft = false | ||
weight = 1 | ||
sort_by = "weight" | ||
template = "docs/page.html" | ||
|
||
[extra] | ||
toc = true | ||
top = true | ||
+++ | ||
|
||
L'objectif de la Fondation mSupply est une conformité à 100% avec les Target Software Standards de l' <a href="https://isghealth.org/">Interagency Supply Chain Group </a> pour les paramètres de ressource bas, médian et haut. | ||
|
||
Ces graphiques indiquent le progres actuel d'Open mSupply vers cet objectif. (La couleur mauve indique la conformité dans le cadre d'une utilisation avec l'application mSupply dans un système source hybride ouvert/fermé compliance) | ||
|
||
<div {% if class %}class="{{class}}"{% endif %}> | ||
<iframe width="821" height="805" frameborder="0" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vRmM6xnuRn6DlZLmaYoZj0RnMFRu2lx5qUM-qN2u_5S6tL7BQfC2zh6PDL43t1fU6ZLwWh3Hwi9AjLj/pubhtml?gid=1488682632&single=true&widget=false&chrome=false&headers=false"></iframe> | ||
</div> | ||
|
||
Vous pouvez voir le détail de la conformité d'Open mSupply avec la version 2.0 de TSS dans le tableau suivant: | ||
|
||
Remarque: Un lien vers un tableau pleinement interactif, y compris une vue filtrée est ici <a target="_blank" href="https://docs.google.com/spreadsheets/d/1hc8sG9e7pvKy9r6JKxSe6SM0MjgQwN4VqjiGX90A4BU/edit?usp=sharing | ||
">here</a>. | ||
|
||
<div {% if class %}class="{{class}}"{% endif %}> | ||
<iframe width="1230" height="11700" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vRmM6xnuRn6DlZLmaYoZj0RnMFRu2lx5qUM-qN2u_5S6tL7BQfC2zh6PDL43t1fU6ZLwWh3Hwi9AjLj/pubhtml?gid=2092510478&single=true&widget=false&chrome=false&headers=false"></iframe> | ||
</div> | ||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,11 @@ | ||
+++ | ||
title = "Pour les développeurs" | ||
description = "Documentation pour le développement d'Open mSupply" | ||
date = 2025-05-01T08:00:00+00:00 | ||
updated = 2021-05-01T08:00:00+00:00 | ||
sort_by = "weight" | ||
weight = 200 | ||
paginate_by = 0 | ||
template = "docs/section.fr.html" | ||
insert_anchor_links = "right" | ||
+++ |
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,27 @@ | ||
+++ | ||
title = "Plugins Front-end" | ||
description = "Plugins pour le développement de Open mSupply" | ||
date = 2024-06-27T18:20:00+00:00 | ||
updated = 2024-06-27T18:20:00+00:00 | ||
draft = false | ||
weight = 5 | ||
sort_by = "weight" | ||
template = "docs/page.html" | ||
|
||
[extra] | ||
toc = true | ||
+++ | ||
|
||
Nous avons l'intention de créer un site Web de documentation pour les développeurs distinct, mais nous voulions que ces informations soient trouvables jusqu'à ce que nous le fassions. Elles se trouvent ici : | ||
|
||
## Pourquoi des Plugins? | ||
Les plugins vous permettent d'ajouter des fonctionnalités à Open mSupply sans avoir à modifier la base de code principale. | ||
|
||
|
||
## Documentation | ||
|
||
Notre dépôt Github contient une explication complète sur la façon de créer des plugins front-end, en Anglais [ici](https://github.com/msupply-foundation/open-mfoundsupply/blob/develop/client/packages/plugins/README.md) | ||
|
||
## Exemples | ||
|
||
Vous trouverez des exemples de plugins dans le fichier [ici](https://github.com/msupply-foundation/open-msupply-plugins) |
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,22 @@ | ||
+++ | ||
title = "Encounters" | ||
description = "Manage encounters (visits) with patients" | ||
date = 2024-09-30T18:20:00+00:00 | ||
updated = 2024-09-30T18:20:00+00:00 | ||
draft = false | ||
weight = 3 | ||
sort_by = "weight" | ||
template = "docs/page.html" | ||
|
||
[extra] | ||
toc = true | ||
top = false | ||
+++ | ||
|
||
Encounters are the visits that patients make to your dispensary, under a specific Patient Program. | ||
|
||
You will only see this tab under the `Dispensary` menu if you have Patient Programs configured. | ||
|
||
![Encounter Navigation](/docs/programs/images/dispensary_gotoencounters.png) | ||
|
||
Learn more about Encounters in the [Patient Programs](/docs/programs/program-module/#encounter) documentation. |
Binary file added
BIN
+19.5 KB
content/docs/dispensary/images/prescription_backdate_delete_lines.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
Oops, something went wrong.