New: Add filter on date for services

This commit is contained in:
Laurent Destailleur 2008-10-20 22:25:55 +00:00
parent 91ee242a97
commit d47dc7c77f

View File

@ -15,15 +15,13 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
* $Source$
*/
/**
\file htdocs/compta/pre.inc.php
\ingroup compta
\brief Fichier gestionnaire du menu compta
\version $Id$
*/
require("../main.inc.php");
@ -84,7 +82,7 @@ function llxHeader($head = "", $title="", $help_url='')
$menu->add(DOL_URL_ROOT."/compta/commande/liste.php?leftmenu=orders&afacturer=1", $langs->trans("MenuOrdersToBill"));
}
// Les dépenses
// Les d<EFBFBD>penses
if ($conf->fournisseur->enabled)
{
$langs->load("suppliers");
@ -108,7 +106,7 @@ function llxHeader($head = "", $title="", $help_url='')
}
// Vision des recettes-dépenses
// Vision des recettes-d<EFBFBD>penses
if ($conf->banque->enabled && $user->rights->banque->lire)
{
$langs->load("banks");