[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 51/54: test : compute min et max periode
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 51/54: test : compute min et max periode |
Date: |
Sat, 11 Jul 2020 13:27:01 -0400 (EDT) |
sparkyx pushed a commit to annotated tag entreprise-0500
in repository noalyss.
commit f36b729e429ca72e372890106167aec1a4db811b
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Sat Oct 26 16:12:26 2019 +0200
test : compute min et max periode
---
html/test.php | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/html/test.php b/html/test.php
index 7fd9477..ed9a957 100644
--- a/html/test.php
+++ b/html/test.php
@@ -96,6 +96,10 @@ for ($e_scan=0; $e_scan<$maxscan; $e_scan++)
}
}
$script=$http->request('script', "string",'');
+$min=$cn->get_value("select p_id from parm_periode order by p_start asc limit
1");
+$max=$cn->get_value("select p_id from parm_periode order by p_start desc limit
1");
+printf ("Max période %s Min période %s",$max,$min);
+
if ($script=="")
{
echo "<h1>Test NOALYSS</h1>";
- [Noalyss-commit] [noalyss] 41/54: Merge branch 'bug-printtva' into entreprise, (continued)
- [Noalyss-commit] [noalyss] 41/54: Merge branch 'bug-printtva' into entreprise, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 42/54: If currency not given then supposed to be the default one (id=0), Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 43/54: Save_form_plan must use the array, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 49/54: Adapt printtva to entreprise, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 52/54: test : find the accounting with the biggest number of records, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 47/54: Merge branch 'dev7102' into entreprise, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 48/54: Acc_Ledger : problem with acc_ledger::load(), Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 45/54: fixup! Printtva , under some circumstance tva_summary::check fails, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 46/54: indent, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 50/54: improve test for fiche get_row, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 51/54: test : compute min et max periode,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 53/54: test : use the accounting with the biggest number of records, Dany De Bontridder, 2020/07/11
- [Noalyss-commit] [noalyss] 54/54: Improve Scenario Test, Dany De Bontridder, 2020/07/11