brotherton-erpnext/erpnext/public/js/pos/pos_invoice_list.html

7 lines
274 B
HTML
Raw Normal View History

2016-04-09 14:31:09 +05:30
<div class="row list-row pos-invoice-list" invoice-name = "{{name}}">
2016-05-11 15:04:57 +05:30
<div class="col-xs-3">{%= sr %}</div>
<div class="col-xs-3">{%= customer %}</div>
2016-04-09 14:31:09 +05:30
<div class="col-xs-3 text-right">{%= grand_total %}</div>
<div class="col-xs-3 text-right">{%= status %}</div>
</div>