Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Solution:

Two steps involved if Patient invoice is NOT messed up.

  1. VMIS Clinicians/Staff has to do manual adjustment on Inventory stock for that product by checking exact numbers from Cubex machine.

  2. IT staff has to run the database query to remove the duplicate rows from the table inventory_audit_log . (delete from inventory_audit_log where reason_id = 27 and product_id = productId and user_id = userid)

  3. Make sure to check the Pharmacy report in VMIS for this product.

  • No labels