update reports

This commit is contained in:
Aung Myo
2017-11-25 16:32:30 +06:30
parent b611fcde97
commit 2ebecc2fb2
7 changed files with 22 additions and 15 deletions

View File

@@ -103,7 +103,7 @@
<td><%= payment.cashier_name rescue '-' %></td>
<!--<td><%= payment.sale.customer.name rescue '-' %></td>-->
<td><%= payment.payment_method rescue '-' %></td>
<td><%= payment.payment_amount rescue '-' %></td>
<td><%= payment.payment_amount + payment.outstanding_amount%> </td>
<td><%= payment.sale.grand_total rescue '-' %></td>
</tr>