diff --git a/dev/compile_text.sh b/dev/compile_text.sh deleted file mode 100755 index 2e22a45bd..000000000 --- a/dev/compile_text.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash -# Brief : compite the file .mo, -# It is used for the translation -# -# -# This file is a part of NOALYSS under GPL -# Author D. DE BONTRIDDER danydb@aevalys.eu -cd ../html/lang -echo "English" -cd en_US/LC_MESSAGES -msgfmt -c -v messages.po -echo "Dutch" -cd ../.. -cd nl_NL/LC_MESSAGES -msgfmt -c -v messages.po - diff --git a/doc/Documentation.txt b/doc/Documentation.txt new file mode 100644 index 000000000..7c5910ead --- /dev/null +++ b/doc/Documentation.txt @@ -0,0 +1,12 @@ +DOCUMENTATION +================= + + +La documentation se trouve sur le site de Noalyss + +WIKI : https://wiki.noalyss.eu/doku.php + +MANUEL : https://manuel-fr.noalyss.eu/ + +Résumé des liens : https://www.noalyss.eu/?page_id=1031 + diff --git a/doc/Schemaabrege1.pdf b/doc/Schemaabrege1.pdf deleted file mode 100644 index 1dc6441d3..000000000 Binary files a/doc/Schemaabrege1.pdf and /dev/null differ diff --git a/doc/commencer-avec-noalyss.odt b/doc/commencer-avec-noalyss.odt deleted file mode 100644 index b6f8247ce..000000000 Binary files a/doc/commencer-avec-noalyss.odt and /dev/null differ diff --git a/doc/commencer-avec-noalyss.pdf b/doc/commencer-avec-noalyss.pdf deleted file mode 100644 index 286b1b679..000000000 Binary files a/doc/commencer-avec-noalyss.pdf and /dev/null differ diff --git a/doc/installation-window.odt b/doc/installation-window.odt deleted file mode 100644 index 2a265b02c..000000000 Binary files a/doc/installation-window.odt and /dev/null differ diff --git a/doc/installation-window.pdf b/doc/installation-window.pdf deleted file mode 100644 index dbdbc8053..000000000 Binary files a/doc/installation-window.pdf and /dev/null differ diff --git a/doc/manuel-fr.odt b/doc/manuel-fr.odt deleted file mode 100644 index 900786de8..000000000 Binary files a/doc/manuel-fr.odt and /dev/null differ diff --git a/doc/manuel-fr.pdf b/doc/manuel-fr.pdf deleted file mode 100644 index 88af3c7f2..000000000 Binary files a/doc/manuel-fr.pdf and /dev/null differ diff --git a/doc/xmlwriter.php b/doc/xmlwriter.php deleted file mode 100755 index f6985cb65..000000000 --- a/doc/xmlwriter.php +++ /dev/null @@ -1,77 +0,0 @@ -indent = $indent; - $this->xml = ''."\n"; - } - function _indent() { - for ($i = 0, $j = count($this->stack); $i < $j; $i++) { - $this->xml .= $this->indent; - } - } - function push($element, $attributes = array()) { - $this->_indent(); - $this->xml .= '<'.$element; - foreach ($attributes as $key => $value) { - $this->xml .= ' '.$key.'="'.htmlentities($value).'"'; - } - $this->xml .= ">\n"; - $this->stack[] = $element; - } - function element($element, $content, $attributes = array()) { - $this->_indent(); - $this->xml .= '<'.$element; - foreach ($attributes as $key => $value) { - $this->xml .= ' '.$key.'="'.htmlentities($value).'"'; - } - $this->xml .= '>'.htmlentities($content).''."\n"; - } - function emptyelement($element, $attributes = array()) { - $this->_indent(); - $this->xml .= '<'.$element; - foreach ($attributes as $key => $value) { - $this->xml .= ' '.$key.'="'.htmlentities($value).'"'; - } - $this->xml .= " />\n"; - } - function pop() { - $element = array_pop($this->stack); - $this->_indent(); - $this->xml .= "\n"; - } - function getXml() { - return $this->xml; - } -} - -/* Test - -$xml = new XmlWriter(); -$array = array( - array('monkey', 'banana', 'Jim'), - array('hamster', 'apples', 'Kola'), - array('turtle', 'beans', 'Berty'), -); - -$xml->push('zoo'); -foreach ($array as $animal) { - $xml->push('animal', array('species' => $animal[0])); - $xml->element('name', $animal[2]); - $xml->element('food', $animal[1]); - $xml->pop(); -} -$xml->pop(); - -print $xml->getXml(); - -*/ -?> - diff --git a/scenario/cfgled b/scenario/cfgled deleted file mode 100644 index 079f79157..000000000 --- a/scenario/cfgled +++ /dev/null @@ -1,14 +0,0 @@ - '42', - 'ac' => 'PARAM/CFGLED', - 'sa' => 'detail', - 'p_jrn' => '1', -); -$_POST=array ( -); -$_POST['gDossier']=$gDossierLogInput; -$_GET['gDossier']=$gDossierLogInput; - $_REQUEST=array_merge($_GET,$_POST); -include 'cfgledger.inc.php'; diff --git a/scenario/scenario-1415995434.php b/scenario/cfgpcm-ajout-poste.php similarity index 100% rename from scenario/scenario-1415995434.php rename to scenario/cfgpcm-ajout-poste.php diff --git a/scenario/scenario-1415995308.php b/scenario/menu-cfgled.php similarity index 100% rename from scenario/scenario-1415995308.php rename to scenario/menu-cfgled.php diff --git a/scenario/scenario-1415995437.php b/scenario/menu-cfgpcmn.php similarity index 100% rename from scenario/scenario-1415995437.php rename to scenario/menu-cfgpcmn.php diff --git a/scenario/scenario-1415995238.php b/scenario/menu-compta-ach.php similarity index 100% rename from scenario/scenario-1415995238.php rename to scenario/menu-compta-ach.php diff --git a/scenario/scenario-1415995575.php b/scenario/scenario-1415995575.php deleted file mode 100644 index 41a7e8110..000000000 --- a/scenario/scenario-1415995575.php +++ /dev/null @@ -1,32 +0,0 @@ - '42', - 'ac' => 'PARAM/COMPANY', -); -$_POST=array ( - 'gDossier' => '42', - 'p_name' => 'NOALYSS', - 'p_tel' => '', - 'p_fax' => '', - 'p_street' => 'Rue de l\'espoir', - 'p_no' => '14', - 'p_cp' => '1090', - 'p_Commune' => 'Jette', - 'p_pays' => 'Belgique', - 'p_tva' => 'BE99999999', - 'p_compta' => 'nu', - 'p_stock' => 'N', - 'p_strict' => 'Y', - 'p_tva_use' => 'Y', - 'p_pj' => 'Y', - 'p_date_suggest' => 'Y', - 'p_check_periode' => 'N', - 'p_alphanum' => 'N', - 'p_updlab' => 'N', - 'record_company' => 'Sauve', -); -$_POST['gDossier']=$gDossierLogInput; -$_GET['gDossier']=$gDossierLogInput; - $_REQUEST=array_merge($_GET,$_POST); -include 'company.inc.php'; diff --git a/scenario/scenario-1415997148.php b/scenario/scenario-1415997148.php deleted file mode 100644 index a3ecb3694..000000000 --- a/scenario/scenario-1415997148.php +++ /dev/null @@ -1,12 +0,0 @@ - '42', - 'ac' => 'ODS', - 'go' => 'aller', -); -$_POST=array ( -); -$_POST['gDossier']=$gDossierLogInput; -$_GET['gDossier']=$gDossierLogInput; - $_REQUEST=array_merge($_GET,$_POST); diff --git a/scenario/scenario-1415997352.php b/scenario/scenario-1415997352.php deleted file mode 100644 index 7187c9627..000000000 --- a/scenario/scenario-1415997352.php +++ /dev/null @@ -1,44 +0,0 @@ - '42', - 'ac' => 'COMPTA/MENUODS/ODS', -); -$_POST=array ( - 'gDossier' => '42', - 'ac' => 'COMPTA/MENUODS/ODS', - 'p_jrn' => '4', - 'e_date' => '14.11.2014', - 'e_pj' => 'ODS1', - 'e_pj_suggest' => 'ODS1', - 'desc' => 'TVA', - 'nb_item' => '5', - 'jrn_type' => 'ODS', - 'qc_0' => '', - 'poste0' => '4519', - 'ld0' => 'Compte TVA', - 'amount0' => '250', - 'qc_1' => '', - 'poste1' => '6700', - 'ld1' => 'Paiement TVA', - 'amount1' => '250', - 'ck1' => '', - 'qc_2' => '', - 'poste2' => '', - 'ld2' => '', - 'amount2' => '', - 'qc_3' => '', - 'poste3' => '', - 'ld3' => '', - 'amount3' => '', - 'qc_4' => '', - 'poste4' => '', - 'ld4' => '', - 'amount4' => '', - 'jrn_concerned' => '', - 'summary' => 'Sauvez', -); -$_POST['gDossier']=$gDossierLogInput; -$_GET['gDossier']=$gDossierLogInput; - $_REQUEST=array_merge($_GET,$_POST); -include 'compta_ods.inc.php'; diff --git a/scenario/scenario-1415997358.php b/scenario/scenario-1415997358.php deleted file mode 100644 index 97135d13c..000000000 --- a/scenario/scenario-1415997358.php +++ /dev/null @@ -1,35 +0,0 @@ - '42', - 'ac' => 'COMPTA/MENUODS/ODS', -); -$_POST=array ( - 'ac' => 'COMPTA/MENUODS/ODS', - 'e_date' => '14.11.2014', - 'desc' => 'TVA', - 'period' => '102', - 'e_pj' => 'ODS1', - 'e_pj_suggest' => 'ODS1', - 'mt' => '1415997352.5804', - 'e_comm' => 'TVA', - 'jrn_type' => 'ODS', - 'p_jrn' => '4', - 'nb_item' => '5', - 'jrn_concerned' => '', - 'gDossier' => '42', - 'poste0' => '4519', - 'ld0' => 'Compte TVA', - 'amount0' => '250', - 'poste1' => '6700', - 'ld1' => 'Paiement TVA', - 'amount1' => '250', - 'ck1' => '', - 'opd_name' => 'Paiement TVA', - 'od_description' => '', - 'save' => 'Confirmer', -); -$_POST['gDossier']=$gDossierLogInput; -$_GET['gDossier']=$gDossierLogInput; - $_REQUEST=array_merge($_GET,$_POST); -include 'compta_ods.inc.php'; diff --git a/scenario/scenario-1415997389.php b/scenario/scenario-1415997389.php deleted file mode 100644 index b08f80102..000000000 --- a/scenario/scenario-1415997389.php +++ /dev/null @@ -1,12 +0,0 @@ - '42', - 'ac' => 'COMPTA/MENUODS/ODS', -); -$_POST=array ( -); -$_POST['gDossier']=$gDossierLogInput; -$_GET['gDossier']=$gDossierLogInput; - $_REQUEST=array_merge($_GET,$_POST); -include 'compta_ods.inc.php'; diff --git a/scenario/scenario-1415997404.php b/scenario/scenario-1415997404.php deleted file mode 100644 index 52244f92d..000000000 --- a/scenario/scenario-1415997404.php +++ /dev/null @@ -1,67 +0,0 @@ - 'use_opd', - 'p_jrn_predef' => '4', - 'ac' => 'COMPTA/MENUODS/ODS', - 'gDossier' => '42', - 'pre_def' => '2', -); -$_POST=array ( - 'gDossier' => '42', - 'ac' => 'COMPTA/MENUODS/ODS', - 'p_jrn' => '4', - 'e_date' => '14.11.2014', - 'e_pj' => 'ODS4', - 'e_pj_suggest' => 'ODS4', - 'desc' => 'Paiement TVA', - 'nb_item' => '10', - 'jrn_type' => 'ODS', - 'qc_0' => '', - 'poste0' => '4519', - 'ld0' => 'Compte TVA', - 'amount0' => '250.0000', - 'qc_1' => '', - 'poste1' => '6700', - 'ld1' => 'Impôts et précomptes dus ou versés', - 'amount1' => '250.0000', - 'ck1' => '', - 'qc_2' => '', - 'poste2' => '', - 'ld2' => '', - 'amount2' => '', - 'qc_3' => '', - 'poste3' => '', - 'ld3' => '', - 'amount3' => '', - 'qc_4' => '', - 'poste4' => '', - 'ld4' => '', - 'amount4' => '', - 'qc_5' => '', - 'poste5' => '', - 'ld5' => '', - 'amount5' => '', - 'qc_6' => '', - 'poste6' => '', - 'ld6' => '', - 'amount6' => '', - 'qc_7' => '', - 'poste7' => '', - 'ld7' => '', - 'amount7' => '', - 'qc_8' => '', - 'poste8' => '', - 'ld8' => '', - 'amount8' => '', - 'qc_9' => '', - 'poste9' => '', - 'ld9' => '', - 'amount9' => '', - 'jrn_concerned' => '', - 'summary' => 'Sauvez', -); -$_POST['gDossier']=$gDossierLogInput; -$_GET['gDossier']=$gDossierLogInput; - $_REQUEST=array_merge($_GET,$_POST); -include 'compta_ods.inc.php'; diff --git a/scenario/scenario-1415997407.php b/scenario/scenario-1415997407.php deleted file mode 100644 index cee4af697..000000000 --- a/scenario/scenario-1415997407.php +++ /dev/null @@ -1,38 +0,0 @@ - 'use_opd', - 'p_jrn_predef' => '4', - 'ac' => 'COMPTA/MENUODS/ODS', - 'gDossier' => '42', - 'pre_def' => '2', -); -$_POST=array ( - 'ac' => 'COMPTA/MENUODS/ODS', - 'e_date' => '14.11.2014', - 'desc' => 'Paiement TVA', - 'period' => '102', - 'e_pj' => 'ODS4', - 'e_pj_suggest' => 'ODS4', - 'mt' => '1415997404.8993', - 'e_comm' => 'Paiement TVA', - 'jrn_type' => 'ODS', - 'p_jrn' => '4', - 'nb_item' => '10', - 'jrn_concerned' => '', - 'gDossier' => '42', - 'poste0' => '4519', - 'ld0' => 'Compte TVA', - 'amount0' => '250.0000', - 'poste1' => '6700', - 'ld1' => 'Impôts et précomptes dus ou versés', - 'amount1' => '250.0000', - 'ck1' => '', - 'opd_name' => '', - 'od_description' => '', - 'save' => 'Confirmer', -); -$_POST['gDossier']=$gDossierLogInput; -$_GET['gDossier']=$gDossierLogInput; - $_REQUEST=array_merge($_GET,$_POST); -include 'compta_ods.inc.php'; diff --git a/scenario/scenario-1415998124.php b/scenario/scenario-1415998124.php deleted file mode 100644 index cfe280368..000000000 --- a/scenario/scenario-1415998124.php +++ /dev/null @@ -1,13 +0,0 @@ - '42', - 'ac' => 'COMPTA/MENUACH/ACHISTO', - 'go' => 'aller', -); -$_POST=array ( -); -$_POST['gDossier']=$gDossierLogInput; -$_GET['gDossier']=$gDossierLogInput; - $_REQUEST=array_merge($_GET,$_POST); -include 'history_operation.inc.php'; diff --git a/scenario/scenario-1416078146.php b/scenario/scenario-1416078146.php deleted file mode 100644 index a16a410df..000000000 --- a/scenario/scenario-1416078146.php +++ /dev/null @@ -1,14 +0,0 @@ - '42', - 'ctl' => 'div_new_card', - 'fd_id' => '2', - 'op' => 'bc', -); -$_POST=array ( -); -$_POST['gDossier']=$gDossierLogInput; -$_GET['gDossier']=$gDossierLogInput; - $_REQUEST=array_merge($_GET,$_POST); -include 'ajax_card.php'; diff --git a/scenario/scenario-ajax-add-card.php b/scenario/scenario-ajax-add-card.php deleted file mode 100644 index a6e7b7c98..000000000 --- a/scenario/scenario-ajax-add-card.php +++ /dev/null @@ -1,30 +0,0 @@ - '42', - 'ctl' => 'div_new_card', - 'fd_id' => '3', - 'av_text1' => 'caisse', - 'av_text3' => '', - 'av_text4' => '', - 'av_text12' => '', - 'av_text5' => '', - 'av_text5_bt' => 'Recherche', - 'av_text13' => '', - 'av_text14' => '', - 'av_text15' => '', - 'av_text16' => '', - 'av_text17' => '', - 'av_text18' => '', - 'av_text23' => '', - 'sc' => 'Sauve', - 'op' => 'sc', -); -$_POST['gDossier']=$gDossierLogInput; -$_GET['gDossier']=$gDossierLogInput; - $_REQUEST=array_merge($_GET,$_POST); - ini_set('disable_functions', 'exit,die,header'); -include 'ajax_card.php'; -?> diff --git a/scenario/scenario-historic.php b/scenario/scenario-historic.php deleted file mode 100644 index 8896e8e66..000000000 --- a/scenario/scenario-historic.php +++ /dev/null @@ -1,26 +0,0 @@ - '37', - 'ledger_type' => 'ALL', - 'ac' => 'HIST', - 'nb_jrn' => '0', - 'date_start' => '01.01.2014', - 'date_end' => '31.12.2014', - 'date_paid_start' => '', - 'date_paid_end' => '', - 'desc' => '', - 'amount_min' => '0', - 'amount_max' => '0', - 'qcode' => '', - 'accounting' => '', - 'search' => 'Rechercher', -); -$_POST=array ( -); -$_POST['gDossier']=$gDossierLogInput; -$_GET['gDossier']=$gDossierLogInput; - $_REQUEST=array_merge($_GET,$_POST); - global $http; - $http=new HttpInput(); -include 'history_operation.inc.php'; diff --git a/scenario/scenario-verif_bilan.php b/scenario/scenario-verif_bilan.php deleted file mode 100644 index a457b3bae..000000000 --- a/scenario/scenario-verif_bilan.php +++ /dev/null @@ -1,13 +0,0 @@ - '27', - 'ac' => 'COMPTA/ADV/VERIFBIL', - 'go' => 'aller', -); -$_POST=array ( -); -$_POST['gDossier']=$gDossierLogInput; -$_GET['gDossier']=$gDossierLogInput; - $_REQUEST=array_merge($_GET,$_POST); -include 'verif_bilan.inc.php';