opensource-emr / hospital-management-emr

A complete open source for electronic healthcare record management in Hospitals, Clinics and Pharmacy.
https://opensource-emr.github.io/hospital-management-emr/
MIT License
254 stars 176 forks source link

Pharmacy may not be needed to transfer items between items #90

Closed WiadroMasla closed 7 months ago

WiadroMasla commented 7 months ago

In the current version, whenever item transfer between Dispensaries is created, Pharmacy is needed in order to approve the transfer. In some situations direct transfer may be easier. There should be an option to make a direct transfer (for example in a form of a checkbox when creating one), which would change the transfer process from: (Dispensary1) Create transfer -> (Pharmacy) Accept transfer -> (Dispensary2) Receive transfer to (Dispensary1) Create transfer -> (Dispensary2) Receive transfer

hitenashar commented 7 months ago

@WiadroMasla Please note that all the items in the dispensary come from the pharmacy. And pharmacy keeps a check on the dispensary's inventory. That is why we don't have any direct transfer from one dispensary to another. Hence pharmacy approval is needed.