36 lines
604 B
Plaintext
36 lines
604 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter une offre', new_admin_p_customer_sheet_path(), :class => "btn btn-primary"
|
|
%h1
|
|
Ventes
|
|
%span
|
|
Offres
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
%table.table
|
|
%tr
|
|
%th ID
|
|
%th Date
|
|
%th Date validation
|
|
|
|
%th Client
|
|
|
|
=#%th Non livrés
|
|
=#%th Livrés
|
|
%th Total HT
|
|
%th Total TTC
|
|
%th Statut
|
|
|
|
%th
|
|
|
|
|
|
%tbody#p_customer_sheets_rows
|
|
=render @p_customer_sheets
|
|
|
|
#pagination
|
|
= paginate @p_customer_sheets #, :remote => true
|
|
|
|
|
|
|
|
|