-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added PDF documentation for stock management in French
- Loading branch information
Showing
10 changed files
with
143 additions
and
85 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,31 @@ | ||
» [Home](../index.md) / [Stock Management](./index.md) / Average Monthly Consumption | ||
|
||
# Average Monthly Consumption by Depot | ||
The Average Monthly Consumption (AMC) is calculated for the enterprise as a | ||
whole and for individual depots. The calculation is slightly different | ||
though, depending on the type of depot. | ||
|
||
For dispensing pharmacies, the Average Monthly Consumption is calculated based | ||
on the distributions/exits to _patients_ or _services_. These are considered | ||
consumption of the depot and factor into the average monthly consumption. | ||
|
||
For warehouses, BHIMA considers transfers to other depots as consumption in | ||
addition to the exits to patients and services. By including transfers, BHIMA | ||
can estimate when to refill stock in warehouses when they otherwise would not | ||
be considered. | ||
|
||
BHIMA offers two choices of algorithm that differ slighty: | ||
|
||
1. **Default Algorithm** - The average monthly consumption is obtained by | ||
dividing the quantity consumed during the period by the number of days with | ||
stock during the period, and by multiplying the result by 30.5. | ||
|
||
2. **MSH Algorithm** - The average consumption is obtained by dividing the | ||
quantity consumed during the period by number of months of stock (found by | ||
subtracting the number of days of stock outs divided by 30.5 from the number | ||
of months in the period). The MSH algorithm is recommended by the | ||
[Management Sciences for Health](https://www.msh.org) organization. | ||
|
||
These algorithms produce identical or similar results. The main difference is | ||
in rounding - the MSH algorithm converts to months before the computation | ||
while the default algorithm converts to months as a last step. |
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
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
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.