From c1fbc566379be320229766e0243a79e861c4f0cd Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 27 Jun 2003 16:11:01 +0000 Subject: [PATCH] Ajout de stats sur les factures --- htdocs/product/fiche.php3 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/htdocs/product/fiche.php3 b/htdocs/product/fiche.php3 index 40604d17814..fb749bdc880 100644 --- a/htdocs/product/fiche.php3 +++ b/htdocs/product/fiche.php3 @@ -95,8 +95,15 @@ else print ''; print ""; - print ''; - print "\n"; + print ''; + print ''; + print ''; + print ""; + print ''; print ''; print ''; print "";
Référence'.$product->ref.'
Libellé$product->label
Référence'.$product->ref.'Statistiques
Libellé$product->label'; + print "Propositions commerciales : ".$product->count_propale(); + print "
Proposé à ".$product->count_propale_client()." clients"; + print "
Factures : ".$product->count_facture(); + print '
Prix'.price($product->price).'
Taux TVA'.$product->tva_tx.'
Description".nl2br($product->description)."