Re: Ecommerce Portal Enhancement

2016-10-15 Thread james_sg
More people are shopping with their mobile phones;
Would be good to have responsive web design for ecommerce.


james_sg wrote
> Hi Rishi,
> 
> You can consider the use of microdata or related, for the purpose of SEO.
> 
> For further info, see 
> https://developers.google.com/search/docs/guides/intro-structured-data
> https://developers.google.com/search/docs/data-types/products
> 
> Regards,
> James
> 
> Rishi Solanki wrote
>> Devs,
>> 
>> We would like to propose few enhancement over ecommerce portal in OFBiz.
>> In
>> other words we want to demonstrate how to use ecommerce portal for
>> creating
>> your own site. Regarding the same, we were looking at some wiki documents
>> to browse the features already exists and demonstrated by Ecommerce
>> portal.
>> After browsing all the features we understand from ecommerce site OFBiz
>> have, that, it covers all the aspects as a framework to demonstrate all
>> the
>> possible features OFBiz can support for Ecommerce. Also it demonstrate
>> how
>> these features uses the data model.
>> 
>> So we were thinking to use ecommerce clone to demonstrate our purpose.
>> That
>> means, how an OFBiz user can create a modern Ecommerce site using the
>> OFBiz
>> Ecommerce portal. But on further diagnose we found that, the ecomclone
>> have
>> been removed in last month as result of email thread - *"Removing the
>> ecomclone webapp from the ecommerce component"*. Also we gone thru the
>> usage of *ecomseo* webapp and it also use the ecommerce to demonstarte
>> its
>> own seo related features metioned here
>> https://cwiki.apache.org/confluence/display/OFBIZ/Search+Engine+Optimisation%2C+SEO+in+ecommerce;.
>> 
>> 
>> With all this said, we would like to use the *ecomseo* for our purpose or
>> if community is not okay with it then we can add one more webapp parallel
>> to ecommerce. We are fine in either way. Following are the enhancements
>> we
>> would like to propose for it, so that we can show an modern ecommerce
>> site
>> using OFBiz *ecomseo* or *new webapp*.
>> 
>> - *ecomseo* or *new webapp* already cover the search engine friendly URLs
>> using the SeoControlServlet and SeoCatalogUrlFilter. We just need to make
>> sure all the features are working properly if we browse to *ecomseo*. As
>> while browsing we have seen that the breadcrumbs are not working properly
>> in all cases, also on changing catalogs page doesn't show the related
>> data
>> in *ecomseo*. So first we will fix all the related issue exists in
>> *ecomseo*
>> .
>> - Like many modern ecommerce site, we would like show the catalogs as
>> menu
>> and category navigation in the menu bar. That means, if required we can
>> set
>> some data specific to *ecomseo *or* new webapp.*
>> - *Category Navigation:* should shown from Solr instead of product and
>> category data.
>> - *Product Search Pages:* should shown from Solr instead of product
>> keywords. With all the basic feature filtering criteria.
>> - *Product Detail Page:* should show the minimum required fixed set of
>> product features. That means, it does not cover all type of products like
>> configurable products and other complex products. This also mean that, at
>> some point we would like to narrow the ecommerce features and keep the
>> general items required by mostly.
>> - *Login and Registration:* We would like to add basic site registration
>> process with minimum information.
>> - *Shopping Cart:* Shopping cart will have all the basic functionality
>> with
>> fancy UI and JS support.
>> - *Checkout:* Only one single page checkout with no steps. Fancy UI and
>> JS
>> support. It also includes the changes on assumption like by default
>> billing
>> and shipping address will be same and based on user action process will
>> separate them.
>> - *Overall Changes:* With the above basic flow changes on ecommerce, we
>> would also override the decorators, UI, UX and add JS support to follow
>> the
>> latest standards.
>> 
>> 
>> We would love to hear from community on this, and inputs on other areas
>> if
>> we missed something. Also if we do agree to do these changes, then we
>> will
>> start documenting the things one by one in detail on wiki probably with
>> some wireframes to understand the things better. And after community
>> agree
>> on each item we can start on fixing the flows as per the final design.
>> 
>> Thanks to Jacques and Pranay for the adding useful documents on wiki. It
>> help us for identifying the work flows, the usage of apps, and preparing
>> this basic plan. Thanks to Arun Patidar for discussion and planning.
>> 
>> References:
>> - https://cwiki.apache.org/confluence/display/OFBIZ/
>> Search+Engine+Optimisation%2C+SEO+in+ecommerce
>> - https://cwiki.apache.org/confluence/display/OFBIZ/
>> Business+Process+Stories+and+Use+Cases+Library
>> - https://cwiki.apache.org/confluence/display/OFBIZ/E-commerce
>> 
>> 
>> 
>> --
>> Rishi Solanki
>> Manager, Enterprise Software Development
>> HotWax Systems Pvt. Ltd.
>> Direct: 

