46 lines
715 B
Plaintext
46 lines
715 B
Plaintext
.qi_header
|
|
%h1
|
|
=link_to ic(:user)+" Mon compte", public_my_account_path
|
|
%span
|
|
Mes commandes
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
-@ttc = 0.0
|
|
-@ht = 0.0
|
|
%table.table
|
|
%tr
|
|
%th ID
|
|
%th Date
|
|
|
|
|
|
|
|
%th Total HT
|
|
%th Total TTC
|
|
%th Statut
|
|
|
|
%th Paiement
|
|
|
|
%th
|
|
|
|
|
|
|
|
|
|
%tbody#p_customer_sheets_rows
|
|
=render @p_customer_sheets
|
|
|
|
%tr
|
|
%th
|
|
Total
|
|
%th
|
|
|
|
|
|
|
|
%th{:style => "text-align:right;width:100px;"}=number_to_currency @ht
|
|
%th{:style => "text-align:right;width:100px;"}=number_to_currency @ttc
|
|
%th
|
|
|
|
%th
|
|
|
|
%th |