Hello Devs,
It is looking that there is issue with Demo data of CustomTimePeriod Entity. In file - DemoGlSetupData.xml line# 392, 393. Modified field - parentPeriodId="6010". Old value - <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6013" periodTypeId="FISCAL_QUARTER" fromDate="2009-07-01" thruDate="2009-10-01" isClosed="N" periodNum="3" periodName="2009/Q3" parentPeriodId="6011"/> <CustomTimePeriod organizationPartyId="Company" customTimePeriodId="6014" periodTypeId="FISCAL_QUARTER" fromDate="2009-10-01" thruDate="2010-01-01" isClosed="N" periodNum="4" periodName="2009/Q4" parentPeriodId="6012"/> Modified - <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"/> If the changes are correct then I'll submit the patch for it. -- Thanks And Regards Sumit Pandit |
Sumit,
you are totally right, please commit the fix. Jacopo On Aug 31, 2009, at 4:57 PM, Sumit Pandit wrote: > Hello Devs, > > It is looking that there is issue with Demo data of CustomTimePeriod > Entity. > In file - DemoGlSetupData.xml line# 392, 393. > Modified field - parentPeriodId="6010". > > Old value - > <CustomTimePeriod organizationPartyId="Company" > customTimePeriodId="6013" periodTypeId="FISCAL_QUARTER" > fromDate="2009-07-01" thruDate="2009-10-01" isClosed="N" > periodNum="3" periodName="2009/Q3" parentPeriodId="6011"/> > <CustomTimePeriod organizationPartyId="Company" > customTimePeriodId="6014" periodTypeId="FISCAL_QUARTER" > fromDate="2009-10-01" thruDate="2010-01-01" isClosed="N" > periodNum="4" periodName="2009/Q4" parentPeriodId="6012"/> > > Modified - > <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"/> > > If the changes are correct then I'll submit the patch for it. > > -- > Thanks And Regards > Sumit Pandit |
Thanks Jacopo,
Patch is attached at - https://issues.apache.org/jira/browse/OFBIZ-2884 -- Thanks And Regards Sumit Pandit On 01-Sep-09, at 11:20 AM, Jacopo Cappellato wrote: > Sumit, > > you are totally right, please commit the fix. > > Jacopo > > On Aug 31, 2009, at 4:57 PM, Sumit Pandit wrote: > >> Hello Devs, >> >> It is looking that there is issue with Demo data of >> CustomTimePeriod Entity. >> In file - DemoGlSetupData.xml line# 392, 393. >> Modified field - parentPeriodId="6010". >> >> Old value - >> <CustomTimePeriod organizationPartyId="Company" >> customTimePeriodId="6013" periodTypeId="FISCAL_QUARTER" >> fromDate="2009-07-01" thruDate="2009-10-01" isClosed="N" >> periodNum="3" periodName="2009/Q3" parentPeriodId="6011"/> >> <CustomTimePeriod organizationPartyId="Company" >> customTimePeriodId="6014" periodTypeId="FISCAL_QUARTER" >> fromDate="2009-10-01" thruDate="2010-01-01" isClosed="N" >> periodNum="4" periodName="2009/Q4" parentPeriodId="6012"/> >> >> Modified - >> <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"/> >> >> If the changes are correct then I'll submit the patch for it. >> >> -- >> Thanks And Regards >> Sumit Pandit > |
Free forum by Nabble | Edit this page |