54 lines
921 B
Plaintext
54 lines
921 B
Plaintext
.qi_header
|
|
%h1
|
|
Documents
|
|
%span
|
|
Liste des documents en doublons
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
%table.table
|
|
%tr
|
|
-if params[:detail]
|
|
%th ID doc.
|
|
%th Date
|
|
%th N° offre
|
|
-if params[:detail]
|
|
%th Code client
|
|
%th Client
|
|
|
|
%th Type
|
|
%th Numéro
|
|
-if !params[:detail]
|
|
|
|
%th Total HT
|
|
%th Total TTC
|
|
|
|
|
|
%th
|
|
Payée
|
|
%th
|
|
Solde
|
|
%th Echéance
|
|
|
|
%th Jours de retard
|
|
|
|
%th
|
|
|
|
-else
|
|
-@totals = {}
|
|
%th Code
|
|
%th Produit
|
|
%th Qte
|
|
%th{:style => "width:80px"} Prix U HT
|
|
|
|
%th Prix Tot HT.
|
|
%th TVA
|
|
%th{:style => "width:80px"} Prix Tot TTC
|
|
|
|
|
|
|
|
|
|
%tbody#p_customer_sheets_rows
|
|
=render @p_documents
|
|
|