Author: jacopoc
Date: Mon Nov 30 06:06:19 2009
New Revision: 885337

URL: http://svn.apache.org/viewvc?rev=885337&view=rev
Log:
fixed thru dates of the of the demo financial time periods; thanks to Sumit 
Pandit for the bug report.

Modified:
    ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml

Modified: ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml?rev=885337&r1=885336&r2=885337&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml (original)
+++ ofbiz/trunk/applications/accounting/data/DemoGlSetupData.xml Mon Nov 30 
06:06:19 2009
@@ -384,12 +384,12 @@
     <VarianceReasonGlAccount organizationPartyId="Company" 
varianceReasonId="VAR_SAMPLE" glAccountId="625000"/>
 
     <!-- Some Sample Time Periods, two Years with Quarters -->
-    <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6010" 
periodTypeId="FISCAL_YEAR" fromDate="2009-01-01" thruDate="2009-12-31" 
isClosed="N" periodNum="1" periodName="2009"/>
+    <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6010" 
periodTypeId="FISCAL_YEAR" fromDate="2009-01-01" thruDate="2010-01-01" 
isClosed="N" periodNum="1" periodName="2009"/>
     <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6011" 
periodTypeId="FISCAL_QUARTER" fromDate="2009-01-01" thruDate="2009-04-01" 
isClosed="N" periodNum="2" periodName="2009/Q1" parentPeriodId="6010"/>
     <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6012" 
periodTypeId="FISCAL_QUARTER" fromDate="2009-04-01" thruDate="2009-07-01" 
isClosed="N" periodNum="3" periodName="2009/Q2" parentPeriodId="6010"/>
     <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6013" 
periodTypeId="FISCAL_QUARTER" fromDate="2009-07-01" thruDate="2009-10-01" 
isClosed="N" periodNum="4" periodName="2009/Q3" parentPeriodId="6010"/>
     <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6014" 
periodTypeId="FISCAL_QUARTER" fromDate="2009-10-01" thruDate="2010-01-01" 
isClosed="N" periodNum="5" periodName="2009/Q4" parentPeriodId="6010"/>
-    <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6015" 
periodTypeId="FISCAL_YEAR" fromDate="2010-01-01" thruDate="2010-12-31" 
isClosed="N" periodNum="1" periodName="2010"/>
+    <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6015" 
periodTypeId="FISCAL_YEAR" fromDate="2010-01-01" thruDate="2011-01-01" 
isClosed="N" periodNum="1" periodName="2010"/>
     <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6016" 
periodTypeId="FISCAL_QUARTER" fromDate="2010-01-01" thruDate="2010-04-01" 
isClosed="N" periodNum="2" periodName="2010/Q1" parentPeriodId="6015"/>
     <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6017" 
periodTypeId="FISCAL_QUARTER" fromDate="2010-04-01" thruDate="2010-07-01" 
isClosed="N" periodNum="3" periodName="2010/Q2" parentPeriodId="6015"/>
     <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6018" 
periodTypeId="FISCAL_QUARTER" fromDate="2010-07-01" thruDate="2010-10-01" 
isClosed="N" periodNum="4" periodName="2010/Q3" parentPeriodId="6015"/>


Reply via email to