- 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
...
Target
Population
Percentage
Doses per
patient
per year
Wastage
Factor
Buffer
Stock
Minimum
Quantity
Max
Quantity
1.5
wp: should be 2
100 (wp-why is this here? should be
min 1 vial/day) changed to 300 - SJ
1.1
1.25 (wp)
1.1
1.25 (wp)
1.1
1.25 (wp)
1.1
1.25 (wp)
population * 0.039 * 1.3 / 12 * 1.25;
isa.measles = (quantity > 50) ? Math.ceil(quantity) : 50;
1.3
1.43 (wp)
50 (wp-need to check why this is here and not in other vaccines)
3 - this should be 3,
not 4, right? (wp-Yes, should be 3)
Syringes 5ml
Used for everything except BCG
((isa.bcg / 20) + (isa.measles / 10)) * 1.11
isa.syringe5ml = Math.ceil(quantity / 10) * 10;
package size 10
Syringes .5 ml
Not used(isa.penta + isa.measles + isa.tetanus) * 1.11;
isa.syringe05ml = Math.ceil(quantity / 100) * 100;
Syringes .05ml
Used for BCG
isa.bcg * 1.11;
isa.syringe005ml = Math.ceil(quantity / 10) * 10