OpenVPMS FAQ
Questions that users in a veterinary practice may ask.
Both.
You can print directly to a printer if that printer is defined on the server that hosts the web application. You can assign printers to templates and specify these printers by practice location. You can also tell the system not to interact with the printer during printing so will not display print dialogue with option to Print, Preview or Cancel.
The Preview option in the Print dialogue downloads the document to the browser at which point it can be printed.
questions and answers that administrative users may ask
We use jasperreports for any document that has more complex datasets such as invoices, statements, reports etc as these typically have multiple rows of data and require groupings and other data processing functions not available in OpenOffice. Also these are changed rarely except during implementation and typically contributed in the case of Reports.
OpenOffice is used for customer and patient documents. These are more likely to be modified and added by the practice so a standard Word Processor editor is more appropriate for the User.
No strategy to change this at this point.
The app uses Spring's JavaMailSenderImpl class to send emails. If your SMTP server requires authentication, this can be specified in applicationContext.xml:
<bean id="mailSender" class="org.openvpms.web.component.service.MailService" singleton="false">
<property name="username" value="someuser"/>
<property name="password" value="somepassword"/> </bean>
- Printer-friendly version
- Login or register to post comments
Book Navigation
- Features
- Users Handbook
- 1.5 User Handbook Contents
- OpenVPMS FAQ
- Various Other Pages
- Editing Lists
- Adding New Users
- Business Continuity Plan Outline
- Create a New Appointment for a New Customer
- Creating And Using Macros
- Document merging with Open Office Writer
- Elements
- Glossary
- How to make it easier to see where the cursor is
- How to use a Report downloaded from the Community: Shared Resources Area
- Introduction to the web application
- Inventory pricing
- Product Dispensing fee
- Searching a patient by microchip number
- The Application Tree
- The customer module
- User Guide
- Video tutorials
- Developer's Handbook
- Implementors Handbook
- Installation Documentation
- Tweaks and customisation
- Upgrade Documentation
- 1.5 Release Implementation Guide



