<%= render "layouts/portlet-config" %> <%= render "layouts/theme-panel" %> <% if flash[:error] %>
× <%= flash[:error] %>
<% end %> <%= render "layouts/breadcrumbs" %> <%= form_tag({:action=>'create'} ,:multipart=>true,:id=>"isMyForms" ) do %> <% end %>
 
As On Date : <%=@currentDate%>
<% if @SiteWiseCurPayment!=nil && @SiteWiseCurPayment.length >0 @SiteWiseCurPayment.each do |pmst| %> <% toutstanding = 0 totalpmst = 0 mrndiffamt = pmst.mrn_amount.to_f-pmst.pms_against_mrn.to_f servdiffamt = pmst.service_contracts.to_f-pmst.service_contrac_ag_payment.to_f toutstanding = mrndiffamt.to_f+servdiffamt.to_f totalpmst = pmst.pms_against_mrn.to_f+pmst.service_contrac_ag_payment.to_f+pmst.mis_expense.to_f+pmst.service_pmt_account.to_f totcostsite = totalpmst.to_f+toutstanding.to_f %> <% end else %> <% end %>
Site Name MRN Amount Payment against MRN Service Contracts Service Payment
Against Contracts
Service Payment
On Account
MIS Expense Outstanding Amount Total Payment Cost of
Construction
<%=pmst.site_name%> <%=currency_formatted(pmst.mrn_amount)%> <%=currency_formatted(pmst.pms_against_mrn)%> <%=currency_formatted(pmst.service_contracts)%> <%=currency_formatted(pmst.service_contrac_ag_payment)%> <%=currency_formatted(pmst.service_pmt_account)%> <%=currency_formatted(pmst.mis_expense)%> <%=currency_formatted(toutstanding)%> <%=currency_formatted(totalpmst)%> <%=currency_formatted(totcostsite)%>
No Record(s) Found.
Calendar