Blame | Last modification | View Log | RSS feed
<html ><head><title>Payment Reconciliation Report</title></head><body>#parse("../content/reports-common.vm")<h2>Payment Details Report Generator</h2><p>Specify the date range (dd/MM/yyyy):</p><div><form action="" method="post"><div class="register-row"><label><span>Start Date:</span></label><div class="imgTextBox textbox-image"><input type="text" class="textbox" value="" name="startDate" id="datepicker" /></div><div class="clearBoth"></div></div><br/><div class="register-row"><label><span>End Date:</span></label><div class="imgTextBox textbox-image"><input type="text" class="textbox" value="" name="endDate" id="datepicker1" /></div><div class="clearBoth"></div></div><br/><br/><div><input name="submit" type="submit" value="Get Report"/></div></form></div><div id="messageError">$errorMsg</div></body></html>