This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
2021-08-23 10:26:02 +02:00

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