<%= t('sl_no') %> | <%= t('particulars') %> | <%= t('expenses') %>(<%= currency %>) | <%= t('income') %>(<%= currency %>) | ||
<%= index+=1 %> | <%= link_to "#{t('salary_account')}" , :action => 'salary_department' , :start => @start_date,:end => @end_date%> | <%= t('salary_account') %> | <%= @salary%> | ||
<%= index+=1 %> | <%= link_to "#{t('donations')}" , :action => 'donations_report',:start => @start_date,:end => @end_date%> | <%= t('donations') %> | <%=@donations_total%> | ||
<%= index+=1 %> | <%= link_to "#{t('fees_account')}" , :action => 'fees_report' , :start => @start_date,:end => @end_date%> | <%= t('fees_account') %> | <%=@transactions_fees%> | ||
<%= index+=1 %> | <%= link_to "#{t(category[:category_name]+'_account')}" , category[:destination].merge(:start => @start_date,:end => @end_date)%> | <%=@category_transaction_totals["#{category[:category_name]}"][:amount]%> | <%=@category_transaction_totals["#{category[:category_name]}"][:amount]%> | ||
<%=i+index+1%> | <%= t.name %> | <%= expense %> | <%= income %> | ||
<%= t('grand_total') %> | <%= sprintf("%.2f",@grand_total)%> | <%= sprintf("%.2f",@grand_total * -1)%> |
<%= t('sl_no') %> | <%= t('particulars') %> | <%= t('expenses') %>(<%= currency %>) | <%= t('income') %>(<%= currency %>) | ||
<%= index+=1 %> | <%= link_to "#{t('salary_account')}" , :action => 'salary_department' , :start => @start_date2,:end => @end_date2%> | <%= t('salary_account') %> | <%= @salary2%> | ||
<%= index+=1 %> | <%= link_to "#{t('donations')}" , :action => 'donations_report',:start => @start_date2,:end => @end_date2%> | <%= t('donations') %> | <%=@donations_total2%> | ||
<%= index+=1 %> | <%= link_to "#{t('fees_account')}" , :action => 'fees_report' , :start => @start_date2,:end => @end_date2%> | <%= t('fees_account') %> | <%=@transactions_fees2%> | ||
<%= index+=1 %> | <%= link_to "#{t(category[:category_name]+'_account')}" , category[:destination].merge(:start => @start_date2,:end => @end_date2)%> | <%=@category_transaction_totals["#{category[:category_name]}"][:amount]%> | <%=@category_transaction_totals["#{category[:category_name]}"][:amount]%> | ||
<%=i+index+1%> | <%= t.name %> | <%= expense %> | <%= income %> | ||
<%= t('grand_total') %> | <%= sprintf("%.2f",@grand_total2)%> | <%= sprintf("%.2f",@grand_total2 * -1)%> |