Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ActionEffect on stockExample
Stock on Hand

This allows users to report the current stock on hand. Stock for any product reported on will automatically adjust to the value reported.

If the stock on hand reported is less than the previous stock on hand for that product, the difference will be counted as consumption.

If more the different will be tracked as an uncounted receipt but will not contribute to consumption.

1) If previous SOH = 10

User reports SOH = 6

Consumption for that transaction = 4

2) If previous SOH = 10

User reports SOH = 14 

Receipts for that transaction = 4

Receipts

This action allows users to report on new stock received.

The value reported by this transaction type is added to the previous stock on hand to calculate the current stock on hand

If previous SOH = 10

User reports receipt = 6

New SOH = 16


Consumption

This action allows users to report how much of a product has been consumed or used

The value reported by this transaction type is subtracted from the previous stock on hand to calculate the current stock on hand

If previous SOH = 10

User reports consumption = 6

New SOH = 4

Stock Out

This action will set the Stock on Hand of whichever products are reported to 0

The value of the previous stock on hand will be calculated as consumption

If previous SOH = 10

User reports a Stock out

New SOH = 0

Consumption for that transaction = 10

 

To determine which of these actions to support in an SMS deployment, add or remove stock actions from the table on the SMS configuration page

Image Added

 

This table comes pre-populated with the above actions and keywords.  The SMS keywords determine which action an SMS reporter will use.  By using these keywords and referencing products using the product code, SMS users are able to squeeze as much information as they can into the 160 character SMS limit.  Users can add new keywords for this actions by clicking the "+ New Action" button below the table.  They can also modify existing action in the table or delete them using the red "Remove" buttons.  The formula for reporting via SMS is:

<SMS_keyword> <product_code> <value>

Given the keywords above, in order to report a stock on hand of 25 for condoms (let's assume the product code for condoms is co) a user would text

soh co 25

This format allows users to report on multiple products at once - to report a receipt of 25 condoms and 15 Depo Provera (product code dp) a user could text

r co 25 dp 15

Users can also report on multiple transactions type in one SMS.  The transaction type are processed in the order they appear, from top to bottom in the table above, regardless of the order they appear in the SMS.  So this report:

soh co 25 r co 15

Would mean that the current stock on hand for condoms is 25, and that before arriving at that stock, the facility received 15 more condoms, which would then be added to the previous stock on hand.  Thus if the previous stock on hand for condoms was 20 then

previous soh = 20

receipts reported = 15

calculated intermediary soh = 35

stock on hand reported = 25

consumption = calculated soh - reported soh = 10

If on the other than stock on hand was set to be processed before receipts, as is the case below:

Image Added

Then that same message:

soh co 25 r co 15

Would be processed such that the stock on hand was entered into the system before receipts:

previous soh = 20

stock on hand reported = 25

intermediary receipts = stock on hand reported - previous soh = 5

receipts reported = 15

calculated new soh = stock on hand reported + receipts reported = 40

Configuring Requisitions - Not yet fully supported - Coming soon