- ISA April 2ndAdd FieldCoordinator role with Allocate - Distribution rights
- Add appropriate distribution zone rights to users
- For all users (except admin), click forgot password link, then click link in email
- Remove the following roles from Admin user:
- Admin - Manage Regimen Template
...
5. Add July-Dec 2014 periods
6. Configure ISAs according to the following table:Product vrMIS Formula BCG population * 0.04 * 1.5 / 12 * 1.25; isa.bcg = (quantity > 100) ? Math.ceil(quantity) : 100; 4 - should this be 3.9? 1 1.5 25% 100 Polio 20 dose population * 0.039 * 4 * 1.1 / 12 * 1.25
3.9 4 1.1 25% Polio 10 dose population * 0.039 * 4 * 1.1 / 12 * 1.25 3.9 4 1.1 25% Penta 1 dose population * 0.039 * 3 * 1.1 / 12 * 1.25;
3.9 3 1.1 25% Penta 10 dose population * 0.039 * 3 * 1.1 / 12 * 1.25; 3.9 3 1.1 25% Measles 3.9 1 25% 50 Tetanus population * 0.05 * 2 * 1.1 / 12 * 1.25;
5 2 1.1 25% PCV10 population * 0.039 * 4 * 1.1 / 12 * 1.25;
3.9 1.1 25%this page
Target
Population
Percentage
Doses per
patient
per year
Wastage
Factor
Buffer
Stock
Minimum
Quantity
Max
Quantity
population * 0.039 * 1.3 / 12 * 1.25;
isa.measles = (quantity > 50) ? Math.ceil(quantity) : 50;
1.3
3 - this should be 3,
not 4, right?