';
- print '| '.$langs->trans('Numero').' | '.$remise->number.' | ';
- print $previous_id.' '.$next_id;
- print " |
\n";
+ print '| '.$langs->trans('Numero').' | ';
+ if ($previous_id || $next_id) print '| ';
+// print ' | ';
+ print $remise->number;
+ //print $previous_id.' '.$next_id;
+ if ($previous_id || $next_id) print ' | '.$previous_id.' | '.$next_id.' | ';
+ print " | ";
+ print "
\n";
- print '| '.$langs->trans('Date').' | '.dolibarr_print_date($remise->date_bordereau).' |
';
+ print '| '.$langs->trans('Date').' | '.dolibarr_print_date($remise->date_bordereau).' |
';
- print '| '.$langs->trans('Account').' | ';
+ print ' |
| '.$langs->trans('Account').' | ';
print $accountstatic->getNomUrl(1);
print ' |
';
- print '| '.$langs->trans('Total').' | ';
+ print ' |
| '.$langs->trans('Total').' | ';
print price($remise->amount);
print ' |
';
diff --git a/htdocs/compta/paiement/cheque/index.php b/htdocs/compta/paiement/cheque/index.php
index 371792d147e..e32934d31a6 100644
--- a/htdocs/compta/paiement/cheque/index.php
+++ b/htdocs/compta/paiement/cheque/index.php
@@ -1,5 +1,6 @@
+ * Copyright (C) 2007 Laurent Destailleur
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -53,9 +54,9 @@ $accountstatic=new Account($db);
* Affichage
*/
-llxHeader('',$langs->trans("CheckReceipt"));
+llxHeader('',$langs->trans("ChequesArea"));
-print_fiche_titre($langs->trans("CheckReceipt") );
+print_fiche_titre($langs->trans("ChequesArea") );
print '';
@@ -82,7 +83,9 @@ if ($resql)
}
print "";
print '| '.$langs->trans("BankChecksToReceipt").' | ';
- print ''.$num.' |
';
+ print '';
+ print ''.$num.'';
+ print ' | ';
print "
\n";
}
else
@@ -106,8 +109,9 @@ $resql = $db->query($sql);
if ($resql)
{
print '';
- print '| '.$langs->trans("Date")." | ";
+ print '
';
print '| '.$langs->trans("Numero").' | ';
+ print ''.$langs->trans("Date")." | ";
print ''.$langs->trans("Account").' | ';
print ''.$langs->trans("Amount").' | ';
print ''.$langs->trans("Status").' | ';
@@ -126,14 +130,10 @@ if ($resql)
$var=!$var;
print "
\n";
- print '| '.dolibarr_print_date($objp->db,'day').' | ';
-
print ''.$checkdepositstatic->getNomUrl(1).' | ';
-
+ print ''.dolibarr_print_date($objp->db,'day').' | ';
print ''.$accountstatic->getNomUrl(1).' | ';
-
print ''.price($objp->amount).' | ';
-
print ''.$checkdepositstatic->LibStatut($objp->statut,3).' | ';
print '
';
diff --git a/htdocs/compta/paiement/cheque/liste.php b/htdocs/compta/paiement/cheque/liste.php
index ae86661290d..a49f7b2ba0c 100644
--- a/htdocs/compta/paiement/cheque/liste.php
+++ b/htdocs/compta/paiement/cheque/liste.php
@@ -63,7 +63,7 @@ $accountstatic=new Account($db);
* Affichage
*/
-llxHeader('',$langs->trans("CheckReceipt"));
+llxHeader('',$langs->trans("ChequesReceipts"));
$sql = "SELECT bc.rowid, bc.number, ".$db->pdate("bc.date_bordereau") ." as dp, bc.amount, bc.statut,";
$sql.= " ba.rowid as bid, ba.label";
@@ -85,7 +85,7 @@ if ($resql)
$num = $db->num_rows($resql);
$i = 0;
- print_barre_liste($langs->trans("CheckReceipt"), $page, "liste.php",$paramlist,$sortfield,$sortorder,'',$num);
+ print_barre_liste($langs->trans("ChequesReceipts"), $page, "liste.php",$paramlist,$sortfield,$sortorder,'',$num);
print '