Re: svn commit: r895074 - /ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r895074 - /ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml

Jacopo Cappellato-4
Hi Bruno,

the left bar disappeared also from the order entry screens for purchase orders; my guess is that it is a similar issue...

Jacopo

On Jan 1, 2010, at 9:51 PM, [hidden email] wrote:

> Author: buscob
> Date: Fri Jan  1 20:51:39 2010
> New Revision: 895074
>
> URL: http://svn.apache.org/viewvc?rev=895074&view=rev
> Log:
> Fixed missing leftbar screen location in CommonFeatureDecorator
>
> Modified:
>    ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml
>
> Modified: ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml?rev=895074&r1=895073&r2=895074&view=diff
> ==============================================================================
> --- ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml (original)
> +++ ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml Fri Jan  1 20:51:39 2010
> @@ -36,7 +36,7 @@
>                         </section>
>                     </decorator-section>
>                     <decorator-section name="left-column">
> -                        <include-screen name="leftbar"/>
> +                        <include-screen name="leftbar" location="component://product/widget/catalog/CommonScreens.xml"/>
>                     </decorator-section>                    
>                     <decorator-section name="body">
>                         <section>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r895074 - /ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml

Bruno Busco
Jacopo,
I cannot find the changed screen.
Could you please provide a link ?
I am comparing order entry to the 9.04 and see no differences.

-Bruno

2010/1/2 Jacopo Cappellato <[hidden email]>:

> Hi Bruno,
>
> the left bar disappeared also from the order entry screens for purchase orders; my guess is that it is a similar issue...
>
> Jacopo
>
> On Jan 1, 2010, at 9:51 PM, [hidden email] wrote:
>
>> Author: buscob
>> Date: Fri Jan  1 20:51:39 2010
>> New Revision: 895074
>>
>> URL: http://svn.apache.org/viewvc?rev=895074&view=rev
>> Log:
>> Fixed missing leftbar screen location in CommonFeatureDecorator
>>
>> Modified:
>>    ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml
>>
>> Modified: ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml
>> URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml?rev=895074&r1=895073&r2=895074&view=diff
>> ==============================================================================
>> --- ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml (original)
>> +++ ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml Fri Jan  1 20:51:39 2010
>> @@ -36,7 +36,7 @@
>>                         </section>
>>                     </decorator-section>
>>                     <decorator-section name="left-column">
>> -                        <include-screen name="leftbar"/>
>> +                        <include-screen name="leftbar" location="component://product/widget/catalog/CommonScreens.xml"/>
>>                     </decorator-section>
>>                     <decorator-section name="body">
>>                         <section>
>>
>>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r895074 - /ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml

Jacopo Cappellato-4
Go to:
Order --> Order Entry
Fill one of the two forms in the screen (one is for sales orders, one is for purchase orders), submit the form, you will be propted into a new page, submit that form too and you will be in the "shopping cart page"; that page should have a left bar.
Hope it helps,
Jacopo

On Jan 2, 2010, at 11:39 AM, Bruno Busco wrote:

> Jacopo,
> I cannot find the changed screen.
> Could you please provide a link ?
> I am comparing order entry to the 9.04 and see no differences.
>
> -Bruno
>
> 2010/1/2 Jacopo Cappellato <[hidden email]>:
>> Hi Bruno,
>>
>> the left bar disappeared also from the order entry screens for purchase orders; my guess is that it is a similar issue...
>>
>> Jacopo
>>
>> On Jan 1, 2010, at 9:51 PM, [hidden email] wrote:
>>
>>> Author: buscob
>>> Date: Fri Jan  1 20:51:39 2010
>>> New Revision: 895074
>>>
>>> URL: http://svn.apache.org/viewvc?rev=895074&view=rev
>>> Log:
>>> Fixed missing leftbar screen location in CommonFeatureDecorator
>>>
>>> Modified:
>>>    ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml
>>>
>>> Modified: ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml
>>> URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml?rev=895074&r1=895073&r2=895074&view=diff
>>> ==============================================================================
>>> --- ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml (original)
>>> +++ ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml Fri Jan  1 20:51:39 2010
>>> @@ -36,7 +36,7 @@
>>>                         </section>
>>>                     </decorator-section>
>>>                     <decorator-section name="left-column">
>>> -                        <include-screen name="leftbar"/>
>>> +                        <include-screen name="leftbar" location="component://product/widget/catalog/CommonScreens.xml"/>
>>>                     </decorator-section>
>>>                     <decorator-section name="body">
>>>                         <section>
>>>
>>>
>>
>>

Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r895074 - /ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml

Bruno Busco
Yes this helps!
Fixed in trunk At revision: 895179