Re: Ecommerce Portal Enhancement

2016-10-15 Thread james_sg
Hi Rishi,

You can consider the use of microdata or related, for the purpose of SEO.

For further info, see 
https://developers.google.com/search/docs/guides/intro-structured-data
https://developers.google.com/search/docs/data-types/products

Regards,
James



Rishi Solanki wrote
> Devs,
> 
> We would like to propose few enhancement over ecommerce portal in OFBiz.
> In
> other words we want to demonstrate how to use ecommerce portal for
> creating
> your own site. Regarding the same, we were looking at some wiki documents
> to browse the features already exists and demonstrated by Ecommerce
> portal.
> After browsing all the features we understand from ecommerce site OFBiz
> have, that, it covers all the aspects as a framework to demonstrate all
> the
> possible features OFBiz can support for Ecommerce. Also it demonstrate how
> these features uses the data model.
> 
> So we were thinking to use ecommerce clone to demonstrate our purpose.
> That
> means, how an OFBiz user can create a modern Ecommerce site using the
> OFBiz
> Ecommerce portal. But on further diagnose we found that, the ecomclone
> have
> been removed in last month as result of email thread - *"Removing the
> ecomclone webapp from the ecommerce component"*. Also we gone thru the
> usage of *ecomseo* webapp and it also use the ecommerce to demonstarte its
> own seo related features metioned here
> https://cwiki.apache.org/confluence/display/OFBIZ/Search+Engine+Optimisation%2C+SEO+in+ecommerce;.
> 
> 
> With all this said, we would like to use the *ecomseo* for our purpose or
> if community is not okay with it then we can add one more webapp parallel
> to ecommerce. We are fine in either way. Following are the enhancements we
> would like to propose for it, so that we can show an modern ecommerce site
> using OFBiz *ecomseo* or *new webapp*.
> 
> - *ecomseo* or *new webapp* already cover the search engine friendly URLs
> using the SeoControlServlet and SeoCatalogUrlFilter. We just need to make
> sure all the features are working properly if we browse to *ecomseo*. As
> while browsing we have seen that the breadcrumbs are not working properly
> in all cases, also on changing catalogs page doesn't show the related data
> in *ecomseo*. So first we will fix all the related issue exists in
> *ecomseo*
> .
> - Like many modern ecommerce site, we would like show the catalogs as menu
> and category navigation in the menu bar. That means, if required we can
> set
> some data specific to *ecomseo *or* new webapp.*
> - *Category Navigation:* should shown from Solr instead of product and
> category data.
> - *Product Search Pages:* should shown from Solr instead of product
> keywords. With all the basic feature filtering criteria.
> - *Product Detail Page:* should show the minimum required fixed set of
> product features. That means, it does not cover all type of products like
> configurable products and other complex products. This also mean that, at
> some point we would like to narrow the ecommerce features and keep the
> general items required by mostly.
> - *Login and Registration:* We would like to add basic site registration
> process with minimum information.
> - *Shopping Cart:* Shopping cart will have all the basic functionality
> with
> fancy UI and JS support.
> - *Checkout:* Only one single page checkout with no steps. Fancy UI and JS
> support. It also includes the changes on assumption like by default
> billing
> and shipping address will be same and based on user action process will
> separate them.
> - *Overall Changes:* With the above basic flow changes on ecommerce, we
> would also override the decorators, UI, UX and add JS support to follow
> the
> latest standards.
> 
> 
> We would love to hear from community on this, and inputs on other areas if
> we missed something. Also if we do agree to do these changes, then we will
> start documenting the things one by one in detail on wiki probably with
> some wireframes to understand the things better. And after community agree
> on each item we can start on fixing the flows as per the final design.
> 
> Thanks to Jacques and Pranay for the adding useful documents on wiki. It
> help us for identifying the work flows, the usage of apps, and preparing
> this basic plan. Thanks to Arun Patidar for discussion and planning.
> 
> References:
> - https://cwiki.apache.org/confluence/display/OFBIZ/
> Search+Engine+Optimisation%2C+SEO+in+ecommerce
> - https://cwiki.apache.org/confluence/display/OFBIZ/
> Business+Process+Stories+and+Use+Cases+Library
> - https://cwiki.apache.org/confluence/display/OFBIZ/E-commerce
> 
> 
> 
> --
> Rishi Solanki
> Manager, Enterprise Software Development
> HotWax Systems Pvt. Ltd.
> Direct: +91-9893287847
> http://www.hotwaxsystems.com





--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Ecommerce-Portal-Enhancement-tp4696321p4696408.html
Sent from the OFBiz - Dev mailing list archive at Nabble.com.


buildbot success in on ofbiz-trunk

2016-10-15 Thread buildbot
The Buildbot has detected a restored build on builder ofbiz-trunk while 
building . Full details are available at:
https://ci.apache.org/builders/ofbiz-trunk/builds/1611

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: silvanus_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'on-ofbiz-commit' 
triggered this build
Build Source Stamp: [branch ofbiz/trunk] 1765080
Blamelist: arunpatidar

Build succeeded!

Sincerely,
 -The Buildbot





Re: svn commit: r1765058 - in /ofbiz/trunk/framework/widget: dtd/ src/main/java/org/apache/ofbiz/widget/model/ src/main/java/org/apache/ofbiz/widget/renderer/ src/main/java/org/apache/ofbiz/widget/ren

2016-10-15 Thread Jacques Le Roux

Thanks Arun

Jacques


Le 15/10/2016 à 16:53, Arun Patidar a écrit :

Hi Jacques,

I have fixed the compilation error at  r1765080. Thanks for reporting.





Re: svn commit: r1765058 - in /ofbiz/trunk/framework/widget: dtd/ src/main/java/org/apache/ofbiz/widget/model/ src/main/java/org/apache/ofbiz/widget/renderer/ src/main/java/org/apache/ofbiz/widget/ren

2016-10-15 Thread Arun Patidar
Hi Jacques,

I have fixed the compilation error at  r1765080. Thanks for reporting.

-- 
Thanks & Regards
---
Arun Patidar
Manager,Enterprise Software Development
HotWax Mediawww.hotwaxsystems.com


On Sat, Oct 15, 2016 at 7:55 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Hi Mridul,
>
> Did you notice we have a compilation issue with this commit?
>
> https://ci.apache.org/builders/ofbiz-trunk
>
> https://ci.apache.org/builders/ofbiz-trunk/builds/1607/
> steps/shell/logs/stdio
>
> Thanks
>
> Jacques
>
>
>
> Le 15/10/2016 à 15:19, mridulpat...@apache.org a écrit :
>
>> Author: mridulpathak
>> Date: Sat Oct 15 13:19:35 2016
>> New Revision: 1765058
>>
>> URL: http://svn.apache.org/viewvc?rev=1765058=rev
>> Log:
>> Improved: In form widgets of list type empty header row should not render
>> if list to render in file is empty.
>> (OFBIZ-7598)
>>
>> Thanks: Suraj Khurana for contribution.
>>
>> Modified:
>>  ofbiz/trunk/framework/widget/dtd/widget-form.xsd
>>  ofbiz/trunk/framework/widget/src/main/java/org/apache/ofbiz
>> /widget/model/ModelForm.java
>>  ofbiz/trunk/framework/widget/src/main/java/org/apache/ofbiz
>> /widget/renderer/FormRenderer.java
>>  ofbiz/trunk/framework/widget/src/main/java/org/apache/ofbiz
>> /widget/renderer/FormStringRenderer.java
>>  ofbiz/trunk/framework/widget/src/main/java/org/apache/ofbiz
>> /widget/renderer/macro/MacroFormRenderer.java
>>  ofbiz/trunk/framework/widget/templates/HtmlFormMacroLibrary.ftl
>>
>> Modified: ofbiz/trunk/framework/widget/dtd/widget-form.xsd
>> URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/dt
>> d/widget-form.xsd?rev=1765058=1765057=1765058=diff
>> 
>> ==
>> --- ofbiz/trunk/framework/widget/dtd/widget-form.xsd (original)
>> +++ ofbiz/trunk/framework/widget/dtd/widget-form.xsd Sat Oct 15 13:19:35
>> 2016
>> @@ -86,6 +86,7 @@ under the License.
>>   
>>   
>>   
>> +> type="xs:string" />
>>   
>>   
>>   
>> @@ -327,6 +328,7 @@ under the License.
>>   
>>   
>>   
>> +> type="xs:string" />
>>   
>>   
>>   
>>
>> Modified: ofbiz/trunk/framework/widget/src/main/java/org/apache/ofbiz/
>> widget/model/ModelForm.java
>> URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/sr
>> c/main/java/org/apache/ofbiz/widget/model/ModelForm.java?
>> rev=1765058=1765057=1765058=diff
>> 
>> ==
>> --- 
>> ofbiz/trunk/framework/widget/src/main/java/org/apache/ofbiz/widget/model/ModelForm.java
>> (original)
>> +++ 
>> ofbiz/trunk/framework/widget/src/main/java/org/apache/ofbiz/widget/model/ModelForm.java
>> Sat Oct 15 13:19:35 2016
>> @@ -147,7 +147,7 @@ public abstract class ModelForm extends
>>   private final String formWidgetAreaStyle;
>>   private final boolean groupColumns;
>>   private final String headerRowStyle;
>> -private final boolean hideHeader;
>> +private boolean hideHeader;
>>   private final String itemIndexSeparator;
>>   private final List lastOrderFields;
>>   private final String listEntryName;
>> @@ -184,6 +184,7 @@ public abstract class ModelForm extends
>>   private final String targetType;
>>   private final FlexibleStringExpander targetWindowExdr;
>>   private final String title;
>> +private final String emptyFormDataMessage;
>>   private final String tooltip;
>>   private final String type;
>>   private final boolean useRowSubmit;
>> @@ -241,6 +242,13 @@ public abstract class ModelForm extends
>>   title = parentModel.title;
>>   }
>>   this.title = title;
>> +String emptyFormDataMessage = formElement.getAttribute("empt
>> y-form-data-message");
>> +if (emptyFormDataMessage.isEmpty() && parentModel != null) {
>> +emptyFormDataMessage = parentModel.emptyFormDataMessage;
>> +} else if (emptyFormDataMessage.isEmpty()) {
>> +emptyFormDataMessage = "No records found";
>> +}
>> +this.emptyFormDataMessage = emptyFormDataMessage;
>>   String tooltip = formElement.getAttribute("tooltip");
>>   if (tooltip.isEmpty() && parentModel != null) {
>>   tooltip = parentModel.tooltip;
>> @@ -1015,6 +1023,10 @@ public abstract class ModelForm extends
>>   public boolean getHideHeader() {
>>   return this.hideHeader;
>>   }
>> +public boolean setHideHeader(Boolean hideHeader) {
>> +this.hideHeader = hideHeader;
>> +return hideHeader;
>> +}
>> public String getItemIndexSeparator() {
>>   if (UtilValidate.isNotEmpty(this.itemIndexSeparator)) {
>> @@ -1384,6 +1396,10 @@ public abstract class ModelForm extends
>>   return this.title;
>>   }
>> 

Re: svn commit: r1765058 - in /ofbiz/trunk/framework/widget: dtd/ src/main/java/org/apache/ofbiz/widget/model/ src/main/java/org/apache/ofbiz/widget/renderer/ src/main/java/org/apache/ofbiz/widget/ren

2016-10-15 Thread Jacques Le Roux

Hi Mridul,

Did you notice we have a compilation issue with this commit?

https://ci.apache.org/builders/ofbiz-trunk

https://ci.apache.org/builders/ofbiz-trunk/builds/1607/steps/shell/logs/stdio

Thanks

Jacques


Le 15/10/2016 à 15:19, mridulpat...@apache.org a écrit :

Author: mridulpathak
Date: Sat Oct 15 13:19:35 2016
New Revision: 1765058

URL: http://svn.apache.org/viewvc?rev=1765058=rev
Log:
Improved: In form widgets of list type empty header row should not render if 
list to render in file is empty.
(OFBIZ-7598)

Thanks: Suraj Khurana for contribution.

Modified:
 ofbiz/trunk/framework/widget/dtd/widget-form.xsd
 
ofbiz/trunk/framework/widget/src/main/java/org/apache/ofbiz/widget/model/ModelForm.java
 
ofbiz/trunk/framework/widget/src/main/java/org/apache/ofbiz/widget/renderer/FormRenderer.java
 
ofbiz/trunk/framework/widget/src/main/java/org/apache/ofbiz/widget/renderer/FormStringRenderer.java
 
ofbiz/trunk/framework/widget/src/main/java/org/apache/ofbiz/widget/renderer/macro/MacroFormRenderer.java
 ofbiz/trunk/framework/widget/templates/HtmlFormMacroLibrary.ftl

Modified: ofbiz/trunk/framework/widget/dtd/widget-form.xsd
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/dtd/widget-form.xsd?rev=1765058=1765057=1765058=diff
==
--- ofbiz/trunk/framework/widget/dtd/widget-form.xsd (original)
+++ ofbiz/trunk/framework/widget/dtd/widget-form.xsd Sat Oct 15 13:19:35 2016
@@ -86,6 +86,7 @@ under the License.
  
  
  
+
  
  
  
@@ -327,6 +328,7 @@ under the License.
  
  
  
+
  
  
  

Modified: 
ofbiz/trunk/framework/widget/src/main/java/org/apache/ofbiz/widget/model/ModelForm.java
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/main/java/org/apache/ofbiz/widget/model/ModelForm.java?rev=1765058=1765057=1765058=diff
==
--- 
ofbiz/trunk/framework/widget/src/main/java/org/apache/ofbiz/widget/model/ModelForm.java
 (original)
+++ 
ofbiz/trunk/framework/widget/src/main/java/org/apache/ofbiz/widget/model/ModelForm.java
 Sat Oct 15 13:19:35 2016
@@ -147,7 +147,7 @@ public abstract class ModelForm extends
  private final String formWidgetAreaStyle;
  private final boolean groupColumns;
  private final String headerRowStyle;
-private final boolean hideHeader;
+private boolean hideHeader;
  private final String itemIndexSeparator;
  private final List lastOrderFields;
  private final String listEntryName;
@@ -184,6 +184,7 @@ public abstract class ModelForm extends
  private final String targetType;
  private final FlexibleStringExpander targetWindowExdr;
  private final String title;
+private final String emptyFormDataMessage;
  private final String tooltip;
  private final String type;
  private final boolean useRowSubmit;
@@ -241,6 +242,13 @@ public abstract class ModelForm extends
  title = parentModel.title;
  }
  this.title = title;
+String emptyFormDataMessage = 
formElement.getAttribute("empty-form-data-message");
+if (emptyFormDataMessage.isEmpty() && parentModel != null) {
+emptyFormDataMessage = parentModel.emptyFormDataMessage;
+} else if (emptyFormDataMessage.isEmpty()) {
+emptyFormDataMessage = "No records found";
+}
+this.emptyFormDataMessage = emptyFormDataMessage;
  String tooltip = formElement.getAttribute("tooltip");
  if (tooltip.isEmpty() && parentModel != null) {
  tooltip = parentModel.tooltip;
@@ -1015,6 +1023,10 @@ public abstract class ModelForm extends
  public boolean getHideHeader() {
  return this.hideHeader;
  }
+public boolean setHideHeader(Boolean hideHeader) {
+this.hideHeader = hideHeader;
+return hideHeader;
+}
  
  public String getItemIndexSeparator() {

  if (UtilValidate.isNotEmpty(this.itemIndexSeparator)) {
@@ -1384,6 +1396,10 @@ public abstract class ModelForm extends
  return this.title;
  }
  
+public String getEmptyFormDataMessage() {

+return this.emptyFormDataMessage;
+}
+
  public String getTooltip() {
  return this.tooltip;
  }

Modified: 
ofbiz/trunk/framework/widget/src/main/java/org/apache/ofbiz/widget/renderer/FormRenderer.java
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/main/java/org/apache/ofbiz/widget/renderer/FormRenderer.java?rev=1765058=1765057=1765058=diff
==
--- 
ofbiz/trunk/framework/widget/src/main/java/org/apache/ofbiz/widget/renderer/FormRenderer.java
 (original)
+++ 

Ecommerce Portal Enhancement

2016-10-15 Thread Rishi Solanki
Devs,

We would like to propose few enhancement over ecommerce portal in OFBiz. In
other words we want to demonstrate how to use ecommerce portal for creating
your own site. Regarding the same, we were looking at some wiki documents
to browse the features already exists and demonstrated by Ecommerce portal.
After browsing all the features we understand from ecommerce site OFBiz
have, that, it covers all the aspects as a framework to demonstrate all the
possible features OFBiz can support for Ecommerce. Also it demonstrate how
these features uses the data model.

So we were thinking to use ecommerce clone to demonstrate our purpose. That
means, how an OFBiz user can create a modern Ecommerce site using the OFBiz
Ecommerce portal. But on further diagnose we found that, the ecomclone have
been removed in last month as result of email thread - *"Removing the
ecomclone webapp from the ecommerce component"*. Also we gone thru the
usage of *ecomseo* webapp and it also use the ecommerce to demonstarte its
own seo related features metioned here
.


With all this said, we would like to use the *ecomseo* for our purpose or
if community is not okay with it then we can add one more webapp parallel
to ecommerce. We are fine in either way. Following are the enhancements we
would like to propose for it, so that we can show an modern ecommerce site
using OFBiz *ecomseo* or *new webapp*.

- *ecomseo* or *new webapp* already cover the search engine friendly URLs
using the SeoControlServlet and SeoCatalogUrlFilter. We just need to make
sure all the features are working properly if we browse to *ecomseo*. As
while browsing we have seen that the breadcrumbs are not working properly
in all cases, also on changing catalogs page doesn't show the related data
in *ecomseo*. So first we will fix all the related issue exists in *ecomseo*
.
- Like many modern ecommerce site, we would like show the catalogs as menu
and category navigation in the menu bar. That means, if required we can set
some data specific to *ecomseo *or* new webapp.*
- *Category Navigation:* should shown from Solr instead of product and
category data.
- *Product Search Pages:* should shown from Solr instead of product
keywords. With all the basic feature filtering criteria.
- *Product Detail Page:* should show the minimum required fixed set of
product features. That means, it does not cover all type of products like
configurable products and other complex products. This also mean that, at
some point we would like to narrow the ecommerce features and keep the
general items required by mostly.
- *Login and Registration:* We would like to add basic site registration
process with minimum information.
- *Shopping Cart:* Shopping cart will have all the basic functionality with
fancy UI and JS support.
- *Checkout:* Only one single page checkout with no steps. Fancy UI and JS
support. It also includes the changes on assumption like by default billing
and shipping address will be same and based on user action process will
separate them.
- *Overall Changes:* With the above basic flow changes on ecommerce, we
would also override the decorators, UI, UX and add JS support to follow the
latest standards.


We would love to hear from community on this, and inputs on other areas if
we missed something. Also if we do agree to do these changes, then we will
start documenting the things one by one in detail on wiki probably with
some wireframes to understand the things better. And after community agree
on each item we can start on fixing the flows as per the final design.

Thanks to Jacques and Pranay for the adding useful documents on wiki. It
help us for identifying the work flows, the usage of apps, and preparing
this basic plan. Thanks to Arun Patidar for discussion and planning.

References:
- https://cwiki.apache.org/confluence/display/OFBIZ/
Search+Engine+Optimisation%2C+SEO+in+ecommerce
- https://cwiki.apache.org/confluence/display/OFBIZ/
Business+Process+Stories+and+Use+Cases+Library
- https://cwiki.apache.org/confluence/display/OFBIZ/E-commerce



--
Rishi Solanki
Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com


buildbot exception in on ofbiz-trunk

2016-10-15 Thread buildbot
The Buildbot has detected a build exception on builder ofbiz-trunk while 
building . Full details are available at:
https://ci.apache.org/builders/ofbiz-trunk/builds/1607

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: orcus_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'on-ofbiz-commit' 
triggered this build
Build Source Stamp: [branch ofbiz/trunk] 1765058
Blamelist: mridulpathak

BUILD FAILED: exception shell upload_2

Sincerely,
 -The Buildbot





buildbot success in on ofbiz-trunk

2016-10-15 Thread buildbot
The Buildbot has detected a restored build on builder ofbiz-trunk while 
building . Full details are available at:
https://ci.apache.org/builders/ofbiz-trunk/builds/1601

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: orcus_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'on-ofbiz-commit' 
triggered this build
Build Source Stamp: [branch ofbiz/trunk] 1765045
Blamelist: pranayp

Build succeeded!

Sincerely,
 -The Buildbot





Re: svn commit: r1765030 - /ofbiz/trunk/applications/product/minilang/product/inventory/InventoryReser veServices.xml

2016-10-15 Thread Pranay Pandey
Hi Jacques,

I got that one and reverting my commit now, will need to check the test and
then will come back.

Best regards,

Pranay Pandey
HotWax Systems
http://www.hotwaxsystems.com/

On Sat, Oct 15, 2016 at 5:40 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> Hi Pranay,
>
> Did you notice this small issue with integration tests?
>
> https://ci.apache.org/builders/ofbiz-trunk
>
> Thanks
>
> Jacques
>
>
>
> Le 15/10/2016 à 11:50, pran...@apache.org a écrit :
>
>> Author: pranayp
>> Date: Sat Oct 15 09:50:06 2016
>> New Revision: 1765030
>>
>> URL: http://svn.apache.org/viewvc?rev=1765030=rev
>> Log:
>> Fixed: InventoryItemStatus logging for reserved serialized inventory item.
>> (OFBIZ-8459)
>>
>> InventoryItemStatus will now be logged as: INV_PROMISED when a serialized
>> inventory item is reserved for an order.
>>
>> Thanks:  Vaibhav Jain for the contribution.
>>
>> Modified:
>>  ofbiz/trunk/applications/product/minilang/product/inventory
>> /InventoryReserveServices.xml
>>
>> Modified: ofbiz/trunk/applications/product/minilang/product/inventory/
>> InventoryReserveServices.xml
>> URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/produc
>> t/minilang/product/inventory/InventoryReserveServices.xml?re
>> v=1765030=1765029=1765030=diff
>> 
>> ==
>> --- 
>> ofbiz/trunk/applications/product/minilang/product/inventory/InventoryReserveServices.xml
>> (original)
>> +++ 
>> ofbiz/trunk/applications/product/minilang/product/inventory/InventoryReserveServices.xml
>> Sat Oct 15 09:50:06 2016
>> @@ -400,8 +400,9 @@ under the License.
>>   > field="inventoryItem.inventoryItemTypeId">
>>   > field="inventoryItem.statusId">
>>   
>> -> field="inventoryItem.statusId"/>
>> -
>> +> from-field="inventoryItem.inventoryItemId"/>
>> +> value="INV_PROMISED"/>
>> +> in-map-name="updateInventoryItemMap"/>
>> 
>>   
>>
>>
>>
>>
>


Re: svn commit: r1765030 - /ofbiz/trunk/applications/product/minilang/product/inventory/InventoryReser veServices.xml

2016-10-15 Thread Jacques Le Roux

Hi Pranay,

Did you notice this small issue with integration tests?

https://ci.apache.org/builders/ofbiz-trunk

Thanks

Jacques


Le 15/10/2016 à 11:50, pran...@apache.org a écrit :

Author: pranayp
Date: Sat Oct 15 09:50:06 2016
New Revision: 1765030

URL: http://svn.apache.org/viewvc?rev=1765030=rev
Log:
Fixed: InventoryItemStatus logging for reserved serialized inventory item.
(OFBIZ-8459)

InventoryItemStatus will now be logged as: INV_PROMISED when a serialized 
inventory item is reserved for an order.

Thanks:  Vaibhav Jain for the contribution.

Modified:
 
ofbiz/trunk/applications/product/minilang/product/inventory/InventoryReserveServices.xml

Modified: 
ofbiz/trunk/applications/product/minilang/product/inventory/InventoryReserveServices.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/minilang/product/inventory/InventoryReserveServices.xml?rev=1765030=1765029=1765030=diff
==
--- 
ofbiz/trunk/applications/product/minilang/product/inventory/InventoryReserveServices.xml
 (original)
+++ 
ofbiz/trunk/applications/product/minilang/product/inventory/InventoryReserveServices.xml
 Sat Oct 15 09:50:06 2016
@@ -400,8 +400,9 @@ under the License.
  
  
  
-
-
+
+
+
  
  

  







Pull requests on GitHub

2016-10-15 Thread Michael Brohl

Hi everyone,

I sometimes get informations about pull requests for the GitHub 
repository, see https://github.com/apache/ofbiz/pulls.


Do we handle these in any way or are they currently ignored?

Though the official path for contributions is to file a Jira and provide 
a patch, I think we should honor these contributions also and maybe have 
a process for them (if not already set up).


What do you think?

Regards,

Michael




smime.p7s
Description: S/MIME Cryptographic Signature


buildbot failure in on ofbiz-trunk

2016-10-15 Thread buildbot
The Buildbot has detected a new failure on builder ofbiz-trunk while building . 
Full details are available at:
https://ci.apache.org/builders/ofbiz-trunk/builds/1592

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: silvanus_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'on-ofbiz-commit' 
triggered this build
Build Source Stamp: [branch ofbiz/trunk] 1765030
Blamelist: pranayp

BUILD FAILED: failed shell_1

Sincerely,
 -The Buildbot