Iyob Zenebe
12/14/2022, 1:12 PM<div><img src="../barcodeImages/#barCode.image#"></div>
Any help is highly appreciated.
<cfdocument name="PaymentVoucher" format="pdf" >
<h2 align="center">Payment Voucher</h2>
<div style="margin-left:20px;">
To report contributions, submit this voucher ..............to:<br><br>
<address>ABC Co<br>
PO Box 123<br>
Any City, VA 12349-0972<br>
</address>
</div>
<cfoutput>
<div style="margin-left:50px;">
<br>
<b>Voucher ID:</b><br>
#Left(session.userlogin.acc_num,7)#.#dateformat(barcode.generatedTime, "mmddyyyy")#.#lastId#.#local_num#
<br><br>
<div style="margin-top:20x;width:25%;float:left;">
<b>Work Period:</b>
</div>
<div style="margin-top:20x;width:75%;float:left;">
<b>Reports:</b>
</div>
<cfset totalRunTot = 0>
<cfloop query="getReportInfo">
<div style="padding-bottom:5px;width:25%;float:left;">
#getReportInfo.work_period#
</div>
<div style="padding-bottom:5px;width:75%;float:left;">
#getReportInfo.report_group# - $#getReportInfo.runtot#
</div>
<cfset totalRunTot += getReportInfo.runtot>
</cfloop>
<div style="margin-top:20px;width:100%;">
<b>Total Check Amount:</b>
<br>#DollarFormat(totalRunTot)#
</div>
<div style="clear:both;float:left;margin:40px 0 0 0;">
<div><img src="../barcodeImages/#barCode.image#"></div>
<div style="letter-spacing:#letterspace#;font-weight:bold;">#Left(session.userlogin.acc_num,7)#.#dateformat(barcode.generatedTime, "mmddyyyy")#.#lastId#.#local_num#</div>
</div>
<div>
</cfoutput>
</cfdocument>
Carl J Samuelson
12/14/2022, 1:35 PMIyob Zenebe
12/14/2022, 1:36 PMRodney
12/14/2022, 1:37 PMIyob Zenebe
12/14/2022, 1:39 PMAdam Cameron
Iyob Zenebe
12/14/2022, 1:59 PMaliaspooryorik
Iyob Zenebe
12/14/2022, 7:45 PM