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$");