Remplacement PLUGIN_URL ; ajout session_start()
FossilOrigin-Name: 7fad3fa0b91ae127517c4e9d9a62a316280e17c561855a6abde8711e3cac72f2
This commit is contained in:
parent
b53f089c87
commit
8091c8b87d
|
@ -1,6 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Paheko;
|
namespace Paheko;
|
||||||
|
session_start();
|
||||||
|
|
||||||
use Paheko\Plugin\RecusFiscaux\Utils;
|
use Paheko\Plugin\RecusFiscaux\Utils;
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Paheko;
|
namespace Paheko;
|
||||||
|
session_start();
|
||||||
|
|
||||||
use Paheko\Plugin\RecusFiscaux\Utils;
|
use Paheko\Plugin\RecusFiscaux\Utils;
|
||||||
|
|
||||||
|
@ -14,7 +15,7 @@ if ($anneesFiscales[0] < $anneeCourante) {
|
||||||
if (f('change'))
|
if (f('change'))
|
||||||
{
|
{
|
||||||
$_SESSION['annee_recu'] = f('annee_recu');
|
$_SESSION['annee_recu'] = f('annee_recu');
|
||||||
\Paheko\Utils::redirect(f('from') ?: PLUGIN_URL);
|
\Paheko\Utils::redirect(f('from') ?: \Paheko\Utils::plugin_url());
|
||||||
}
|
}
|
||||||
|
|
||||||
$tpl->assign('anneesFiscales', $anneesFiscales);
|
$tpl->assign('anneesFiscales', $anneesFiscales);
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Paheko;
|
namespace Paheko;
|
||||||
|
session_start();
|
||||||
|
|
||||||
use Paheko\Files\Files;
|
use Paheko\Files\Files;
|
||||||
use Paheko\Entities\Files\File;
|
use Paheko\Entities\Files\File;
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Paheko;
|
namespace Paheko;
|
||||||
|
session_start();
|
||||||
|
|
||||||
use Paheko\Plugin\RecusFiscaux\Utils;
|
use Paheko\Plugin\RecusFiscaux\Utils;
|
||||||
|
|
||||||
|
@ -67,6 +68,7 @@ $tpl->assign('plugin_config', $plugin->getConfig());
|
||||||
$tpl->assign('nbTaux', $nbTaux);
|
$tpl->assign('nbTaux', $nbTaux);
|
||||||
$tpl->assign('nbChamps', $nbChamps);
|
$tpl->assign('nbChamps', $nbChamps);
|
||||||
$tpl->assign('plugin_css', ['style.css']);
|
$tpl->assign('plugin_css', ['style.css']);
|
||||||
|
$tpl->assign('plugin_url', \Paheko\Utils::plugin_url());
|
||||||
|
|
||||||
// envoyer au template
|
// envoyer au template
|
||||||
$tpl->display(PLUGIN_ROOT . '/templates/index.tpl');
|
$tpl->display(PLUGIN_ROOT . '/templates/index.tpl');
|
||||||
|
|
|
@ -109,6 +109,11 @@ div.actions
|
||||||
display : inline;
|
display : inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.icn-btn {
|
||||||
|
font-family: "paheko", sans-serif;
|
||||||
|
font-size : 1.2em;
|
||||||
|
}
|
||||||
|
|
||||||
dl.config
|
dl.config
|
||||||
{
|
{
|
||||||
padding-bottom : 1ex;
|
padding-bottom : 1ex;
|
||||||
|
|
|
@ -16,7 +16,7 @@ if (! isset($_SESSION['tauxSelectionnes'])
|
||||||
&&
|
&&
|
||||||
null === f('comptes'))
|
null === f('comptes'))
|
||||||
{
|
{
|
||||||
\Paheko\Utils::redirect(PLUGIN_URL . 'index.php');
|
\Paheko\Utils::redirect(\Paheko\Utils::plugin_url() . 'index.php');
|
||||||
}
|
}
|
||||||
|
|
||||||
// tarifs sélectionnés
|
// tarifs sélectionnés
|
||||||
|
@ -25,11 +25,11 @@ if (null !== f('tarifs')) {
|
||||||
} else if (! isset($_SESSION['tauxSelectionnes'])) {
|
} else if (! isset($_SESSION['tauxSelectionnes'])) {
|
||||||
$tarifsSelectionnes = [];
|
$tarifsSelectionnes = [];
|
||||||
}
|
}
|
||||||
error_log("\ntarifsSelectionnes=" . print_r($tarifsSelectionnes, true));
|
// error_log("\ntarifsSelectionnes=" . print_r($tarifsSelectionnes, true));
|
||||||
// comptes sélectionnés
|
// comptes sélectionnés
|
||||||
if (null !== f('comptes')) {
|
if (null !== f('comptes')) {
|
||||||
$_SESSION['comptesSelectionnes'] = f('comptes');
|
$_SESSION['comptesSelectionnes'] = f('comptes');
|
||||||
error_log("\ncomptesSelectionnes=" . print_r($_SESSION['comptesSelectionnes'], true));
|
// error_log("\ncomptesSelectionnes=" . print_r($_SESSION['comptesSelectionnes'], true));
|
||||||
} /*
|
} /*
|
||||||
else if (! isset($_SESSION['tauxSelectionnes'])) {
|
else if (! isset($_SESSION['tauxSelectionnes'])) {
|
||||||
$_SESSION['comptesSelectionnes'] = [];
|
$_SESSION['comptesSelectionnes'] = [];
|
||||||
|
@ -72,7 +72,7 @@ if (count($lesTarifs) != 0)
|
||||||
$lesTarifs,
|
$lesTarifs,
|
||||||
$lesComptes,
|
$lesComptes,
|
||||||
$champsNom);
|
$champsNom);
|
||||||
error_log("lesVersements=" . print_r($_SESSION['lesVersements'], true));
|
// error_log("lesVersements=" . print_r($_SESSION['lesVersements'], true));
|
||||||
}
|
}
|
||||||
|
|
||||||
// ajouter les versements sans tarif (tri par nom, compte, date)
|
// ajouter les versements sans tarif (tri par nom, compte, date)
|
||||||
|
@ -86,7 +86,7 @@ if (isset($_SESSION['comptesSelectionnes']))
|
||||||
$_SESSION['lesVersements'][] = $versement;
|
$_SESSION['lesVersements'][] = $versement;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
error_log("lesVersements=" . print_r($_SESSION['lesVersements'], true));
|
//error_log("lesVersements=" . print_r($_SESSION['lesVersements'], true));
|
||||||
|
|
||||||
// préparation de l'affichage
|
// préparation de l'affichage
|
||||||
$tpl->assign('lesVersements', $_SESSION['lesVersements']);
|
$tpl->assign('lesVersements', $_SESSION['lesVersements']);
|
||||||
|
|
|
@ -11,7 +11,7 @@ if (! isset($_SESSION['taux_reduction'])
|
||||||
&&
|
&&
|
||||||
null === $taux)
|
null === $taux)
|
||||||
{
|
{
|
||||||
\Paheko\Utils::redirect(PLUGIN_URL . 'index.php');
|
\Paheko\Utils::redirect(\Paheko\Utils::plugin_url() . 'index.php');
|
||||||
}
|
}
|
||||||
if (null !== $taux) {
|
if (null !== $taux) {
|
||||||
$_SESSION['taux_reduction'] = $taux;
|
$_SESSION['taux_reduction'] = $taux;
|
||||||
|
|
|
@ -230,7 +230,7 @@ class Utils
|
||||||
$condition,
|
$condition,
|
||||||
$tri
|
$tri
|
||||||
);
|
);
|
||||||
error_log("\ngetVersementsTarifsComptes : sql=" . $sql);
|
// error_log("\ngetVersementsTarifsComptes : sql=" . $sql);
|
||||||
return $db->get($sql);
|
return $db->get($sql);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<nav class="acc-year">
|
<nav class="acc-year">
|
||||||
<h4>Année fiscale sélectionnée :</h4>
|
<h4>Année fiscale sélectionnée :</h4>
|
||||||
<h3>{$annee_recu}</h3>
|
<h3>{$annee_recu}</h3>
|
||||||
<footer>{linkbutton label="Changer d'année fiscale" href="%s/choix_annee.php?from=%s"|args:PLUGIN_URL,rawurlencode($self_url) shape="settings"}</footer>
|
<footer>{linkbutton label="Changer d'année fiscale" href="%s/choix_annee.php?from=%s"|args:$plugin_url,rawurlencode($self_url) shape="settings"}</footer>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<form id="formulaire_saisie" method="post" action="action.php">
|
<form id="formulaire_saisie" method="post" action="action.php">
|
||||||
|
|
Loading…
Reference in New Issue