From 4cf57b5925fb035ee24d568295a8e5b97176f6b0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 24 Jan 2004 21:40:00 +0000 Subject: [PATCH] Ajoute colonne clos oui/non sur la liste des comptes bancaires. --- htdocs/compta/bank/index.php | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/htdocs/compta/bank/index.php b/htdocs/compta/bank/index.php index 347b01ba66c..a79d2f8e143 100644 --- a/htdocs/compta/bank/index.php +++ b/htdocs/compta/bank/index.php @@ -51,7 +51,7 @@ if ($result) print ''; print ''; -print ''; +print ''; print "\n"; $total = 0; for ($i = 0 ; $i < sizeof($accounts) ; $i++) @@ -67,13 +67,13 @@ for ($i = 0 ; $i < sizeof($accounts) ; $i++) print ""; - print ''; + print ''; $total += $solde; } } -print "".''; +print "".''; print ''; /* * TVA @@ -102,7 +102,7 @@ print "".'".''; +print "".''; /* * @@ -132,6 +132,27 @@ for ($i = 0 ; $i < sizeof($accounts) ; $i++) { print "
Comptes courantsBanqueNuméroSolde NuméroSoldeClos
$acc->bank$acc->number'.price($solde).' 
'.price($solde).''.$yn[$acc->clos].'
Total'.price($total).'euros
Total'.price($total).' 
Dettes
URSSAF'.price($chs_a * */ -print "
Total'.price($total).'euros
Total'.price($total).' 
"; +print '

'.""; + +/* + * Case 1 + */ + +print ''; +/* + * Case 2 + */ + +print ''; +print ''; +print ''; +print ''; + +print "
'; +print 'Nouveau compte--'; +print 'Catégories-
"; + + $db->close(); llxFooter("Dernière modification $Date$ révision $Revision$");