General Ledger


<% @accounts.each do |account| %> "> <% end %>
Name Type Credit Balance Debit Balance Balance
<%=h account.name %> <%=h account.type.sub('Credere::','') %> <%=h account.credits_balance.round(2) %> <%=h account.debits_balance.round(2) %> <%=h account.balance.round(2) %>