brotherton-erpnext/erpnext/public/js/pos/pos_invoice_list.html
2016-05-09 23:36:15 +05:30

6 lines
235 B
HTML

<div class="row list-row pos-invoice-list" invoice-name = "{{name}}">
<div class="col-xs-6">{%= customer %}</div>
<div class="col-xs-3 text-right">{%= grand_total %}</div>
<div class="col-xs-3 text-right">{%= status %}</div>
</div>