Entrée menu "Annuel" renommé en "Bilan mensuel E/S" pour etre homogène avec état du même nom pour les comptes bancaires.
This commit is contained in:
parent
77a046fb61
commit
391b32f0ae
@ -40,7 +40,7 @@ $year_current = $_GET["year"];;
|
|||||||
if (! $year_current) { $year_current = strftime("%Y", time()); }
|
if (! $year_current) { $year_current = strftime("%Y", time()); }
|
||||||
|
|
||||||
|
|
||||||
print_titre("Résumé annuel des journaux comptables");
|
print_titre("Bilan mensuel Entrées/Sorties pour la caisse");
|
||||||
print '<br>';
|
print '<br>';
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
<?PHP
|
<?PHP
|
||||||
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
|
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -32,7 +33,7 @@ function llxHeader($head = "")
|
|||||||
|
|
||||||
$menu->add(DOL_URL_ROOT."/compta/caisse/index.php","Caisse");
|
$menu->add(DOL_URL_ROOT."/compta/caisse/index.php","Caisse");
|
||||||
|
|
||||||
$menu->add(DOL_URL_ROOT."/compta/caisse/annuel.php","Annuel");
|
$menu->add(DOL_URL_ROOT."/compta/caisse/annuel.php","Bilan mensuel E/S");
|
||||||
|
|
||||||
left_menu($menu->liste);
|
left_menu($menu->liste);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user