This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 2f963a591e Fixed: Updates data in AccountingDemoData.xml from 2025 to 
2030
2f963a591e is described below

commit 2f963a591eed4a54afb9ec524ed1a9265297982f
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Thu Jan 2 14:26:22 2025 +0100

    Fixed: Updates data in AccountingDemoData.xml from 2025 to 2030
    
    That crashes the integration tests
---
 applications/datamodel/data/demo/AccountingDemoData.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/applications/datamodel/data/demo/AccountingDemoData.xml 
b/applications/datamodel/data/demo/AccountingDemoData.xml
index aef54bbcc3..f9a399ea99 100644
--- a/applications/datamodel/data/demo/AccountingDemoData.xml
+++ b/applications/datamodel/data/demo/AccountingDemoData.xml
@@ -863,7 +863,13 @@ under the License.
     <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6100" 
periodTypeId="FISCAL_YEAR" fromDate="2021-01-01 00:00:00.000" 
thruDate="2022-01-01 00:00:00.000" isClosed="N" periodNum="13" 
periodName="FY2021"/>
     <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6200" 
periodTypeId="FISCAL_YEAR" fromDate="2022-01-01 00:00:00.000" 
thruDate="2023-01-01 00:00:00.000" isClosed="N" periodNum="14" 
periodName="FY2022"/>
     <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6300" 
periodTypeId="FISCAL_YEAR" fromDate="2023-01-01 00:00:00.000" 
thruDate="2024-01-01 00:00:00.000" isClosed="N" periodNum="15" 
periodName="FY2023"/>
-    <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6400" 
periodTypeId="FISCAL_YEAR" fromDate="2024-01-01 00:00:00.000" 
thruDate="2025-01-01 00:00:00.000" isClosed="N" periodNum="15" 
periodName="FY2024"/>
+    <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6400" 
periodTypeId="FISCAL_YEAR" fromDate="2024-01-01 00:00:00.000" 
thruDate="2025-01-01 00:00:00.000" isClosed="N" periodNum="16" 
periodName="FY2024"/>
+    <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6500" 
periodTypeId="FISCAL_YEAR" fromDate="2025-01-01 00:00:00.000" 
thruDate="2026-01-01 00:00:00.000" isClosed="N" periodNum="17" 
periodName="FY2025"/>
+    <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6600" 
periodTypeId="FISCAL_YEAR" fromDate="2026-01-01 00:00:00.000" 
thruDate="2027-01-01 00:00:00.000" isClosed="N" periodNum="18" 
periodName="FY2026"/>
+    <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6700" 
periodTypeId="FISCAL_YEAR" fromDate="2027-01-01 00:00:00.000" 
thruDate="2028-01-01 00:00:00.000" isClosed="N" periodNum="19" 
periodName="FY2027"/>
+    <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6800" 
periodTypeId="FISCAL_YEAR" fromDate="2028-01-01 00:00:00.000" 
thruDate="2029-01-01 00:00:00.000" isClosed="N" periodNum="20" 
periodName="FY2028"/>
+    <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6900" 
periodTypeId="FISCAL_YEAR" fromDate="2029-01-01 00:00:00.000" 
thruDate="2030-01-01 00:00:00.000" isClosed="N" periodNum="21" 
periodName="FY2029"/>
+    <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6901" 
periodTypeId="FISCAL_YEAR" fromDate="2030-01-01 00:00:00.000" 
thruDate="2031-01-01 00:00:00.000" isClosed="N" periodNum="22" 
periodName="FY2030"/>
 
     <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="4921" 
periodTypeId="FISCAL_QUARTER" fromDate="2009-01-01 00:00:00.000" 
thruDate="2009-04-01 00:00:00.000" isClosed="N" periodNum="1" 
periodName="2009/Q1" parentPeriodId="4900"/>
     <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="4922" 
periodTypeId="FISCAL_QUARTER" fromDate="2009-04-01 00:00:00.000" 
thruDate="2009-07-01 00:00:00.000" isClosed="N" periodNum="2" 
periodName="2009/Q2" parentPeriodId="4900"/>

Reply via email to