svn commit: r1291780 - /ofbiz/branches/release09.04/applications/accounting/data/DemoGlSetupData.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1291780 - /ofbiz/branches/release09.04/applications/accounting/data/DemoGlSetupData.xml

jacopoc
Author: jacopoc
Date: Tue Feb 21 13:43:45 2012
New Revision: 1291780

URL: http://svn.apache.org/viewvc?rev=1291780&view=rev
Log:
Extended thru date for demo/test data about fiscal time period to avoid issues with tests on GL postings.


Modified:
    ofbiz/branches/release09.04/applications/accounting/data/DemoGlSetupData.xml

Modified: ofbiz/branches/release09.04/applications/accounting/data/DemoGlSetupData.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/accounting/data/DemoGlSetupData.xml?rev=1291780&r1=1291779&r2=1291780&view=diff
==============================================================================
--- ofbiz/branches/release09.04/applications/accounting/data/DemoGlSetupData.xml (original)
+++ ofbiz/branches/release09.04/applications/accounting/data/DemoGlSetupData.xml Tue Feb 21 13:43:45 2012
@@ -340,7 +340,7 @@ under the License.
     <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6012" periodTypeId="FISCAL_QUARTER" fromDate="2009-04-01" thruDate="2009-07-01" isClosed="N" periodNum="2" periodName="2009/Q2" parentPeriodId="6010"/>
     <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6013" periodTypeId="FISCAL_QUARTER" fromDate="2009-07-01" thruDate="2009-10-01" isClosed="N" periodNum="3" periodName="2009/Q3" parentPeriodId="6010"/>
     <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6014" periodTypeId="FISCAL_QUARTER" fromDate="2009-10-01" thruDate="2010-01-01" isClosed="N" periodNum="4" periodName="2009/Q4" parentPeriodId="6010"/>
-    <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6015" periodTypeId="FISCAL_YEAR" fromDate="2010-01-01" thruDate="2011-01-01" isClosed="N" periodNum="5" periodName="2010"/>
+    <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6015" periodTypeId="FISCAL_YEAR" fromDate="2010-01-01" thruDate="2020-01-01" isClosed="N" periodNum="5" periodName="2010"/>
     <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6016" periodTypeId="FISCAL_QUARTER" fromDate="2010-01-01" thruDate="2010-04-01" isClosed="N" periodNum="1" periodName="2010/Q1" parentPeriodId="6015"/>
     <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6017" periodTypeId="FISCAL_QUARTER" fromDate="2010-04-01" thruDate="2010-07-01" isClosed="N" periodNum="2" periodName="2010/Q2" parentPeriodId="6015"/>
     <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6018" periodTypeId="FISCAL_QUARTER" fromDate="2010-07-01" thruDate="2010-10-01" isClosed="N" periodNum="3" periodName="2010/Q3" parentPeriodId="6015"/>