Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix Bugzilla Bug 124742

-Summary:

Fix Bugzilla Bug 124742 Disable/change fixed base value for string and date data

 

-Bugzilla Bug (s) Resolved:

Bug 124742

 

-Description:

Following changes have been made to fix this bug

1. String/Date/Numeric data type now each has its own subChoiceList which will be updated in real time

2. Interval base for String has been disabled while the rest remains

3. Fiscal Year now makes sense to BIRT assuming users are using fixed base to define the Starting Date of the Fiscal Year

e.g. Mar 1, 2006->Feb 28,2007 could be an acceptable Fiscal Year

the next Fiscal Year will be starting from Mar 1, 2007

 

-Tests Description:   

Unit Test

 

-Files Added:  

-Files Edited:

/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/GroupDialog.java

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/group/GroupByDateRange.java

/org.eclipse.birt.data/test/org/eclipse/birt/data/engine/executor/transform/group/GroupByDateRangeTest.java 

 

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

- Notes to Documentation:  

 


Back to the top