-Bruno

2010/1/2 Jacopo Cappellato <[hidden email]>:

> Go to:
> Order --> Order Entry
> Fill one of the two forms in the screen (one is for sales orders, one is for purchase orders), submit the form, you will be propted into a new page, submit that form too and you will be in the "shopping cart page"; that page should have a left bar.
> Hope it helps,
> Jacopo
>
> On Jan 2, 2010, at 11:39 AM, Bruno Busco wrote:
>
>> Jacopo,
>> I cannot find the changed screen.
>> Could you please provide a link ?
>> I am comparing order entry to the 9.04 and see no differences.
>>
>> -Bruno
>>
>> 2010/1/2 Jacopo Cappellato <[hidden email]>:
>>> Hi Bruno,
>>>
>>> the left bar disappeared also from the order entry screens for purchase orders; my guess is that it is a similar issue...
>>>
>>> Jacopo
>>>
>>> On Jan 1, 2010, at 9:51 PM, [hidden email] wrote:
>>>
>>>> Author: buscob
>>>> Date: Fri Jan  1 20:51:39 2010
>>>> New Revision: 895074
>>>>
>>>> URL: http://svn.apache.org/viewvc?rev=895074&view=rev
>>>> Log:
>>>> Fixed missing leftbar screen location in CommonFeatureDecorator
>>>>
>>>> Modified:
>>>>    ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml
>>>>
>>>> Modified: ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml
>>>> URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml?rev=895074&r1=895073&r2=895074&view=diff
>>>> ==============================================================================
>>>> --- ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml (original)
>>>> +++ ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml Fri Jan  1 20:51:39 2010
>>>> @@ -36,7 +36,7 @@
>>>>                         </section>
>>>>                     </decorator-section>
>>>>                     <decorator-section name="left-column">
>>>> -                        <include-screen name="leftbar"/>
>>>> +                        <include-screen name="leftbar" location="component://product/widget/catalog/CommonScreens.xml"/>
>>>>                     </decorator-section>
>>>>                     <decorator-section name="body">
>>>>                         <section>
>>>>
>>>>
>>>
>>>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r895074 - /ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml

Jacopo Cappellato-4
thank you Bruno

Jacopo

On Jan 2, 2010, at 1:10 PM, Bruno Busco wrote:

> Yes this helps!
> Fixed in trunk At revision: 895179
>
> -Bruno
>
> 2010/1/2 Jacopo Cappellato <[hidden email]>:
>> Go to:
>> Order --> Order Entry
>> Fill one of the two forms in the screen (one is for sales orders, one is for purchase orders), submit the form, you will be propted into a new page, submit that form too and you will be in the "shopping cart page"; that page should have a left bar.
>> Hope it helps,
>> Jacopo
>>
>> On Jan 2, 2010, at 11:39 AM, Bruno Busco wrote:
>>
>>> Jacopo,
>>> I cannot find the changed screen.
>>> Could you please provide a link ?
>>> I am comparing order entry to the 9.04 and see no differences.
>>>
>>> -Bruno
>>>
>>> 2010/1/2 Jacopo Cappellato <[hidden email]>:
>>>> Hi Bruno,
>>>>
>>>> the left bar disappeared also from the order entry screens for purchase orders; my guess is that it is a similar issue...
>>>>
>>>> Jacopo
>>>>
>>>> On Jan 1, 2010, at 9:51 PM, [hidden email] wrote:
>>>>
>>>>> Author: buscob
>>>>> Date: Fri Jan  1 20:51:39 2010
>>>>> New Revision: 895074
>>>>>
>>>>> URL: http://svn.apache.org/viewvc?rev=895074&view=rev
>>>>> Log:
>>>>> Fixed missing leftbar screen location in CommonFeatureDecorator
>>>>>
>>>>> Modified:
>>>>>    ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml
>>>>>
>>>>> Modified: ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml
>>>>> URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml?rev=895074&r1=895073&r2=895074&view=diff
>>>>> ==============================================================================
>>>>> --- ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml (original)
>>>>> +++ ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml Fri Jan  1 20:51:39 2010
>>>>> @@ -36,7 +36,7 @@
>>>>>                         </section>
>>>>>                     </decorator-section>
>>>>>                     <decorator-section name="left-column">
>>>>> -                        <include-screen name="leftbar"/>
>>>>> +                        <include-screen name="leftbar" location="component://product/widget/catalog/CommonScreens.xml"/>
>>>>>                     </decorator-section>
>>>>>                     <decorator-section name="body">
>>>>>                         <section>
>>>>>
>>>>>
>>>>
>>>>
>>
>>