44 lines
777 B
Plaintext
44 lines
777 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter une commande', new_admin_p_fournisseur_order_path(), :class => "btn btn-primary" #, :remote => true
|
|
%h1
|
|
Achats
|
|
%span
|
|
Commandes fournisseurs
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
|
|
.right
|
|
=link_to "Export", export_admin_p_fournisseur_orders_path, :class => "btn btn-primary"
|
|
%table.table
|
|
%tr
|
|
%th Date
|
|
%th Fournisseur
|
|
|
|
%th Ref
|
|
|
|
%th Comptabilisé ?
|
|
|
|
%th Produit
|
|
|
|
%th Livré ?
|
|
|
|
%th Prix U.
|
|
|
|
%th Qte
|
|
|
|
%th Prix total HT
|
|
|
|
%th Prix total TTC
|
|
|
|
|
|
|
|
|
|
%th
|
|
|
|
|
|
%tbody#p_fournisseur_orders_rows
|
|
=render @p_fournisseur_orders
|
|
|
|
|