prices appearing in history on 1.6.2

another post-update question.

the staff don't like the prices for every item showing up in the patients history.

Is there a way of turning this off?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Re: prices appearing in history on 1.6.2

If you're referring to the Customer Invoice Items being listed in the history, you can show/hide these, but not on a permanent basis.

If you're referring to the charge appearing next to the Medication records, there is a configuration file you can change to disable it.

Edit:

 <TOMCAT_HOME>/webapps/openvpms/WEB-INF/classes/org/openvpms/web/resource/localisation/messages.properties

And change the entry:

 patient.record.summary.medication   {0} - {1}

to:

 patient.record.summary.medication   {0}

The change will only occur after you restart Tomcat.

-Tim

Re: prices appearing in history on 1.6.2

sorry Tim, but as a novice, you will have to explain where the hell I type this into!!!

 

I can log into Administrator...and then ???

 

thanks in advance.

Re: prices appearing in history on 1.6.2

The <TOMCAT_HOME> in:

<TOMCAT_HOME>/webapps/openvpms/WEB-INF/classes/org/openvpms/web/resource/localisation/messages.properties

refers to the directory where Apache Tomcat is installed.

It will be something like C:\Program Files\Apache Software Foundation\Tomcat 7.0.

The messages.properties file is in the directory:

webapps/openvpms/WEB-INF/classes/org/openvpms/web/resource/localisation/

You need to edit this file in a text editor. Take a copy of it first, as if it gets screwed, OpenVPMS won't work correctly.

Once you've located the line:

patient.record.summary.medication   {0} - {1}

and changed it to:

patient.record.summary.medication   {0}

you'll need to restart Tomcat. It will probably be running as a service, in which case you can restart it through Control Panel -> Administrative Tools -> Services.

 

Syndicate content