1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/noalyss_ynh.git synced 2024-09-03 19:46:20 +02:00
noalyss_ynh/sources/noalyss-6.9.0.0/scenario
Laurent Peuch fce579e032 init
2015-09-27 00:42:21 +02:00
..
ajax-add-card-category.php init 2015-09-27 00:42:21 +02:00
ajax-detail-operation1.php init 2015-09-27 00:42:21 +02:00
ajax-detail-operation2.php init 2015-09-27 00:42:21 +02:00
ajax-detail-operation3.php init 2015-09-27 00:42:21 +02:00
ajax-detail-operation4.php init 2015-09-27 00:42:21 +02:00
ajax-save-operation.php init 2015-09-27 00:42:21 +02:00
readme.txt init 2015-09-27 00:42:21 +02:00
scenario-1415994947.php init 2015-09-27 00:42:21 +02:00
scenario-1415994966.php init 2015-09-27 00:42:21 +02:00
scenario-1415995071.php init 2015-09-27 00:42:21 +02:00
scenario-1415995185.php init 2015-09-27 00:42:21 +02:00
scenario-1415995188.php init 2015-09-27 00:42:21 +02:00
scenario-1415995192.php init 2015-09-27 00:42:21 +02:00
scenario-1415995229.php init 2015-09-27 00:42:21 +02:00
scenario-1415995238.php init 2015-09-27 00:42:21 +02:00
scenario-1415995254.php init 2015-09-27 00:42:21 +02:00
scenario-1415995260.php init 2015-09-27 00:42:21 +02:00
scenario-1415995262.php init 2015-09-27 00:42:21 +02:00
scenario-1415995277.php init 2015-09-27 00:42:21 +02:00
scenario-1415995285.php init 2015-09-27 00:42:21 +02:00
scenario-1415995301.php init 2015-09-27 00:42:21 +02:00
scenario-1415995308.php init 2015-09-27 00:42:21 +02:00
scenario-1415995317.php init 2015-09-27 00:42:21 +02:00
scenario-1415995350.php init 2015-09-27 00:42:21 +02:00
scenario-1415995352.php init 2015-09-27 00:42:21 +02:00
scenario-1415995357.php init 2015-09-27 00:42:21 +02:00
scenario-1415995424.php init 2015-09-27 00:42:21 +02:00
scenario-1415995434.php init 2015-09-27 00:42:21 +02:00
scenario-1415995437.php init 2015-09-27 00:42:21 +02:00
scenario-1415995449.php init 2015-09-27 00:42:21 +02:00
scenario-1415995545.php init 2015-09-27 00:42:21 +02:00
scenario-1415995575.php init 2015-09-27 00:42:21 +02:00
scenario-1415996970.php init 2015-09-27 00:42:21 +02:00
scenario-1415996980.php init 2015-09-27 00:42:21 +02:00
scenario-1415997148.php init 2015-09-27 00:42:21 +02:00
scenario-1415997352.php init 2015-09-27 00:42:21 +02:00
scenario-1415997358.php init 2015-09-27 00:42:21 +02:00
scenario-1415997389.php init 2015-09-27 00:42:21 +02:00
scenario-1415997404.php init 2015-09-27 00:42:21 +02:00
scenario-1415997407.php init 2015-09-27 00:42:21 +02:00
scenario-1415997877.php init 2015-09-27 00:42:21 +02:00
scenario-1415997886.php init 2015-09-27 00:42:21 +02:00
scenario-1415997889.php init 2015-09-27 00:42:21 +02:00
scenario-1415998124.php init 2015-09-27 00:42:21 +02:00
scenario-1415998134.php init 2015-09-27 00:42:21 +02:00
scenario-1415998146.php init 2015-09-27 00:42:21 +02:00
scenario-1416078146.php init 2015-09-27 00:42:21 +02:00
scenario-ajax-add-card.php init 2015-09-27 00:42:21 +02:00
scenario-historic.php init 2015-09-27 00:42:21 +02:00
scenario-verif_bilan.php init 2015-09-27 00:42:21 +02:00

* 
 * Copyright (C) 2014 Dany De Bontridder <dany@alchimerys.be>
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program 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 this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

Afin d'avoir les scénarios pour les rejouer avec test.php.

Dans include/constant.php, changer 
define ('LOGINPUT',false); par
define ('LOGINPUT',true); 

Ensuite, aller dans votre dossier de test et faites une action (une vente, un achat...), vous devez ouvrir le fichier test.php
ce que vous venez de faire a été sauvé dans le répertoire défini par $_ENV['TMP'], (sous linux il s'agit de /tmp )avec un nom ressemblant à scenario-<nombre>.php
    
Vous devez d'abord copier ce fichier dans ce répertoire-ci

Si vous pointez votre browser sur noalyss/html/test.php (après avoir créé le fichier authorized_debug) en cliquant sur le 
lien avec le nom de fichier vous pourrez rejouer l'action. Vous pouvez améliorer la description en changeant l'annotation //@description: <CODE> 

Vous pouvez aussi utiliser un nom de fichier plus parlant.    
    
L'objectif étant de pouvoir tester et de rejouer facilement les actions que vous avez faites.