General User's Discussion

Comments and discussion on the general functionality of the application including look and feel, performance etc. This forum connects to a mailing list. All posts from the mailing list are submitted to the forum and all posts submitted to the forum will be sent to the list.

Transfer to WorkList

I seemed to remember we used to be able to transfer a pet to the Hospital Task List or the Day Surgery Task list during the consult workflow (after checkin) I cant remember how it was done? Any tips?

I recognise you can check them into those task lists from the CHECK IN work flow, but this is for those cases that during the consult workflow you decide to admit a pet.

Re: stock order report

The stock order report isn't checking to see if suppliers or their items are
active or not.

I'll try and fix it this week.

-Tim

_______________________________________________
OpenVPMS User Mailing List
users@lists.openvpms.org
To unsubscribe or change your subscription visit:
http://lists.openvpms.org/listinfo/users
Posts from this mailing list can be viewed online and replied to in the OpenVPMS User's forum- http://tinyurl.com/openvfu

Re: Expression Features in Macros

I think you are talking about document merging 

http://www.openvpms.org/document-merging-with-open-office-writer [1]

 

Macros are mostly used to automate patient history or label writing.

http://www.openvpms.org/documentation/creating-and-using-macros [2]

[1] http://www.openvpms.org/document-merging-with-open-office-writer
[2] http://www.openvpms.org/documentation/creating-and-using-macros

_______________________________________________
OpenVPMS User Mailing List
users@lists.openvpms.org
To unsubscribe or change your subscription visit:
http://lists.openvpms.org/listinfo/users
Posts fro

Expression Features in Macros

Hi,

I am having trouble getting the expression features to work as described in section 5 of http://www.openvpms.org/documentation/creating-and-using-macros

In particular I would like to be able to define macros to that can for example insert the patient name/client name/clinician name/clinician description/date/time etc. If the lookup could pull products associated with the current invoice that would be even more amazing....

stock order report

Hi,

We have been using the Stock order report for a particular supplier for some time, but now I want to use it to bring up items for multiple suppliers, but I am finding that all deactivated suppliers are appearing. I only want items from active suppliers, is there any way to adjust this?

Re: Email Address Default

I agree that there should be no default selection.

What if the type of user was also displayed next to their name?

E.g.:

Blogs, J - Customer

Smith, F - Referring Vet

We Be Vets - Referring Practice

_______________________________________________
OpenVPMS User Mailing List
users@lists.openvpms.org
To unsubscribe or change your subscription visit:
http://lists.openvpms.org/listinfo/users
Posts from this mailing list can be viewed online and replied to in the OpenVPMS User's forum- http://tinyurl.com/openvfu

Email Address Default

Hi All,

We welcomed the emailing feature within Open in the last update. Unfortunately last week we had an incident where a client was emailed a history inadvertently (it was meant to go to the referring vet).

What do you want to see in the next release of OpenVPMS?

Now that OpenVPMS 1.6 has been released, its time to discuss what you would like to see in the next release.

We aim to have a least 4 new features in each release. For a new feature to be included, it must be funded.

At the moment, the only new feature scheduled is the Automatic Order Generation support.

Here is a list of the current projects that are seeking funding, or under discussion:

Re: OTC SALES Final Payment Windows

Raised as http://jira.openvpms.org/jira/browse/OVPMS-1283

-Tim

_______________________________________________
OpenVPMS User Mailing List
users@lists.openvpms.org
To unsubscribe or change your subscription visit:
http://lists.openvpms.org/listinfo/users
Posts from this mailing list can be viewed online and replied to in the OpenVPMS User's forum- http://tinyurl.com/openvfu

Re: Reminder Run Failure

My present guess on this is to identify the reminders using this:

select * from acts inner join act_details on act_details.act_id=acts.act_id
and act_details.name='reminderCoutn' where
arch_short_name='act.patientReminder' and
DATE(activity_end_time)>DATE("startdate") and
DATE(activity_end_time)0
... and update the act_details.value to be 0. This won't change the
description field however... where there's a string representation of how
many times it has been sent.

Syndicate content