Merge with the branches/rel400

* New module budget
* Detail for impress of account
* Code rewrited
* Group in analytic accountancy
* Fix Bug
This commit is contained in:
Dany De Bontridder 2008-02-26 17:26:24 +00:00
parent 4e4529c51a
commit cd96d07c1e
113 changed files with 1193 additions and 1104 deletions

View file

@ -20,10 +20,11 @@
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
/* !\file
/*!\file
* \brief Main page for the analytic module
*/
/* \brief Analytic accountancy
/*! \brief Analytic accountancy
*
*/
require_once("constant.php");
@ -98,26 +99,26 @@ if ( $_REQUEST['p_action'] == "pref" )
// Plan Analytique
if ($_REQUEST['p_action'] == 'ca_pa' )
{
require_once('ca_pa.inc.php');
require_once('anc_pa.inc.php');
exit();
}
// Operations Diverses
if ($_REQUEST['p_action'] == 'ca_od' )
{
require_once('ca_od.inc.php');
require_once('anc_od.inc.php');
exit();
}
// Impression
if ($_REQUEST['p_action'] == 'ca_groupe' )
{
require_once('ca_group.inc.php');
require_once('anc_group.inc.php');
exit();
}
// Impression
if ($_REQUEST['p_action'] == 'ca_imp' )
{
require_once('ca_imp.inc.php');
require_once('anc_imp.inc.php');
exit();
}