vulco_app/app/views/admin/societes/index.html.haml
2019-12-19 00:50:43 +01:00

38 lines
793 B
Plaintext

.qi_header
Sociétés détectées
.qi_row
.qi_pannel.qi_plain.padding
=VContact.update_mvt
=VContact.update_caches
-if false
%p=VContact.where(:enabled => true).count
%p=VContact.where(:enabled => true).where(:nbr_mvt => 0).count
-if true
%h3 Sociétés valides
.table-area
%table.table.table-hover
%tr
%th Code
%th Nom
%th Ville
%th Nbr cartes
%th Cumul
%th Cagnotte
%th Primes
%th Nbr seuils décl. MGD..04
%th Pourcentage remise
%th Seuil déclencheur
%th Dernier mouvement
=render Societe.valids.order("nom ASC") #.limit(2)