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:
parent
9fbab94fe5
commit
bf4b8a0ba7
@ -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
|
||||||
@ -42,6 +43,7 @@ class modComptabilite extends DolibarrModules
|
|||||||
$this->const_name = "MAIN_MODULE_COMPTABILITE";
|
$this->const_name = "MAIN_MODULE_COMPTABILITE";
|
||||||
$this->const_config = MAIN_MODULE_COMPTABILITE;
|
$this->const_config = MAIN_MODULE_COMPTABILITE;
|
||||||
|
|
||||||
|
$this->config_page_url = "compta.php";
|
||||||
$this->const = array();
|
$this->const = array();
|
||||||
$this->boxes = array();
|
$this->boxes = array();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user