You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Scott Gray <sc...@hotwaxmedia.com> on 2012/05/11 03:43:18 UTC

Re: svn commit: r1336922 - in /ofbiz/branches/release12.04: ./ applications/manufacturing/ applications/manufacturing/data/ applications/manufacturing/data/helpdata/ applications/manufacturing/documents/ applications/product/config/

I know it's unrelated to this commit but that label for isDemoStore isn't accurate at all (and is potentially dangerous).  That field does nothing other than decide whether or not to display the demo store message to customers in ecommerce and in emails.  It definitely doesn't block the normal flow of an order.

Regards
Scott

On 11/05/2012, at 10:05 AM, jleroux@apache.org wrote:

> Author: jleroux
> Date: Thu May 10 22:05:01 2012
> New Revision: 1336922
> 
> URL: http://svn.apache.org/viewvc?rev=1336922&view=rev
> Log:
> "Applied fix from trunk for revision: 1336921  " 
> ------------------------------------------------------------------------
> r1336921 | jleroux | 2012-05-11 00:03:33 +0200 (ven., 11 mai 2012) | 5 lines
> 
> A patch from Pierre Smits "Help screens in Manufacturing" https://issues.apache.org/jira/browse/OFBIZ-4802
> 
> Fix the help screens of Manufacturing
> 
> jleroux: We maybe need to think about the components order in help
> ------------------------------------------------------------------------
> 
> 
> Added:
>    ofbiz/branches/release12.04/applications/manufacturing/data/ManufacturingHelpData_EN.xml
>      - copied unchanged from r1336921, ofbiz/trunk/applications/manufacturing/data/ManufacturingHelpData_EN.xml
>    ofbiz/branches/release12.04/applications/manufacturing/data/ManufacturingHelpData_NL.xml
>      - copied unchanged from r1336921, ofbiz/trunk/applications/manufacturing/data/ManufacturingHelpData_NL.xml
>    ofbiz/branches/release12.04/applications/manufacturing/data/helpdata/
>      - copied from r1336921, ofbiz/trunk/applications/manufacturing/data/helpdata/
>    ofbiz/branches/release12.04/applications/manufacturing/documents/
>      - copied from r1336921, ofbiz/trunk/applications/manufacturing/documents/
> Modified:
>    ofbiz/branches/release12.04/   (props changed)
>    ofbiz/branches/release12.04/applications/manufacturing/ofbiz-component.xml
>    ofbiz/branches/release12.04/applications/product/config/ProductEntityLabels.xml
> 
> Propchange: ofbiz/branches/release12.04/
> ------------------------------------------------------------------------------
>  Merged /ofbiz/trunk:r1336921
> 
> Modified: ofbiz/branches/release12.04/applications/manufacturing/ofbiz-component.xml
> URL: http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/manufacturing/ofbiz-component.xml?rev=1336922&r1=1336921&r2=1336922&view=diff
> ==============================================================================
> --- ofbiz/branches/release12.04/applications/manufacturing/ofbiz-component.xml (original)
> +++ ofbiz/branches/release12.04/applications/manufacturing/ofbiz-component.xml Thu May 10 22:05:01 2012
> @@ -35,6 +35,8 @@ under the License.
>     <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/>
>     <entity-resource type="data" reader-name="seed" loader="main" location="data/ManufacturingData.xml"/>
>     <entity-resource type="data" reader-name="seed" loader="main" location="data/ManufacturingSecurityData.xml"/>
> +    <entity-resource type="data" reader-name="seed" loader="main" location="data/ManufacturingHelpData_EN.xml"/>
> +    <entity-resource type="data" reader-name="seed" loader="main" location="data/ManufacturingHelpData_NL.xml"/>
>     <!--<entity-resource type="data" reader-name="seed-initial" loader="main" location="data/ManufacturingScheduledServices.xml"/>-->
>     <entity-resource type="data" reader-name="demo" loader="main" location="data/ManufacturingExampleData.xml"/>
> 
> 
> Modified: ofbiz/branches/release12.04/applications/product/config/ProductEntityLabels.xml
> URL: http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/product/config/ProductEntityLabels.xml?rev=1336922&r1=1336921&r2=1336922&view=diff
> ==============================================================================
> --- ofbiz/branches/release12.04/applications/product/config/ProductEntityLabels.xml (original)
> +++ ofbiz/branches/release12.04/applications/product/config/ProductEntityLabels.xml Thu May 10 22:05:01 2012
> @@ -3390,8 +3390,7 @@
>         <value xml:lang="vi">Nếu trang mạng cho phép người dụng nhập và o đánh giá sản phẩm, phần nà y sẽ kiểm soát xem đánh giá đó có phải được phê duyệt trước, hay nó có thể hiển thị ngay lên trang web.</value>
>     </property>
>     <property key="FieldDescription.ProductStore.isDemoStore">
> -        <value xml:lang="en">If Yes, any orders created will not be sent, credit card charges will not be made, etc.
> -        </value>
> +        <value xml:lang="en">If Yes, any orders created will not be sent, credit card charges will not be made, etc.</value>
>     </property>
>     <property key="FieldDescription.ProductStore.isImmediatelyFulfilled">
>         <value xml:lang="en">If Yes, the order will be immediately fulfilled through system-generated processes in ofbiz (e.g. for POS sales).  If no, it will be held for manual review.</value>
> 
> 


Re: svn commit: r1336922 - in /ofbiz/branches/release12.04: ./ applications/manufacturing/ applications/manufacturing/data/ applications/manufacturing/data/helpdata/ applications/manufacturing/documents/ applications/product/config/

