Rev 31435 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<section class="wrapper"><div class="row"><div class="col-lg-12"><h3 class="page-header"><i class="icon_document_alt"></i>Invoice Summary</h3><ol class="breadcrumb"><li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Download Invoice</a></li></ol></div></div>#if($isAdmin)<input placeholder="Enter Partner Name" type="text" class="typeahead form-control"id="typeaheadpartner" name="partner" data-provide="typeahead" value="" autocomplete="off">#end<div><div class="row"><h3>Invoices for month $yearMonthString</h3><table class="table-condensed table"><thead><tr><th>Invoice Number</th><th>Invoice Date</th><th>Action</th></tr></thead><tr><tbody>#foreach($invoiceEntry in $invoiceMap)<td>$invoiceEntry.getKey()</td><td>$datehiphenFormatter.format($invoiceEntry.getValue())</td>#end</tbody></tr></table></div></div></section><script type="text/javascript">$(function () {getPartnerAheadOptions($("#typeaheadpartner"), function (selectedPartner) {partnerId = selectedPartner.partnerId;});});$(function () {$('input[name="referenceTime"]').daterangepicker(getSingleDatePicker());});</script>