markleeds wrote on Tuesday, April 22, 2008:
I updated my prescription generator in CAMOS to also work with the Prescriptions table. To make it accessible, I added a link which can be found by clicking ‘list prescriptions’. The link is just below the ‘Print Multiple’ link and is called ‘Print Four Panel’. To try it out, you have to update the following files:
/openemr/templates/prescription/general_list.html
/openemr/library/classes/Controller.class.php
/openemr/interface/forms/CAMOS/report.php
/openemr/interface/forms/CAMOS/rx_print.php
Also, to print properly, go into your Firefox page setup and set all margins to zero and change to landscape.
The change to general_list.html is to add the link. If it bothers anyone, it can be removed and placed elsewhere or nowhere.
The change to Controller.class.php is to add a variable for webroot to make it accessible in templates. Maybe there was already a way to do this but I couldn’t find it.
Regarding the UTF-8 update by lemonsoftwarero:
I did not realize that these changes would make updating my existing files impossible. running cvs update gave errors. running cvs diff listed the whole file as being new. I wish that someone had posted a notice that we should all checkout a new copy of the whole openemr module before resuming further work. I am sorry if it was posted and I missed it.