[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 09/27: Mantis #0001666: Export CSV depuis his
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 09/27: Mantis #0001666: Export CSV depuis histo ne filtre pas par journal |
Date: |
Sat, 11 Jul 2020 13:25:16 -0400 (EDT) |
sparkyx pushed a commit to annotated tag E-8000
in repository noalyss.
commit 18cb87d9bf51786199a047a7f63eb18c4186fa80
Author: Dany De Bontridder <dany@alchimerys.be>
AuthorDate: Thu Jan 24 17:27:21 2019 +0100
Mantis #0001666: Export CSV depuis histo ne filtre pas par journal
---
include/history_operation.inc.php | 19 +++++++++++++++----
1 file changed, 15 insertions(+), 4 deletions(-)
diff --git a/include/history_operation.inc.php
b/include/history_operation.inc.php
index 20113ba..3a0ceb7 100644
--- a/include/history_operation.inc.php
+++ b/include/history_operation.inc.php
@@ -94,7 +94,7 @@ if (!isset($p_array['date_start']))
list($date_start, $date_end) = $per->get_date_limit();
$p_array['date_start'] = $date_start;
$p_array['date_end'] = $date_end;
- $msg='<h2 class="info2">'._("Période ").$date_start._(" au
").$date_end.'</h2>';
+ $msg='<h2 class="info2">'.sprintf(_("Période %s au %s
"),$date_start,$date_end).'</h2>';
}
else
{
@@ -138,11 +138,17 @@ $r = HtmlInput::get_to_hidden(array('search_opnb_jrn',
'unpaid',
'gDossier',
'ledger_type',
- 'p_action'));
+ 'p_action',
+ 'search_opr_jrn'));
if (isset($_GET['r_jrn']))
{
- foreach ($_GET['r_jrn'] as $k => $v)
- $r.=HtmlInput::hidden('r_jrn[' . $k . ']', $v);
+ foreach ($_GET['r_jrn'] as $k => $v)
+ $r.=HtmlInput::hidden('r_jrn[' . $k . ']', $v);
+}
+if (isset($_GET['search_opr_jrn']))
+{
+ foreach ($_GET['search_opr_jrn'] as $k => $v)
+ $r.=HtmlInput::hidden('r_jrn[' . $k . ']', $v);
}
echo $r;
@@ -156,6 +162,11 @@ echo '</form>';
$r = HtmlInput::get_to_hidden(array('l', 'date_paid_start','date_paid_end',
'date_start', 'date_end', 'desc', 'amount_min', 'amount_max', 'qcode',
'accounting', 'unpaid', 'gDossier', 'ledger_type', 'p_action'));
+if (isset($_GET['search_opr_jrn']))
+{
+ foreach ($_GET['search_opr_jrn'] as $k => $v)
+ $r.=HtmlInput::hidden('r_jrn[' . $k . ']', $v);
+}
if (isset($_GET['r_jrn']))
{
foreach ($_GET['r_jrn'] as $k => $v)
- [Noalyss-commit] [noalyss] 05/27: Merge branch 'r700-currency' of gitlab.noalyss.eu:noalyss/noalyss into r700-currency, (continued)
- [Noalyss-commit] [noalyss] 05/27: Merge branch 'r700-currency' of gitlab.noalyss.eu:noalyss/noalyss into r700-currency, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 10/27: Mantis #0001682: CA - ajouter possibilité d'exporter le plan analytique, add action CSV:Analytic_Axis, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 15/27: Mantis #1643: Déplacement du "bouton" «retour en-haut/calculatrice», Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 18/27: Mantis #0001614: Problème bilans , changement pour bilan ASBL, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 23/27: Merge issue : inappropriate rollback, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 24/27: Fix Inappropriate merge, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 25/27: Wrong merge broke fiche.class.php, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 26/27: Fix broken merge, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 27/27: Fiche.clasS.php fix broken merge, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 08/27: Merge branch 'r700-currency' of gitlab.noalyss.eu:noalyss/noalyss into r700-currency, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 09/27: Mantis #0001666: Export CSV depuis histo ne filtre pas par journal,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 12/27: Merge branch 'r700-currency' of gitlab.noalyss.eu:noalyss/noalyss into r700-currency, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 14/27: Mantis #1626: AFFICHAGE BALANCE FICHE - soldes nuls au débit, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 13/27: mantis #1690: Bug : impossible d'utiliser < dans Inplace_Edit Use base64_decode to protect the string in serialize, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 16/27: Mantis #1665: Pouvoir modifier l'ordre dans les listing de compta analytique, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 17/27: Mantis #1596: Dans le plan comptable, fiches non cliquables Les fiches sont cliquable dans Plan Comptable , PCMNCFG et dans la liste des postes, en plus on peut obtenir toutes les fiches d'un poste, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 19/27: Mantis #1611: Problème Plan comptable - mise en évidence poste utilisés, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 20/27: Bug : CARD misplace of "Search Card", Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 21/27: Fix bug from merge, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 22/27: CSS : cosmetic, Dany De Bontridder, 2020/07/11