pollen_app/app/views/admin/p_customers/_financier.html.haml
Nicolas Bally 120e9803eb initial
2020-04-28 14:51:42 +02:00

30 lines
676 B
Plaintext

-if false
.qi_row
.qi_pannel.qi_plain.padding.p_customer_fin
%p
%strong Infos client
.row
.columns.span_6
%table.table
%tr
%th CA HT :
%td.tdr=number_to_currency p_customer.sheets_total_ht
.columns.span_6
%table.table{:style => "margin-left:5%;width:95%"}
%tr
%th Commandes finalisées :
%td.tdr
=p_customer.nbr_orders.count
%td.tdr
="(#{number_to_currency(p_customer.nbr_orders.sum(:a_ok_total))})"