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, [hidden email] 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> > > |
Administrator
|
Please feel free to fix and backport.
Jacques From: "Scott Gray" <[hidden email]> >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, [hidden email] 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> >> >> > > |
Free forum by Nabble | Edit this page |