Why do so few components registered in JIRA have a lead or champion assigned?

2013-06-22 Thread Pierre Smits
Currently, in JIRA over 30 components have been registered to register and
track improvements, bugs, wishes and tasks for. Only a handful have a
champion assigned to it.

With over 15 PMC-members It should be easy to find a champion for each
component.

But why do


-- 
Pierre Smits


TrackingCodeOrderReturn primary key composition inadequate

2013-06-22 Thread Deepak Agarwal
This table has ReturnId + OrderId + TrackingCodeTypeId as it's primary key.
But a return id can have more than one order item being returned. It fails
with duplicate key exception.

Should we add OrderItemSeqId too in the key?

-- 
Thanks,
Deepak Agarwal,

Mobile: +91 9501190044


OFBiz Project Lead in JIRA

2013-06-22 Thread Pierre Smits
Currently in JIRA the project lead of the OFBiz project is David E. Jones.

Shouldn't this reflect the Chair of the PMC of OFBiz?

-- 
Pierre Smits


Re: TrackingCodeOrderReturn primary key composition inadequate

2013-06-22 Thread Pierre Smits
Deepak,

If you think that this is an improvement to OFBiz, feel free to register a
JIRA for it.

With kind regards,

Pierre Smits


Re: TrackingCodeOrderReturn primary key composition inadequate

2013-06-22 Thread Deepak Agarwal
Created: https://issues.apache.org/jira/browse/OFBIZ-5238

Thanks :)

On Sat, Jun 22, 2013 at 3:18 PM, Pierre Smits wrote:

> Deepak,
>
> If you think that this is an improvement to OFBiz, feel free to register a
> JIRA for it.
>
> With kind regards,
>
> Pierre Smits
>



-- 
Thanks,
Deepak Agarwal,

Mobile: +91 9501190044


Re: How does visual theme for product store work?

2013-06-22 Thread Varun Bhansaly
Hi Robert,

Visual themes define the resources they are going to use such as - JS, CSS,
header, footer etc.
When you are viewing a product store, the configured theme is picked by a
decorator, is then applied to render the screen.

On Fri, Jun 21, 2013 at 7:40 AM, Robert Wynkoop wrote:

> How does setting the visual theme for product store work?  How does this
> change the view?  Does it use a different style sheet?  I trying to
> investigate how view themes are handled.
>
> I have been looking at RequestHandler.renderView and MacroScreenView.render
> but have not seen anything related to themes.
>
>
> Robert Wynkoop
>



-- 
Regards,
Varun Bhansaly


Re: How does visual theme for product store work?

2013-06-22 Thread Robert Wynkoop
Not at my code, is the decorator a property on the screen object?

Robert Wynkoop
Sent from my mobile phone.
On Jun 22, 2013 9:34 AM, "Varun Bhansaly"  wrote:

> Hi Robert,
>
> Visual themes define the resources they are going to use such as - JS, CSS,
> header, footer etc.
> When you are viewing a product store, the configured theme is picked by a
> decorator, is then applied to render the screen.
>
> On Fri, Jun 21, 2013 at 7:40 AM, Robert Wynkoop  >wrote:
>
> > How does setting the visual theme for product store work?  How does this
> > change the view?  Does it use a different style sheet?  I trying to
> > investigate how view themes are handled.
> >
> > I have been looking at RequestHandler.renderView and
> MacroScreenView.render
> > but have not seen anything related to themes.
> >
> >
> > Robert Wynkoop
> >
>
>
>
> --
> Regards,
> Varun Bhansaly
>


Re: How does visual theme for product store work?

2013-06-22 Thread Robert Wynkoop
Robert Wynkoop
Sent from my mobile phone.
On Jun 22, 2013 3:14 PM, "Robert Wynkoop"  wrote:

> Not at my code, is the decorator a property on the screen object?
>
> Robert Wynkoop
> Sent from my mobile phone.
> On Jun 22, 2013 9:34 AM, "Varun Bhansaly"  wrote:
>
>> Hi Robert,
>>
>> Visual themes define the resources they are going to use such as - JS,
>> CSS,
>> header, footer etc.
>> When you are viewing a product store, the configured theme is picked by a
>> decorator, is then applied to render the screen.
>>
>> On Fri, Jun 21, 2013 at 7:40 AM, Robert Wynkoop > >wrote:
>>
>> > How does setting the visual theme for product store work?  How does this
>> > change the view?  Does it use a different style sheet?  I trying to
>> > investigate how view themes are handled.
>> >
>> > I have been looking at RequestHandler.renderView and
>> MacroScreenView.render
>> > but have not seen anything related to themes.
>> >
>> >
>> > Robert Wynkoop
>> >
>>
>>
>>
>> --
>> Regards,
>> Varun Bhansaly
>>
>


Re: How does visual theme for product store work?

2013-06-22 Thread Robert Wynkoop
Varun,

Thanks for your help.  I will get this figured out.

Robert Wynkoop
Sent from my mobile phone.
On Jun 22, 2013 4:03 PM, "Robert Wynkoop"  wrote:

> Robert Wynkoop
> Sent from my mobile phone.
> On Jun 22, 2013 3:14 PM, "Robert Wynkoop" 
> wrote:
>
>> Not at my code, is the decorator a property on the screen object?
>>
>> Robert Wynkoop
>> Sent from my mobile phone.
>> On Jun 22, 2013 9:34 AM, "Varun Bhansaly"  wrote:
>>
>>> Hi Robert,
>>>
>>> Visual themes define the resources they are going to use such as - JS,
>>> CSS,
>>> header, footer etc.
>>> When you are viewing a product store, the configured theme is picked by a
>>> decorator, is then applied to render the screen.
>>>
>>> On Fri, Jun 21, 2013 at 7:40 AM, Robert Wynkoop <
>>> robert.wynk...@gmail.com>wrote:
>>>
>>> > How does setting the visual theme for product store work?  How does
>>> this
>>> > change the view?  Does it use a different style sheet?  I trying to
>>> > investigate how view themes are handled.
>>> >
>>> > I have been looking at RequestHandler.renderView and
>>> MacroScreenView.render
>>> > but have not seen anything related to themes.
>>> >
>>> >
>>> > Robert Wynkoop
>>> >
>>>
>>>
>>>
>>> --
>>> Regards,
>>> Varun Bhansaly
>>>
>>