Here is a custom theme we use for printing checks on Quickbooks checks. It prints the details on the check and both vouchers at the bottom. It was shared with me by another forum member, so I would like to pass it along. Using it and troubleshooting it is up to you, it works for us right now. You need to add a custom field for “Payment Address” and that is where you locate the vendor’s address so that it fits a window envelope.
Make a new theme and copy and paste this entirely into your system. Also you have to hit the print button to see the layout, on the screen it looks normal.
<style type="text/css" scoped>
@media screen {
div#checkprint {
display: none;
}
}
@media print {
tr.onscreen {
display: none;
}
div#printable-content.panel {
font-size: 14pt !important; font-weight: normal;
line-height: 1.25;
}
table#vouchertable1 {
position: absolute;
top: 470px;
}
table#vouchertable2 {
position: absolute;
top: 940px;
}
div#date {
position: absolute;