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
270 stars 187 forks source link

Admitting Patient from ADT nav requires billing item but how to add a billing item? #37

Closed Fakeillusion closed 2 years ago

sudreg commented 2 years ago

It is configurable from Parameter.

We can decide whether to do billing during admission or not.

if no then change this parameter: image

if yes then change this parameter: image

Fakeillusion commented 2 years ago

I am a little confused. After changing this parameter how will the bill item add to patient when admitting them? Because mine is already set to something default but I still get the message that I need to add billing item before admitting patient.

image

sudreg commented 2 years ago

@Fakeillusion : Please do Autoadd=false for both items above and check once. If that doesn't work then pls clean all above input boxes and Update the value.

Let know if that solves your issue. We'll look further if it doesn't.

opensource-emr commented 2 years ago

Closing already answered