add font size for Total & Net Sales in close cashier and change closed time in transacctions

This commit is contained in:
phyusin
2017-11-29 14:11:56 +06:30
parent c2d2dd7db5
commit ea93de084e
2 changed files with 5 additions and 5 deletions

View File

@@ -70,7 +70,7 @@
<td><%=shift_sale.cashier_terminal.name%></td>
<td><%= shift_sale.shift_started_at.utc.getlocal.strftime('%d-%m-%Y %I:%M %p') %>
</td>
<td><%= shift_sale.shift_started_at.utc.getlocal.strftime('%d-%m-%Y %I:%M %p') rescue '-' %>
<td><%= shift_sale.shift_closed_at.utc.getlocal.strftime('%d-%m-%Y %I:%M %p') rescue '-' %>
</td>
<td><%=shift_sale.opening_balance %></td>
<td><%=shift_sale.closing_balance %></td>