Change my email
Change PhpCompta by NOALYSS
This commit is contained in:
parent
46185c7a6d
commit
184d5d4819
326 changed files with 1584 additions and 1584 deletions
2
AUTHORS
2
AUTHORS
|
|
@ -1,2 +1,2 @@
|
||||||
Dany De Bontridder ddebontridder@yahoo.fr, dany118@gmail.com
|
Dany De Bontridder danydb@aevalys.eu, dany118@gmail.com
|
||||||
Stan Pinte stanpinte@sauvages.be
|
Stan Pinte stanpinte@sauvages.be
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@
|
||||||
# It is used for the translation
|
# It is used for the translation
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# This file is a part of PhpCompta under GPL
|
# This file is a part of NOALYSS under GPL
|
||||||
# Author D. DE BONTRIDDER ddebontridder@yahoo.fr
|
# Author D. DE BONTRIDDER danydb@aevalys.eu
|
||||||
cd ../html/lang
|
cd ../html/lang
|
||||||
cd en_US/LC_MESSAGES
|
cd en_US/LC_MESSAGES
|
||||||
msgfmt -c -v messages.po
|
msgfmt -c -v messages.po
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# This file is a part of PhpCompta under GPL
|
# This file is a part of NOALYSS under GPL
|
||||||
# Author D. DE BONTRIDDER ddebontridder@yahoo.fr
|
# Author D. DE BONTRIDDER danydb@aevalys.eu
|
||||||
|
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
This script create a list of all the function on only page,
|
This script create a list of all the function on only page,
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@
|
||||||
# po file. It is used for the translation
|
# po file. It is used for the translation
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# This file is a part of PhpCompta under GPL
|
# This file is a part of NOALYSS under GPL
|
||||||
# Author D. DE BONTRIDDER ddebontridder@yahoo.fr
|
# Author D. DE BONTRIDDER danydb@aevalys.eu
|
||||||
echo "Extract"
|
echo "Extract"
|
||||||
cd ..
|
cd ..
|
||||||
xgettext -L PHP -j --from-code=UTF-8 -p html/lang/en_US/LC_MESSAGES/ html/*.php include/*.php include/template/*.php
|
xgettext -L PHP -j --from-code=UTF-8 -p html/lang/en_US/LC_MESSAGES/ html/*.php include/*.php include/template/*.php
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# brief : replace the all class widget
|
# brief : replace the all class widget
|
||||||
#
|
#
|
||||||
# This file is a part of PhpCompta under GPL
|
# This file is a part of NOALYSS under GPL
|
||||||
# Author D. DE BONTRIDDER ddebontridder@yahoo.fr
|
# Author D. DE BONTRIDDER danydb@aevalys.eu
|
||||||
import glob
|
import glob
|
||||||
import sys
|
import sys
|
||||||
import re
|
import re
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# Check if the files in include are still used
|
# Check if the files in include are still used
|
||||||
#
|
#
|
||||||
# This file is a part of PhpCompta under GPL
|
# This file is a part of NOALYSS under GPL
|
||||||
# Author D. DE BONTRIDDER ddebontridder@yahoo.fr
|
# Author D. DE BONTRIDDER danydb@aevalys.eu
|
||||||
from transform import *
|
from transform import *
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# Check if a function is still used
|
# Check if a function is still used
|
||||||
#
|
#
|
||||||
# This file is a part of PhpCompta under GPL
|
# This file is a part of NOALYSS under GPL
|
||||||
# Author D. DE BONTRIDDER ddebontridder@yahoo.fr
|
# Author D. DE BONTRIDDER danydb@aevalys.eu
|
||||||
|
|
||||||
from transform import *
|
from transform import *
|
||||||
import sys
|
import sys
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
# brief = check if the files given in arguments using
|
# brief = check if the files given in arguments using
|
||||||
# the -> check_dossier function
|
# the -> check_dossier function
|
||||||
#
|
#
|
||||||
# This file is a part of PhpCompta under GPL
|
# This file is a part of NOALYSS under GPL
|
||||||
# Author D. DE BONTRIDDER ddebontridder@yahoo.fr
|
# Author D. DE BONTRIDDER danydb@aevalys.eu
|
||||||
|
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# brief : replace the all class widget
|
# brief : replace the all class widget
|
||||||
#
|
#
|
||||||
# This file is a part of PhpCompta under GPL
|
# This file is a part of NOALYSS under GPL
|
||||||
# Author D. DE BONTRIDDER ddebontridder@yahoo.fr
|
# Author D. DE BONTRIDDER danydb@aevalys.eu
|
||||||
|
|
||||||
from transform import *
|
from transform import *
|
||||||
import sys
|
import sys
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# brief : replace the all class widget
|
# brief : replace the all class widget
|
||||||
#
|
#
|
||||||
# This file is a part of PhpCompta under GPL
|
# This file is a part of NOALYSS under GPL
|
||||||
# Author D. DE BONTRIDDER ddebontridder@yahoo.fr
|
# Author D. DE BONTRIDDER danydb@aevalys.eu
|
||||||
|
|
||||||
from transform import *
|
from transform import *
|
||||||
import sys
|
import sys
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# brief : replace the all class widget
|
# brief : replace the all class widget
|
||||||
#
|
#
|
||||||
# This file is a part of PhpCompta under GPL
|
# This file is a part of NOALYSS under GPL
|
||||||
# Author D. DE BONTRIDDER ddebontridder@yahoo.fr
|
# Author D. DE BONTRIDDER danydb@aevalys.eu
|
||||||
import glob
|
import glob
|
||||||
import sys
|
import sys
|
||||||
import re
|
import re
|
||||||
|
|
|
||||||
|
|
@ -1,24 +1,24 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# This file is part of PhpCompta.
|
# This file is part of NOALYSS.
|
||||||
#
|
#
|
||||||
# PhpCompta is free software; you can redistribute it and/or modify
|
# NOALYSS 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
|
||||||
# the Free Software Foundation; either version 2 of the License, or
|
# the Free Software Foundation; either version 2 of the License, or
|
||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
#
|
#
|
||||||
# PhpCompta is distributed in the hope that it will be useful,
|
# NOALYSS is distributed in the hope that it will be useful,
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with PhpCompta; if not, write to the Free Software
|
# along with NOALYSS; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
#/
|
#/
|
||||||
# $Revision$
|
# $Revision$
|
||||||
# Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
# Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
import random
|
import random
|
||||||
import getopt
|
import getopt
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
<?
|
<?
|
||||||
/*
|
/*
|
||||||
# check the Impress::check_formula and the parse_formula
|
# check the Impress::check_formula and the parse_formula
|
||||||
# This file is a part of PhpCompta under GPL
|
# This file is a part of NOALYSS under GPL
|
||||||
# Author D. DE BONTRIDDER ddebontridder@yahoo.fr
|
# Author D. DE BONTRIDDER danydb@aevalys.eu
|
||||||
*/
|
*/
|
||||||
include_once('class_impress.php');
|
include_once('class_impress.php');
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,24 +1,24 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
/* $Revision$ */
|
/* $Revision$ */
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*!\file
|
/*!\file
|
||||||
* \brief Manage the hypothese for the budget module
|
* \brief Manage the hypothese for the budget module
|
||||||
|
|
|
||||||
|
|
@ -1,24 +1,24 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
/* $Revision$ */
|
/* $Revision$ */
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*!\file
|
/*!\file
|
||||||
* \brief Manage the hypothese for the budget module
|
* \brief Manage the hypothese for the budget module
|
||||||
|
|
|
||||||
|
|
@ -16,24 +16,24 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
/* $Revision*/
|
/* $Revision*/
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
/*!\file
|
/*!\file
|
||||||
* \brief This file permit to upgrade a version of phpcompta, it should be
|
* \brief This file permit to upgrade a version of phpcompta, it should be
|
||||||
* used and immediately delete after an upgrade.
|
* used and immediately delete after an upgrade.
|
||||||
|
|
@ -400,7 +400,7 @@ if (defined("MULTI") && MULTI == 0)
|
||||||
$db->apply_patch(dbname);
|
$db->apply_patch(dbname);
|
||||||
echo "<p class=\"info\">Tout est installé $succeed";
|
echo "<p class=\"info\">Tout est installé $succeed";
|
||||||
?>
|
?>
|
||||||
<A style="" class="button" HREF="../index.php">Connectez-vous à PhpCompta</A>
|
<A style="" class="button" HREF="../index.php">Connectez-vous à NOALYSS</A>
|
||||||
<?php
|
<?php
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
|
|
@ -473,4 +473,4 @@ for ($e=0;$e < $MaxDossier;$e++) {
|
||||||
echo "<p class=\"info\">Tout est installé $succeed";
|
echo "<p class=\"info\">Tout est installé $succeed";
|
||||||
?>
|
?>
|
||||||
</p>
|
</p>
|
||||||
<A style="" class="button" HREF="../index.php">Connectez-vous à PhpCompta</A>
|
<A style="" class="button" HREF="../index.php">Connectez-vous à NOALYSS</A>
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@ cette fonctionnalité. Vous pouvez en ajouter, en supprimer ou les modifier' whe
|
||||||
update menu_ref set me_description_etendue='Gestion des périodes : clôture, ajout de période, afin de créer des périodes vous pouvez aussi utiliser le plugin outil comptable' where me_code='PERIODE' ;
|
update menu_ref set me_description_etendue='Gestion des périodes : clôture, ajout de période, afin de créer des périodes vous pouvez aussi utiliser le plugin outil comptable' where me_code='PERIODE' ;
|
||||||
update menu_ref set me_description_etendue='Vérifie que votre comptabilité ne contient pas d''erreur de base, tels que l''équilibre entre le passif et l''actif, l''utilisation des postes comptables...' where me_code='VERIFBIL' ;
|
update menu_ref set me_description_etendue='Vérifie que votre comptabilité ne contient pas d''erreur de base, tels que l''équilibre entre le passif et l''actif, l''utilisation des postes comptables...' where me_code='VERIFBIL' ;
|
||||||
update menu_ref set me_description_etendue='Ecriture d''ouverture ou écriture à nouveau, reporte les soldes des comptes de l''année passé du poste comptable 0xxx à 5xxxx sur l''année courante' where me_code='OPEN' ;
|
update menu_ref set me_description_etendue='Ecriture d''ouverture ou écriture à nouveau, reporte les soldes des comptes de l''année passé du poste comptable 0xxx à 5xxxx sur l''année courante' where me_code='OPEN' ;
|
||||||
update menu_ref set me_description_etendue='Chargement de modèles de documents qui seront générés par PhpCompta, les formats utilisables sont libreoffice, html, text et rtf' where me_code='CFGDOC' ;
|
update menu_ref set me_description_etendue='Chargement de modèles de documents qui seront générés par NOALYSS, les formats utilisables sont libreoffice, html, text et rtf' where me_code='CFGDOC' ;
|
||||||
update menu_ref set me_description_etendue='Création et modification des journaux, préfixe des pièces justificatives, numérotation, catégories de fiches accessibles à ce journal' where me_code='CFGLED' ;
|
update menu_ref set me_description_etendue='Création et modification des journaux, préfixe des pièces justificatives, numérotation, catégories de fiches accessibles à ce journal' where me_code='CFGLED' ;
|
||||||
update menu_ref set me_description_etendue='Configuration de la sécurité, vous permet de donner un profil à vos utilisateurs, cela leur permettra d''utiliser ce que vous souhaitez qu''ils puissent utiliser' where me_code='CFGSEC' ;
|
update menu_ref set me_description_etendue='Configuration de la sécurité, vous permet de donner un profil à vos utilisateurs, cela leur permettra d''utiliser ce que vous souhaitez qu''ils puissent utiliser' where me_code='CFGSEC' ;
|
||||||
update menu_ref set me_description_etendue='Permet d''ajouter de nouveaux attributs que vous pourrez par la suite ajouter à des catégories de fiches' where me_code='CFGATCARD' ;
|
update menu_ref set me_description_etendue='Permet d''ajouter de nouveaux attributs que vous pourrez par la suite ajouter à des catégories de fiches' where me_code='CFGATCARD' ;
|
||||||
|
|
|
||||||
|
|
@ -1,25 +1,25 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
/* $Revision$ */
|
/* $Revision$ */
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
|
|
||||||
|
|
@ -1,22 +1,22 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
/*! \file
|
/*! \file
|
||||||
* \brief Administration of the repository : creation of user, folder, security,
|
* \brief Administration of the repository : creation of user, folder, security,
|
||||||
* templates... Accessible only by the administrator
|
* templates... Accessible only by the administrator
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*!\file
|
/*!\file
|
||||||
* \brief this file respond to an ajax request and return an object with the ctl and the html string
|
* \brief this file respond to an ajax request and return an object with the ctl and the html string
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*!\file
|
/*!\file
|
||||||
* \brief show the history of a card of an accounting
|
* \brief show the history of a card of an accounting
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*!\file
|
/*!\file
|
||||||
* \brief answer to the ajax request for the ledger
|
* \brief answer to the ajax request for the ledger
|
||||||
|
|
|
||||||
|
|
@ -1,24 +1,24 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/**\file
|
/**\file
|
||||||
* \brief this file respond to an ajax request
|
* \brief this file respond to an ajax request
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*!\file
|
/*!\file
|
||||||
* \brief this file answer to the Ajax request from js/accounting_item.js
|
* \brief this file answer to the Ajax request from js/accounting_item.js
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*!\file
|
/*!\file
|
||||||
* \brief handle the ajax request for the todo_list (delete, update
|
* \brief handle the ajax request for the todo_list (delete, update
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
require_once '../include/constant.php';
|
require_once '../include/constant.php';
|
||||||
require_once("constant.php");
|
require_once("constant.php");
|
||||||
require_once('class_database.php');
|
require_once('class_database.php');
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*!\file
|
/*!\file
|
||||||
* \brief respond ajax request, the get contains
|
* \brief respond ajax request, the get contains
|
||||||
|
|
|
||||||
10
html/do.php
10
html/do.php
|
|
@ -1,24 +1,24 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
define('ALLOWED',1);
|
define('ALLOWED',1);
|
||||||
|
|
||||||
/**\file
|
/**\file
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*!\file
|
/*!\file
|
||||||
* \brief manage all the export to CSV or PDF
|
* \brief manage all the export to CSV or PDF
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*!\file
|
/*!\file
|
||||||
* \brief this file includes the called plugin. It check first
|
* \brief this file includes the called plugin. It check first
|
||||||
|
|
|
||||||
10
html/fid.php
10
html/fid.php
|
|
@ -1,23 +1,23 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*!\file
|
/*!\file
|
||||||
* \brief Fid for the ajax request for cards
|
* \brief Fid for the ajax request for cards
|
||||||
|
|
|
||||||
|
|
@ -1,24 +1,24 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*!\file
|
/*!\file
|
||||||
* \brief this file is used by the autocomplete functionnality
|
* \brief this file is used by the autocomplete functionnality
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
/*! \file
|
/*! \file
|
||||||
* \brief default page where user access
|
* \brief default page where user access
|
||||||
*/
|
*/
|
||||||
/*! \mainpage PhpCompta
|
/*! \mainpage NOALYSS
|
||||||
* Documentation
|
* Documentation
|
||||||
* - \subpage Francais
|
* - \subpage Francais
|
||||||
* - \subpage English
|
* - \subpage English
|
||||||
|
|
@ -118,7 +118,7 @@ echo '<!DOCTYPE HTML PUBLIC "-//W3C/DTD HTML 3.2 FINAL//EN">
|
||||||
|
|
||||||
<HTML>
|
<HTML>
|
||||||
<head>
|
<head>
|
||||||
<TITLE> PhpCompta </TITLE>
|
<TITLE> NOALYSS </TITLE>
|
||||||
<link rel="shortcut icon" type="image/ico" href="favicon.ico" />
|
<link rel="shortcut icon" type="image/ico" href="favicon.ico" />
|
||||||
<style>
|
<style>
|
||||||
BODY {
|
BODY {
|
||||||
|
|
@ -196,7 +196,7 @@ version 6.7.1 SVNINFO - '.$my_domain.'
|
||||||
<BR>
|
<BR>
|
||||||
<BR>
|
<BR>
|
||||||
<center>
|
<center>
|
||||||
<IMG SRC="image/logo7.png" alt="PhpCompta">
|
<IMG SRC="image/logo7.png" alt="NOALYSS">
|
||||||
<BR>
|
<BR>
|
||||||
<BR>
|
<BR>
|
||||||
<BR>
|
<BR>
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
/* $Revision$ */
|
/* $Revision$ */
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*!\file
|
/*!\file
|
||||||
* \brief javascript script for the ledger in accountancy,
|
* \brief javascript script for the ledger in accountancy,
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
/* $Revision$ */
|
/* $Revision$ */
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*! \file
|
/*! \file
|
||||||
* \brief
|
* \brief
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
/* $Revision$ */
|
/* $Revision$ */
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*! \file
|
/*! \file
|
||||||
* \brief This file permit to use the AJAX function to fill up
|
* \brief This file permit to use the AJAX function to fill up
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
/* $Revision$ */
|
/* $Revision$ */
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
/**
|
/**
|
||||||
* @brief javascript for the analytic accountancy
|
* @brief javascript for the analytic accountancy
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
/* $Revision$ */
|
/* $Revision$ */
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*! \file
|
/*! \file
|
||||||
* \brief This file show a little online calculator, in the caller
|
* \brief This file show a little online calculator, in the caller
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
/* $Revision$ */
|
/* $Revision$ */
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*! \file
|
/*! \file
|
||||||
* \brief javascript for searching a card
|
* \brief javascript for searching a card
|
||||||
|
|
|
||||||
|
|
@ -1,18 +1,18 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
/*!\file
|
/*!\file
|
||||||
|
|
|
||||||
|
|
@ -1,18 +1,18 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
/*!\file
|
/*!\file
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
/* $Revision$ */
|
/* $Revision$ */
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*!\file
|
/*!\file
|
||||||
* \brief Manage the confirmation process for deleting a template
|
* \brief Manage the confirmation process for deleting a template
|
||||||
|
|
|
||||||
|
|
@ -1,24 +1,24 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
/* $Revision$ */
|
/* $Revision$ */
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*!\file
|
/*!\file
|
||||||
* \brief
|
* \brief
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
/* $Revision$ */
|
/* $Revision$ */
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*!\file
|
/*!\file
|
||||||
* \brief javascript scripts for the gestion
|
* \brief javascript scripts for the gestion
|
||||||
|
|
|
||||||
|
|
@ -1,18 +1,18 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
/*!\file
|
/*!\file
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
/* $Revision$ */
|
/* $Revision$ */
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*!\file
|
/*!\file
|
||||||
* \brief javascript script, always added to every page
|
* \brief javascript script, always added to every page
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
/* $Revision$ */
|
/* $Revision$ */
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*!\file
|
/*!\file
|
||||||
* \brief this file contains all the javascript needed by the todo_list.
|
* \brief this file contains all the javascript needed by the todo_list.
|
||||||
|
|
|
||||||
|
|
@ -1575,8 +1575,8 @@ msgstr "Welcome"
|
||||||
#: html/user_login.php:114
|
#: html/user_login.php:114
|
||||||
#: html/user_login.php:122
|
#: html/user_login.php:122
|
||||||
#: html/user_login.php:124
|
#: html/user_login.php:124
|
||||||
msgid "dans PhpCompta"
|
msgid "dans NOALYSS"
|
||||||
msgstr "in PhpCompta"
|
msgstr "in NOALYSS"
|
||||||
|
|
||||||
#: html/user_login.php:83
|
#: html/user_login.php:83
|
||||||
#: html/user_login.php:84
|
#: html/user_login.php:84
|
||||||
|
|
|
||||||
|
|
@ -639,8 +639,8 @@ msgid "Bienvenue"
|
||||||
msgstr "Welkome"
|
msgstr "Welkome"
|
||||||
|
|
||||||
#: html/user_login.php:85 html/user_login.php:122 html/user_login.php:124
|
#: html/user_login.php:85 html/user_login.php:122 html/user_login.php:124
|
||||||
msgid "dans PhpCompta"
|
msgid "dans NOALYSS"
|
||||||
msgstr "in PhpCompta"
|
msgstr "in NOALYSS"
|
||||||
|
|
||||||
#: html/user_login.php:86 html/user_login.php:123 html/user_login.php:129
|
#: html/user_login.php:86 html/user_login.php:123 html/user_login.php:129
|
||||||
msgid "Choississez votre dossier"
|
msgid "Choississez votre dossier"
|
||||||
|
|
|
||||||
|
|
@ -1,22 +1,22 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
require_once '../include/constant.php';
|
require_once '../include/constant.php';
|
||||||
|
|
||||||
include_once ("ac_common.php");
|
include_once ("ac_common.php");
|
||||||
|
|
|
||||||
|
|
@ -1,22 +1,22 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
/*! \file
|
/*! \file
|
||||||
* \brief Logout
|
* \brief Logout
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -1,22 +1,22 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
include_once("ac_common.php");
|
include_once("ac_common.php");
|
||||||
html_page_start();
|
html_page_start();
|
||||||
echo '<H1 class="info"> Not Implemented</H1>';
|
echo '<H1 class="info"> Not Implemented</H1>';
|
||||||
|
|
|
||||||
|
|
@ -1,22 +1,22 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
/*! \file
|
/*! \file
|
||||||
* \brief Search module
|
* \brief Search module
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
// Verify parameters
|
// Verify parameters
|
||||||
/** \file
|
/** \file
|
||||||
* \brief retrieve a document
|
* \brief retrieve a document
|
||||||
|
|
|
||||||
|
|
@ -1,22 +1,22 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
// Verify parameters
|
// Verify parameters
|
||||||
/*! \file
|
/*! \file
|
||||||
* \brief send the document template
|
* \brief send the document template
|
||||||
|
|
|
||||||
|
|
@ -1,22 +1,22 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
// Verify parameters
|
// Verify parameters
|
||||||
/*!\file
|
/*!\file
|
||||||
* \brief show an attach of an operation
|
* \brief show an attach of an operation
|
||||||
|
|
|
||||||
|
|
@ -1,22 +1,22 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
/*!\file
|
/*!\file
|
||||||
*\brief this file let you debug and test the different functionnalities, there are 2 important things to do
|
*\brief this file let you debug and test the different functionnalities, there are 2 important things to do
|
||||||
* - first do not forget to create the authorized_debug file in the html folder
|
* - first do not forget to create the authorized_debug file in the html folder
|
||||||
|
|
|
||||||
|
|
@ -1,26 +1,26 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
/*! \file
|
/*! \file
|
||||||
* \brief Welcome page where the folder and module are choosen
|
* \brief Welcome page where the folder and module are choosen
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
require_once '../include/constant.php';
|
require_once '../include/constant.php';
|
||||||
include_once ("ac_common.php");
|
include_once ("ac_common.php");
|
||||||
require_once('class_database.php');
|
require_once('class_database.php');
|
||||||
|
|
@ -85,7 +85,7 @@ if ( $User->Admin() == 1)
|
||||||
if ($update > $version_phpcompta ) {
|
if ($update > $version_phpcompta ) {
|
||||||
echo '<div class="inner_box" style="margin-left:0px;margin-top:3px;left:3px">';
|
echo '<div class="inner_box" style="margin-left:0px;margin-top:3px;left:3px">';
|
||||||
echo '<p class="notice">';
|
echo '<p class="notice">';
|
||||||
echo "Mise à jour disponible de PhpCompta version actuelle : $update votre version $version_phpcompta";
|
echo "Mise à jour disponible de NOALYSS version actuelle : $update votre version $version_phpcompta";
|
||||||
echo '</p>';
|
echo '</p>';
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
}
|
}
|
||||||
|
|
@ -152,7 +152,7 @@ $result.='<TD class="tool" ><A class="cell" HREF="logout.php" >'._('Deconnexion
|
||||||
$result.="</TR>";
|
$result.="</TR>";
|
||||||
$result.="</table>";
|
$result.="</table>";
|
||||||
|
|
||||||
echo '<h2 class="info">'._('Bienvenue ').$User->first_name.' '.$User->name.' '._("dans PhpCompta")."</h2>";
|
echo '<h2 class="info">'._('Bienvenue ').$User->first_name.' '.$User->name.' '._("dans NOALYSS")."</h2>";
|
||||||
echo '<div id="module">'.$result.'</div>';
|
echo '<div id="module">'.$result.'</div>';
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
/*! \file
|
/*! \file
|
||||||
* \brief Page for the personal preference (theme, password,...)
|
* \brief Page for the personal preference (theme, password,...)
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -1,24 +1,24 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
|
@ -279,7 +279,7 @@ function html_page_start($p_theme="", $p_script="", $p_script2="")
|
||||||
{
|
{
|
||||||
$style = "style.css";
|
$style = "style.css";
|
||||||
} // end if
|
} // end if
|
||||||
$title="PhpCompta";
|
$title="NOALYSS";
|
||||||
|
|
||||||
if ( isset ($_REQUEST['ac'])) {
|
if ( isset ($_REQUEST['ac'])) {
|
||||||
if (strpos($_REQUEST['ac'],'/') <> 0)
|
if (strpos($_REQUEST['ac'],'/') <> 0)
|
||||||
|
|
@ -367,7 +367,7 @@ function html_min_page_start($p_theme="", $p_script="", $p_script2="")
|
||||||
$p_script2 = '<script src="' . $p_script2 . '" type="text/javascript"></script>';
|
$p_script2 = '<script src="' . $p_script2 . '" type="text/javascript"></script>';
|
||||||
|
|
||||||
echo "<HEAD>
|
echo "<HEAD>
|
||||||
<TITLE>PhpCompta</TITLE>
|
<TITLE>NOALYSS</TITLE>
|
||||||
<META http-equiv=\"Content-Type\" content=\"text/html; charset=UTF8\">
|
<META http-equiv=\"Content-Type\" content=\"text/html; charset=UTF8\">
|
||||||
<LINK REL=\"stylesheet\" type=\"text/css\" href=\"$style\" media=\"screen\">
|
<LINK REL=\"stylesheet\" type=\"text/css\" href=\"$style\" media=\"screen\">
|
||||||
<link rel=\"stylesheet\" type=\"text/css\" href=\"style-print.css\" media=\"print\">" .
|
<link rel=\"stylesheet\" type=\"text/css\" href=\"style-print.css\" media=\"print\">" .
|
||||||
|
|
|
||||||
|
|
@ -1,24 +1,24 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/**\file
|
/**\file
|
||||||
* \brief this file is common to suivi client, suivi fournisseur, suivi
|
* \brief this file is common to suivi client, suivi fournisseur, suivi
|
||||||
|
|
|
||||||
|
|
@ -1,22 +1,22 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
/*! \file
|
/*! \file
|
||||||
* \brief Page who manage the different actions (meeting, letter)
|
* \brief Page who manage the different actions (meeting, letter)
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -1,22 +1,22 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
/*!\brief include from adm.inc.php and concerned only the customer card and
|
/*!\brief include from adm.inc.php and concerned only the customer card and
|
||||||
* the customer category
|
* the customer category
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -1,24 +1,24 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*!\file
|
/*!\file
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*!\file
|
/*!\file
|
||||||
* \brief respond ajax request, the get contains
|
* \brief respond ajax request, the get contains
|
||||||
|
|
|
||||||
|
|
@ -1,24 +1,24 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
|
|
||||||
|
|
@ -1,24 +1,24 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
|
|
||||||
|
|
@ -1,22 +1,22 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
if ( !defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
|
if ( !defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
|
||||||
require_once 'class_calendar.php';
|
require_once 'class_calendar.php';
|
||||||
ob_start();
|
ob_start();
|
||||||
|
|
|
||||||
|
|
@ -1,24 +1,24 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
|
|
||||||
|
|
@ -1,24 +1,24 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
|
|
||||||
|
|
@ -1,24 +1,24 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*!\file
|
/*!\file
|
||||||
* \brief respond ajax request, the get contains
|
* \brief respond ajax request, the get contains
|
||||||
|
|
|
||||||
|
|
@ -1,24 +1,24 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*!\file
|
/*!\file
|
||||||
* \brief show the detail of a document and let you modify it
|
* \brief show the detail of a document and let you modify it
|
||||||
|
|
|
||||||
|
|
@ -1,24 +1,24 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
|
if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
|
||||||
require_once('class_periode.php');
|
require_once('class_periode.php');
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,24 +1,24 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/**\file
|
/**\file
|
||||||
* \brief display a form to change the name of a predefined operation
|
* \brief display a form to change the name of a predefined operation
|
||||||
|
|
|
||||||
|
|
@ -1,24 +1,24 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
|
|
||||||
|
|
@ -1,20 +1,20 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,24 +1,24 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
|
|
||||||
|
|
@ -1,22 +1,22 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
/**\file
|
/**\file
|
||||||
* \brief this file is always included and then executed
|
* \brief this file is always included and then executed
|
||||||
* it permits to change the user preferences
|
* it permits to change the user preferences
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*!\file
|
/*!\file
|
||||||
* \brief save the new predefined operation
|
* \brief save the new predefined operation
|
||||||
|
|
|
||||||
|
|
@ -1,22 +1,22 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
/*! \file
|
/*! \file
|
||||||
* \brief Search module
|
* \brief Search module
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -1,22 +1,22 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
if ( !defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
|
if ( !defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
|
||||||
|
|
||||||
require_once 'class_tag.php';
|
require_once 'class_tag.php';
|
||||||
|
|
|
||||||
|
|
@ -1,22 +1,22 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
if ( !defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
|
if ( !defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
|
||||||
|
|
||||||
require_once 'class_tag.php';
|
require_once 'class_tag.php';
|
||||||
|
|
|
||||||
|
|
@ -1,22 +1,22 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
if ( !defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
|
if ( !defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
|
||||||
|
|
||||||
require_once 'class_tag.php';
|
require_once 'class_tag.php';
|
||||||
|
|
|
||||||
|
|
@ -1,22 +1,22 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
if ( !defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
|
if ( !defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
|
||||||
|
|
||||||
$fl=new Follow_Up($cn);
|
$fl=new Follow_Up($cn);
|
||||||
|
|
|
||||||
|
|
@ -1,22 +1,22 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
if ( !defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
|
if ( !defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
|
||||||
|
|
||||||
require_once 'class_tag.php';
|
require_once 'class_tag.php';
|
||||||
|
|
|
||||||
|
|
@ -1,22 +1,22 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
if ( !defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
|
if ( !defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
|
||||||
|
|
||||||
$fl=new Follow_Up($cn);
|
$fl=new Follow_Up($cn);
|
||||||
|
|
|
||||||
|
|
@ -1,22 +1,22 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
if ( !defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
|
if ( !defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
|
||||||
|
|
||||||
require_once 'class_tag.php';
|
require_once 'class_tag.php';
|
||||||
|
|
|
||||||
|
|
@ -1,24 +1,24 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*!\file
|
/*!\file
|
||||||
* \brief respond ajax request, the get contains
|
* \brief respond ajax request, the get contains
|
||||||
|
|
|
||||||
|
|
@ -1,24 +1,24 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
|
|
||||||
|
|
@ -1,24 +1,24 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*!\file
|
/*!\file
|
||||||
*\brief manage the group
|
*\brief manage the group
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*!\file
|
/*!\file
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*!\file
|
/*!\file
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*!\file
|
/*!\file
|
||||||
* \brief let you see the list of the connexion
|
* \brief let you see the list of the connexion
|
||||||
|
|
|
||||||
|
|
@ -2,12 +2,12 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of PHPCOMPTA.
|
* This file is part of PHPCOMPTA.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
* along with PHPCOMPTA; if not, write to the Free Software
|
* along with PHPCOMPTA; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
// Auteur Dany De Bontridder ddebontridder@yahoo.fr
|
// Auteur Dany De Bontridder danydb@aevalys.eu
|
||||||
/*! \file
|
/*! \file
|
||||||
* \brief Show the balance and let you print it or export to PDF
|
* \brief Show the balance and let you print it or export to PDF
|
||||||
* file included by user_impress
|
* file included by user_impress
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* This file is part of PhpCompta.
|
* This file is part of NOALYSS.
|
||||||
*
|
*
|
||||||
* PhpCompta is free software; you can redistribute it and/or modify
|
* NOALYSS 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
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
* (at your option) any later version.
|
* (at your option) any later version.
|
||||||
*
|
*
|
||||||
* PhpCompta is distributed in the hope that it will be useful,
|
* NOALYSS is distributed in the hope that it will be useful,
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with PhpCompta; if not, write to the Free Software
|
* along with NOALYSS; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||||
|
|
||||||
/*!\file
|
/*!\file
|
||||||
* \brief show the status of a card
|
* \brief show the status of a card
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue