added listviews for sales, purchase

This commit is contained in:
Rushabh Mehta
2014-07-30 18:32:08 +05:30
committed by Anand Doshi
parent 67af99794d
commit 18eb4f5015
31 changed files with 427 additions and 57 deletions

View File

@@ -28,15 +28,15 @@
<!-- qty -->
<div class="col-sm-2 text-right">
{%= row.get_formatted("qty") %}
{%= doc.get_formatted("qty") %}
<br><small>{%= doc.uom || doc.stock_uom %}</small>
</div>
<!-- amount -->
<div class="col-sm-2 text-right">
{%= row.get_formatted("amount") %}
{%= doc.get_formatted("amount") %}
<div class="small text-muted">
{%= row.get_formatted("incoming_rate") %}</div>
{%= doc.get_formatted("incoming_rate") %}</div>
</div>
</div>
{% } %}