The default rabies certificate is hard coded and cannot be edited. However, Custom rabies certificates can be made, which will replace the default template. Then that custom document template can be edited as desired.
Making a custom rabies certificate
- Menu > Settings > Practice Setup > Document Templates.
- Click on the Add New Document Template link.
- Enter a unique name for the custom rabies certificate.
- Set the Template is used for field to Rabies Certificate.
- In the HTML editor select Tools > Source Code.
- Copy and paste the source from the code block below into your new document template.
- Switch out of source code view, preview the template and make any minor adjustments, then Save the template. Verify the document template is active.
<table style="width: 100%; border-style: hidden;" align="center">
<tbody>
<tr>
<td style="text-align: center; width: 11.7441%;">Logo Here</td>
<td style="width: 68.8744%; text-align: left;">%practiceaddress%<br />%practicephone%<br />%practiceemail%</td>
<td style="text-align: right; vertical-align: bottom; width: 17.9642%;">%rabies_patient_photo%</td>
</tr>
</tbody>
</table>
<p style="text-align: center;"><span style="font-size: 14pt;"><strong>Vaccination Certificate</strong></span></p>
<table style="height: 180px; width: 100%; border-color: rgba(0, 0, 0, 1); border-style: inset;" border="1" data-darkreader-inline-border-top="" data-darkreader-inline-border-right="" data-darkreader-inline-border-bottom="" data-darkreader-inline-border-left="">
<tbody>
<tr style="height: 20px;">
<td style="height: 20px;"><strong>Client ID:</strong></td>
<td style="height: 20px;">%clientid%</td>
<td style="height: 20px;"><strong>Patient ID:</strong></td>
<td style="height: 20px;">%patientid%</td>
</tr>
<tr style="height: 20px;">
<td style="height: 20px;"><strong>Client Name:</strong></td>
<td style="height: 20px;">%clientfirstname% %clientlastname%</td>
<td style="height: 20px;"><strong>Patient Name:</strong></td>
<td style="height: 20px;">%patientname%</td>
</tr>
<tr style="height: 20px;">
<td style="height: 20px;"><strong>Address: </strong></td>
<td style="height: 20px;">%clientaddress%</td>
<td style="height: 20px;"><strong>Species: </strong></td>
<td style="height: 20px;">%patientspecies%</td>
</tr>
<tr style="height: 20px;">
<td style="height: 20px;"><strong>Phone: </strong></td>
<td style="height: 20px;">%clientphone%</td>
<td style="height: 20px;"><strong>Breed:</strong></td>
<td style="height: 20px;">%patientbreed%</td>
</tr>
<tr style="height: 20px;">
<td style="height: 20px;"> </td>
<td style="height: 20px;"> </td>
<td style="height: 20px;"><strong>Sex:</strong></td>
<td style="height: 20px;">%patientsex%</td>
</tr>
<tr style="height: 20px;">
<td style="height: 20px;"> </td>
<td style="height: 20px;"> </td>
<td style="height: 20px;"><strong>Color:</strong></td>
<td style="height: 20px;">%patientcolor%</td>
</tr>
<tr style="height: 20px;">
<td style="height: 20px;"> </td>
<td style="height: 20px;"> </td>
<td style="height: 20px;"><strong>DOB:</strong></td>
<td style="height: 20px;">%patientdob% (%patientage%)</td>
</tr>
<tr style="height: 20px;">
<td style="height: 20px;"> </td>
<td style="height: 20px;"> </td>
<td style="height: 20px;"><strong>Weight:</strong></td>
<td style="height: 20px;">%rabies_weight%</td>
</tr>
<tr style="height: 20px;">
<td style="height: 20px;"> </td>
<td style="height: 20px;"> </td>
<td style="height: 20px;"><strong>Chip #:</strong></td>
<td style="height: 20px;">%patientmicrochip%</td>
</tr>
</tbody>
</table>
<p style="text-align: center;"><span style="font-size: 14pt;"><strong>Rabies Vaccine </strong></span></p>
<table style="height: 153px; width: 100%; border-style: inset; border-color: #000000; --darkreader-inline-border-top: #8c8273; --darkreader-inline-border-right: #8c8273; --darkreader-inline-border-bottom: #8c8273; --darkreader-inline-border-left: #8c8273;" border="1" data-darkreader-inline-border-top="" data-darkreader-inline-border-right="" data-darkreader-inline-border-bottom="" data-darkreader-inline-border-left="">
<tbody>
<tr style="height: 20px;">
<td style="width: 20.2713%; height: 20px;"><strong>Tag Number:</strong></td>
<td style="width: 27.2796%; height: 20px;">%patienttag%</td>
<td style="width: 25.8478%; height: 20px;"><strong>Vaccination:</strong></td>
<td style="width: 25.8478%; height: 20px;">%rabies_vacc_name%</td>
</tr>
<tr style="height: 20px;">
<td style="width: 20.2713%; height: 20px;"><strong>Tag Issue Date:</strong></td>
<td style="width: 27.2796%; height: 20px;">%tag_issue_date%</td>
<td style="width: 25.8478%; height: 20px;"><strong>Manufacturer:</strong></td>
<td style="width: 25.8478%; height: 20px;">%rabies_manufacturer%</td>
</tr>
<tr style="height: 20px;">
<td style="width: 20.2713%; height: 20px;"><strong>Tag Issue Period:</strong></td>
<td style="width: 27.2796%; height: 20px;">%tag_issue_period%</td>
<td style="width: 25.8478%; height: 20px;"><strong>Serial Number:</strong></td>
<td style="width: 25.8478%; height: 20px;">%rabies_serial_num%</td>
</tr>
<tr style="height: 20px;">
<td style="width: 20.2713%; height: 20px;"><strong>Tag Expiration Date:</strong></td>
<td style="width: 27.2796%; height: 20px;">%next_tag_issue_date%</td>
<td style="width: 25.8478%; height: 20px;"><strong>Vaccine Expiration Date:</strong></td>
<td style="width: 25.8478%; height: 20px;">%rabies_vacc_exp%</td>
</tr>
<tr style="height: 20px;">
<td style="width: 20.2713%; height: 20px;"><strong>Vaccination Date:</strong></td>
<td style="width: 27.2796%; height: 20px;">%rabies_date_vaccinated%</td>
<td style="width: 25.8478%; height: 20px;"><strong>Vaccine Type:</strong></td>
<td style="width: 25.8478%; height: 20px;">%rabies_vacc_type%</td>
</tr>
<tr style="height: 20px;">
<td style="width: 20.2713%; height: 20px;"><strong>Next Vaccine Due By Date:</strong></td>
<td style="width: 27.2796%; height: 20px;">%rabies_next_due%</td>
<td style="width: 25.8478%; height: 20px;"> </td>
<td style="width: 25.8478%; height: 20px;"> </td>
</tr>
<tr style="height: 50px;">
<td style="width: 20.2713%; height: 33px;"><strong>Veterinarian Name (License Number):</strong></td>
<td style="width: 27.2796%; height: 33px;">%rabies_dvm% (%dvm_state_license%)</td>
<td style="width: 25.8478%; height: 33px;"><strong>Veterinarian Signature:</strong></td>
<td style="width: 25.8478%; height: 33px;">%rabies_dvm_signature%</td>
</tr>
</tbody>
</table>
<div style="text-align: center;"> </div>
<div style="text-align: center;"><strong>%patientreminders%<br />%patientexpreminders%<br /></strong></div>