Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yeisonportela committed Oct 25, 2024
2 parents 1c404cd + c2c7854 commit e1c5680
Show file tree
Hide file tree
Showing 92 changed files with 1,642 additions and 147 deletions.
10 changes: 10 additions & 0 deletions content/docs/TSS/_index.fr.md
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"
+++
32 changes: 32 additions & 0 deletions content/docs/TSS/target_software_standards.fr.md
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&amp;single=true&amp;widget=false&chrome=false&amp;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&amp;single=true&amp;widget=false&chrome=false&amp;headers=false"></iframe>
</div>

9 changes: 5 additions & 4 deletions content/docs/catalogue/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,14 @@ To add a filter to the page, choose the required filter from the drop down. Mult

#### Delete Assets

Assets can be selected and deleted using the toolbar action:
Assets can be selected and deleted using the toolbar action if you are on the [Open mSupply Central Server](/docs/getting_started/central):

![Assets delete](/docs/catalogue/images/assets_delete.png)

### Importing And Exporting

#### Import

Assets can be imported from a comma-separated-file (csv) file using the `Import` button.

![Import assets](/docs/catalogue/images/assets_import.png)
Expand Down Expand Up @@ -107,13 +108,13 @@ Reasons can be managed on a new page accessible from the `Manage Log Reasons` bu
On this page you can:

- Create new log reasons through the `Create log reason` button
![New reason button](/docs/catalogue/images/reasons_create_button.png)
![New reason button](/docs/catalogue/images/reasons_create_button.png)

This will open a create new reason modal
![New reason modal](/docs/catalogue/images/reasons_create_modal.png)

- Select and delete existing reasons with the `Actions` dropdown
![Delete reason button](/docs/catalogue/images/reasons_delete.png)
![Delete reason button](/docs/catalogue/images/reasons_delete.png)

- Filter existing reasons by status using the filter dropdown
![Filter reasons](/docs/catalogue/images/reasons_filter.png)
![Filter reasons](/docs/catalogue/images/reasons_filter.png)
Binary file added content/docs/catalogue/images/assets_delete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions content/docs/developer/_index.fr.md
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"
+++
27 changes: 27 additions & 0 deletions content/docs/developer/front_end_plugins.fr.md
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)
22 changes: 22 additions & 0 deletions content/docs/dispensary/encounters.md
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.
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.
2 changes: 2 additions & 0 deletions content/docs/dispensary/patients.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,5 @@ Then click the `Create` button at the bottom right of the page to create the pat
### Edit a Patient

To edit a patient, click on the patient's name in the list of patients.

If there is more data in your Patient view, it's likely due to Patient Programs being configured. You can find out more in the [Patient Programs](/docs/programs/program-module) documentation.
60 changes: 42 additions & 18 deletions content/docs/dispensary/prescriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title = "Prescriptions"
description = "Prescribing stock to patients."
date = 2022-03-19T18:20:00+00:00
updated = 2022-03-19T18:20:00+00:00
updated = 2024-10-03T17:40:00+00:00
draft = false
weight = 2
sort_by = "weight"
Expand Down Expand Up @@ -269,17 +269,17 @@ Default value is `Any` when you are issuing units.

This is a list of batch numbers that you have in store for this item:

| Column | Description |
| :--------------------- | :----------------------------------------------------------------------------------------------- |
| **Batch** | Batch number. It is a designation given to products made in the same manufacturing run. |
| **Expiry** | Expiry date of the batch (format: MM/YYYY) |
| **Location** | This is the name of the location where the item is stored if your inventory is managed with storage locations |
| **On Hold** | Indicates whether a batch is on hold or not. You cannot issue a batch that is on hold. |
| **In Store (packs)** | Total number of packs in your store |
| **Available (packs)** | Number of packs available (not already allocated to other shipments) |
| **Pack Size** | Quantity of units per pack |
| **[Unit] Qty Issued** | Total quantity of units to be issued |
| **Pack Qty Issued** | Number of packs to be issued |
| Column | Description |
| :-------------------- | :------------------------------------------------------------------------------------------------------------ |
| **Batch** | Batch number. It is a designation given to products made in the same manufacturing run. |
| **Expiry** | Expiry date of the batch (format: MM/YYYY) |
| **Location** | This is the name of the location where the item is stored if your inventory is managed with storage locations |
| **On Hold** | Indicates whether a batch is on hold or not. You cannot issue a batch that is on hold. |
| **In Store (packs)** | Total number of packs in your store |
| **Available (packs)** | Number of packs available (not already allocated to other invoices) |
| **Pack Size** | Quantity of units per pack |
| **[Unit] Qty Issued** | Total quantity of units to be issued |
| **Pack Qty Issued** | Number of packs to be issued |

