diff --git a/AUTHORS b/AUTHORS index 8e70b4b36..d5ff04949 100644 --- a/AUTHORS +++ b/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 diff --git a/dev/compile_text.sh b/dev/compile_text.sh index 219c52160..92839ea04 100644 --- a/dev/compile_text.sh +++ b/dev/compile_text.sh @@ -3,8 +3,8 @@ # It is used for the translation # # -# This file is a part of PhpCompta under GPL -# Author D. DE BONTRIDDER ddebontridder@yahoo.fr +# This file is a part of NOALYSS under GPL +# Author D. DE BONTRIDDER danydb@aevalys.eu cd ../html/lang cd en_US/LC_MESSAGES msgfmt -c -v messages.po diff --git a/dev/compose_list.sh b/dev/compose_list.sh index 47347c515..b337c2bbb 100755 --- a/dev/compose_list.sh +++ b/dev/compose_list.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# This file is a part of PhpCompta under GPL -# Author D. DE BONTRIDDER ddebontridder@yahoo.fr +# This file is a part of NOALYSS under GPL +# Author D. DE BONTRIDDER danydb@aevalys.eu cat < check_dossier function # -# This file is a part of PhpCompta under GPL -# Author D. DE BONTRIDDER ddebontridder@yahoo.fr +# This file is a part of NOALYSS under GPL +# Author D. DE BONTRIDDER danydb@aevalys.eu import sys diff --git a/dev/manage-code/widget/add_require.py b/dev/manage-code/widget/add_require.py index 6e64b9ffd..9debc5ebc 100755 --- a/dev/manage-code/widget/add_require.py +++ b/dev/manage-code/widget/add_require.py @@ -1,8 +1,8 @@ #!/usr/bin/python # brief : replace the all class widget # -# This file is a part of PhpCompta under GPL -# Author D. DE BONTRIDDER ddebontridder@yahoo.fr +# This file is a part of NOALYSS under GPL +# Author D. DE BONTRIDDER danydb@aevalys.eu from transform import * import sys diff --git a/dev/manage-code/widget/change.py b/dev/manage-code/widget/change.py index 4553baa69..02b10bfc2 100755 --- a/dev/manage-code/widget/change.py +++ b/dev/manage-code/widget/change.py @@ -1,8 +1,8 @@ #!/usr/bin/python # brief : replace the all class widget # -# This file is a part of PhpCompta under GPL -# Author D. DE BONTRIDDER ddebontridder@yahoo.fr +# This file is a part of NOALYSS under GPL +# Author D. DE BONTRIDDER danydb@aevalys.eu from transform import * import sys diff --git a/dev/manage-code/widget/transform.py b/dev/manage-code/widget/transform.py index 8368e79cc..c76e9ca61 100755 --- a/dev/manage-code/widget/transform.py +++ b/dev/manage-code/widget/transform.py @@ -1,8 +1,8 @@ #!/usr/bin/python # brief : replace the all class widget # -# This file is a part of PhpCompta under GPL -# Author D. DE BONTRIDDER ddebontridder@yahoo.fr +# This file is a part of NOALYSS under GPL +# Author D. DE BONTRIDDER danydb@aevalys.eu import glob import sys import re diff --git a/dev/test-size/simul.py b/dev/test-size/simul.py index 050daf340..5fd48da8d 100755 --- a/dev/test-size/simul.py +++ b/dev/test-size/simul.py @@ -1,24 +1,24 @@ #!/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 # the Free Software Foundation; either version 2 of the License, or # (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 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # 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 #/ # $Revision$ -# Copyright Author Dany De Bontridder ddebontridder@yahoo.fr +# Copyright Author Dany De Bontridder danydb@aevalys.eu import random import getopt diff --git a/dev/test_parse_formula.php b/dev/test_parse_formula.php index 023f15af6..6bd2bfbac 100644 --- a/dev/test_parse_formula.php +++ b/dev/test_parse_formula.php @@ -1,8 +1,8 @@ apply_patch(dbname); echo "

Tout est installé $succeed"; ?> - Connectez-vous à PhpCompta + Connectez-vous à NOALYSS Tout est installé $succeed"; ?>

-Connectez-vous à PhpCompta +Connectez-vous à NOALYSS diff --git a/html/admin/sql/patch/upgrade108.sql b/html/admin/sql/patch/upgrade108.sql index 8d45752b3..e6c0f29f1 100644 --- a/html/admin/sql/patch/upgrade108.sql +++ b/html/admin/sql/patch/upgrade108.sql @@ -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='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='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='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' ; diff --git a/html/admin/template_config_form.php b/html/admin/template_config_form.php index 0c302c885..9e8d1fb28 100644 --- a/html/admin/template_config_form.php +++ b/html/admin/template_config_form.php @@ -1,25 +1,25 @@ - PhpCompta + NOALYSS