Print Button

Hi,

I've had a request from staff that the Print button for Drug Labels is in a different spot after the upgrade to OpenVPMS. It's a little thing, but they sometimes have to scroll over to see it. Is there anyway it could be in a more obvious spot?

If I make change the number of characters in the Batch archetype, will that help?

Thanks,

Greta

Comment viewing options

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

Re: Print Button

Greta - can you tell me what you see when you go to Administration|Style Sheets - I would like to know the screen width and height that is shown.

Note that when logged into your system, mine shows 1920x1080 which matches my laptop - and with this resolution I do not have the problem you are seeing.

Regards, Tim G

 

Re: Print Button

Tim G,

My terminals have a display resolution of 1280 x 1024 @ 60Hz

This is what my Style Sheets looks like (not sure where screed width and height are)

Tim A,

So, should I change selector.width style property to 19 or 18? and see how that goes?

Re: Print Button

Try changing ChildEditDialog.width from:

0.60 * $width

to:

0.70 * $width

Re: Print Button

Hi Tim,

That is better. I still think it would still be better if it was below where you type the label or near the OK, but it's much better anyway.

Thanks!

Re: Print Button

There's a bug report to fix this for 1.9.

Regards,

-Tim A

Re: Print Button

What screen resolution are you seeing this on?

You could try:

  • adjusting the selector.width style property so smaller than 20 characters. This will reduce the width of the clinician and batch fields. Note that this affects the whole application
  • change the act.patientMedication archetype to list the Date, Expiry Date and Quantity nodes after the Clinician node. This will force them to all display in the left hand column
  • change the ChildEditDialog.width style property to greater than 60% of the screen width

You can edit the selector.width and ChildEditDialog.width properties in Administration -> Stylesheets, by clicking the Edit button. To make the change survive server restarts, you'll need to add it to a site.properties file.

Syndicate content