![List of available batch numbers](/docs/dispensary/images/prescription_additem_listofbatches.png)

Expand Down Expand Up @@ -307,19 +307,18 @@ You may see one or more warning messages on this screen:

![placeholder warning!](/docs/distribution/images/os_warning_placeholder.png)

The warning is shown to let you know that not enough stock is available to fulfil your request. A placeholder quantity is added automatically so that you can keep track of the amount requested, while adding more stock (for example by using an internal order or inbound shipment).
The warning is shown to let you know that not enough stock is available to fulfil your request. A placeholder quantity is added automatically so that you can keep track of the amount requested, while adding more stock (for example by using an Internal Order or Inbound Shipment).

This image also shows the warning which lets you know that some stock lines are expired; this may be why the system did not auto-allocate particular stock lines.
However you can still manually choose those lines and issue the expired stock!
However you can still manually choose those lines and issue the expired stock!

![pack sizes warning!](/docs/distribution/images/os_warning_pack_sizes.png)

This warning tells you that because of the available pack sizes, the system has rounded up the quantity requested. In this example, there is no pack size that is less than `12`. There are packs of `20` available though, so when 12 tablets are requested, the system has rounded up the request to `2` packs of `20`.


![pack sizes warning!](/docs/distribution/images/os_warning_no_quantity.png)

If you add an item, forget to enter a quantity to issue, and click `OK` you will see this warning message. It is informing you that there is no issue quantity; from here you can click `OK` again to confirm that you intended to enter `0`, in which case the window will close and a placeholder row will be added to the shipment. You can edit the row later and add a quantity. If you forget to add a quantity however, and confirm the shipment as allocated, this row will be removed!
If you add an item, forget to enter a quantity to issue, and click `OK` you will see this warning message. It is informing you that there is no issue quantity; from here you can click `OK` again to confirm that you intended to enter `0`, in which case the window will close and a placeholder row will be added to the invoice. You can edit the row later and add a quantity. If you forget to add a quantity however, and confirm the invoice as allocated, this row will be removed!

### Issue a quantity of packs

Expand Down Expand Up @@ -400,9 +399,34 @@ In the below example, we are deleting <i>item 030063 - Acetylsalicylic Acid 100m
![Alt Text](/docs/dispensary/images/prescription_deleteselectedlines.gif)

<div class="tip">
<b></b> You can delete multiple lines at once. Be sure to review what is selected before performing the Delete action.
You can delete multiple lines at once. Be sure to review what is selected before performing the Delete action.
</div>

## Backdating A Prescription

A prescription can be backdated by changing the Date field in the header. This must be done before adding items to the prescription.

![Prescription Date UI Control](/docs/dispensary/images/prescription_backdate_highlight.png)

#### Stock Levels

When adding items to a backdated prescription, the available stock will be adjusted to what was available at that date (and hasn't been used since).
The other fields still show the current state of the system.

![Backdating a Prescription, stock levels](/docs/dispensary/images/prescription_backdate_stock_levels.png)

<div class="tip">
If some stock you are expecting to see doesn't show as available, use the <a href="/docs/inventory/stock-view/#ledger-tab">Ledger</a> in Inventory -> Stock to see when that stock was received.
</div>

#### Changing the date after adding items

If you have already assigned stock to a prescription, and then you change the date of the prescription, you will see this warning:

![Backdating a Prescription - Delete lines](/docs/dispensary/images/prescription_backdate_delete_lines.png)

The system needs to recalculate the available stock levels based on the new date, so existing lines will be removed and you'll need to add them again. Therefore, it is recommended to set the date before adding items to the prescription!

## Processing a Prescription

### Confirming Prescription picking
Expand All @@ -414,7 +438,7 @@ Once an item has been added to your prescription, the status will automatically
- Prescription status is now `PICKED`
- You are now invited to confirm the prescription via the `Confirm Verified` button

At this stage, you are still able to edit shipment lines, to add items or to delete existing lines.
At this stage, you are still able to edit invoice lines, to add items or to delete existing lines.

### Verify the Prescription

Expand Down
Loading

0 comments on commit e1c5680

Please sign in to comment.