Ajout d'une page de configuration pour le module Compta afin de grer l'option de tenue de comptabilit en crances-dettes au lieu de recettes-dpenses.

This commit is contained in:
Laurent Destailleur
2004-02-15 18:50:46 +00:00
parent 9fbab94fe5
commit bf4b8a0ba7

View File

@@ -1,5 +1,6 @@
<?PHP
/* 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
* it under the terms of the GNU General Public License as published by
@@ -42,6 +43,7 @@ class modComptabilite extends DolibarrModules
$this->const_name = "MAIN_MODULE_COMPTABILITE";
$this->const_config = MAIN_MODULE_COMPTABILITE;
$this->config_page_url = "compta.php";
$this->const = array();
$this->boxes = array();
}