Posted by Jacques Le Roux <ja...@les7arts.com>.
Please feel free to fix and backport.

Jacques

From: "Scott Gray" <sc...@hotwaxmedia.com>
>I know it's unrelated to this commit but that label for isDemoStore isn't accurate at all (and is potentially dangerous).  That 
>field does nothing other than decide whether or not to display the demo store message to customers in ecommerce and in emails.  It 
>definitely doesn't block the normal flow of an order.
>
> Regards
> Scott
>
> On 11/05/2012, at 10:05 AM, jleroux@apache.org wrote:
>
>> Author: jleroux
>> Date: Thu May 10 22:05:01 2012
>> New Revision: 1336922
>>
>> URL: http://svn.apache.org/viewvc?rev=1336922&view=rev
>> Log:
>> "Applied fix from trunk for revision: 1336921  "
>> ------------------------------------------------------------------------
>> r1336921 | jleroux | 2012-05-11 00:03:33 +0200 (ven., 11 mai 2012) | 5 lines
>>
>> A patch from Pierre Smits "Help screens in Manufacturing" https://issues.apache.org/jira/browse/OFBIZ-4802
>>
>> Fix the help screens of Manufacturing
>>
>> jleroux: We maybe need to think about the components order in help
>> ------------------------------------------------------------------------
>> 
>>
>> Added:
>>    ofbiz/branches/release12.04/applications/manufacturing/data/ManufacturingHelpData_EN.xml
>>      - copied unchanged from r1336921, ofbiz/trunk/applications/manufacturing/data/ManufacturingHelpData_EN.xml
>>    ofbiz/branches/release12.04/applications/manufacturing/data/ManufacturingHelpData_NL.xml
>>      - copied unchanged from r1336921, ofbiz/trunk/applications/manufacturing/data/ManufacturingHelpData_NL.xml
>>    ofbiz/branches/release12.04/applications/manufacturing/data/helpdata/
>>      - copied from r1336921, ofbiz/trunk/applications/manufacturing/data/helpdata/
>>    ofbiz/branches/release12.04/applications/manufacturing/documents/
>>      - copied from r1336921, ofbiz/trunk/applications/manufacturing/documents/
>> Modified:
>>    ofbiz/branches/release12.04/   (props changed)
>>    ofbiz/branches/release12.04/applications/manufacturing/ofbiz-component.xml
>>    ofbiz/branches/release12.04/applications/product/config/ProductEntityLabels.xml
>>
>> Propchange: ofbiz/branches/release12.04/
>> ------------------------------------------------------------------------------
>>  Merged /ofbiz/trunk:r1336921
>>
>> Modified: ofbiz/branches/release12.04/applications/manufacturing/ofbiz-component.xml
>> URL: 
>> http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/manufacturing/ofbiz-component.xml?rev=1336922&r1=1336921&r2=1336922&view=diff
>> ==============================================================================
>> --- ofbiz/branches/release12.04/applications/manufacturing/ofbiz-component.xml (original)
>> +++ ofbiz/branches/release12.04/applications/manufacturing/ofbiz-component.xml Thu May 10 22:05:01 2012
>> @@ -35,6 +35,8 @@ under the License.
>>     <entity-resource type="model" reader-name="main" loader="main" location="entitydef/entitymodel.xml"/>
>>     <entity-resource type="data" reader-name="seed" loader="main" location="data/ManufacturingData.xml"/>
>>     <entity-resource type="data" reader-name="seed" loader="main" location="data/ManufacturingSecurityData.xml"/>
>> +    <entity-resource type="data" reader-name="seed" loader="main" location="data/ManufacturingHelpData_EN.xml"/>
>> +    <entity-resource type="data" reader-name="seed" loader="main" location="data/ManufacturingHelpData_NL.xml"/>
>>     <!--<entity-resource type="data" reader-name="seed-initial" loader="main" 
>> location="data/ManufacturingScheduledServices.xml"/>-->
>>     <entity-resource type="data" reader-name="demo" loader="main" location="data/ManufacturingExampleData.xml"/>
>>
>>
>> Modified: ofbiz/branches/release12.04/applications/product/config/ProductEntityLabels.xml
>> URL: 
>> http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/product/config/ProductEntityLabels.xml?rev=1336922&r1=1336921&r2=1336922&view=diff
>> ==============================================================================
>> --- ofbiz/branches/release12.04/applications/product/config/ProductEntityLabels.xml (original)
>> +++ ofbiz/branches/release12.04/applications/product/config/ProductEntityLabels.xml Thu May 10 22:05:01 2012
>> @@ -3390,8 +3390,7 @@
>>         <value xml:lang="vi">Nếu trang mạng cho phép người dụng nhập và o Ä'ánh giá sản phẩm, phần nà y sẽ 
>> kiá»fm soát xem Ä'ánh giá Ä'ó có phải Ä'ược phê duyá»?t trÆ°á»>c, hay nó có thá»f hiá»fn thá»< ngay lên trang 
>> web.</value>
>>     </property>
>>     <property key="FieldDescription.ProductStore.isDemoStore">
>> -        <value xml:lang="en">If Yes, any orders created will not be sent, credit card charges will not be made, etc.
>> -        </value>
>> +        <value xml:lang="en">If Yes, any orders created will not be sent, credit card charges will not be made, etc.</value>
>>     </property>
>>     <property key="FieldDescription.ProductStore.isImmediatelyFulfilled">
>>         <value xml:lang="en">If Yes, the order will be immediately fulfilled through system-generated processes in ofbiz (e.g. 
>> for POS sales).  If no, it will be held for manual review.</value>
>>
>>
>
>