adding enumerationgroup

2010-02-01 Thread Hans Bakker
For reporting purposes we need to be able to specify saleschannel groups. I can imagine it can also be useful for other enumerations So i would like to add an Entity: entity entity-name=EnumerationGroup package-name=org.ofbiz.common.enum

Re: adding enumerationgroup

2010-02-01 Thread Jacopo Cappellato
Hi Hans, what if we use EnumerationType for this? We could use EnumerationType.parentTypeId to define subtypes of existing types of enumerations. Jacopo On Feb 1, 2010, at 9:50 AM, Hans Bakker wrote: For reporting purposes we need to be able to specify saleschannel groups. I can imagine

Re: adding enumerationgroup

2010-02-01 Thread Hans Bakker
sounds good to me, we will try to use that. thanks for your help Jacopo. Regards, Hans On Mon, 2010-02-01 at 10:09 +0100, Jacopo Cappellato wrote: Hi Hans, what if we use EnumerationType for this? We could use EnumerationType.parentTypeId to define subtypes of existing types of