From 6494941037ae2670876de9940853d50538eb5129 Mon Sep 17 00:00:00 2001
From: Kenmegne <stephanie.kenmegne@gmail.com>
Date: Fri, 19 Jun 2026 11:25:51 +0000
Subject: [PATCH] move to new repo

---
 reporting-adhoc/target/classes/report-parts/variables.xml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/reporting-adhoc/target/classes/report-parts/variables.xml b/reporting-adhoc/target/classes/report-parts/variables.xml
new file mode 100644
index 0000000..0fbeae7
--- /dev/null
+++ b/reporting-adhoc/target/classes/report-parts/variables.xml
@@ -0,0 +1,7 @@
+    <variable name="REPORT_PAGE" class="java.lang.Integer" resetType="None" incrementType="Page">
+        <variableExpression><![CDATA[$V{PAGE_NUMBER}]]></variableExpression>
+    </variable>
+    <variable name="LINE_NUMBER" class="java.lang.Long" resetType="Group" resetGroup="Groupe1" calculation="Count">
+        <variableExpression><![CDATA[Boolean.TRUE]]></variableExpression>
+        <initialValueExpression><![CDATA[new Long(1)]]></initialValueExpression>
+    </variable>
\ No newline at end of file

--
Gitblit v1.10.0