[jira] [Closed] (OFBIZ-10129) Order Process Broken - Due to Missing Service Defination

2017-12-30 Thread Rishi Solanki (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-10129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rishi Solanki closed OFBIZ-10129.
-

> Order Process Broken - Due to Missing Service Defination
> 
>
> Key: OFBIZ-10129
> URL: https://issues.apache.org/jira/browse/OFBIZ-10129
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: Trunk
>Reporter: Ratnesh Upadhyay
>Assignee: Rishi Solanki
> Fix For: Upcoming Release
>
> Attachments: OFBIZ-10129.patch
>
>
> Getting following error over screen while placing order : 
> {code}
> ERROR rendering error page [/error/error.jsp], but here is the error text: 
> java.lang.IllegalArgumentException: Error running script at location 
> [component://order/groovyScripts/entry/BillSettings.groovy]: 
> org.apache.ofbiz.service.GenericServiceException: Cannot locate service by 
> name (getRelatedParties)
> {code}
> After further research it seems that service definition gets removed at 
> revision:1819138 under OFBIZ-9988



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (OFBIZ-10129) Order Process Broken - Due to Missing Service Defination

2017-12-30 Thread Rishi Solanki (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-10129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rishi Solanki resolved OFBIZ-10129.
---
   Resolution: Fixed
Fix Version/s: Upcoming Release

> Order Process Broken - Due to Missing Service Defination
> 
>
> Key: OFBIZ-10129
> URL: https://issues.apache.org/jira/browse/OFBIZ-10129
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: Trunk
>Reporter: Ratnesh Upadhyay
>Assignee: Rishi Solanki
> Fix For: Upcoming Release
>
> Attachments: OFBIZ-10129.patch
>
>
> Getting following error over screen while placing order : 
> {code}
> ERROR rendering error page [/error/error.jsp], but here is the error text: 
> java.lang.IllegalArgumentException: Error running script at location 
> [component://order/groovyScripts/entry/BillSettings.groovy]: 
> org.apache.ofbiz.service.GenericServiceException: Cannot locate service by 
> name (getRelatedParties)
> {code}
> After further research it seems that service definition gets removed at 
> revision:1819138 under OFBIZ-9988



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OFBIZ-10129) Order Process Broken - Due to Missing Service Defination

2017-12-30 Thread Rishi Solanki (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-10129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16307131#comment-16307131
 ] 

Rishi Solanki commented on OFBIZ-10129:
---

[~upadhyay.ratnesh]: Your patch has been committed in trunk  at -r1819587 and 
in 17.12 at -r1819588. Thanks for your contribution.

> Order Process Broken - Due to Missing Service Defination
> 
>
> Key: OFBIZ-10129
> URL: https://issues.apache.org/jira/browse/OFBIZ-10129
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: Trunk
>Reporter: Ratnesh Upadhyay
>Assignee: Rishi Solanki
> Attachments: OFBIZ-10129.patch
>
>
> Getting following error over screen while placing order : 
> {code}
> ERROR rendering error page [/error/error.jsp], but here is the error text: 
> java.lang.IllegalArgumentException: Error running script at location 
> [component://order/groovyScripts/entry/BillSettings.groovy]: 
> org.apache.ofbiz.service.GenericServiceException: Cannot locate service by 
> name (getRelatedParties)
> {code}
> After further research it seems that service definition gets removed at 
> revision:1819138 under OFBIZ-9988



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Closed] (OFBIZ-10109) Encoding issue while exporting CSV

2017-12-30 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-10109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-10109.
---
   Resolution: Fixed
Fix Version/s: (was: Trunk)
   Upcoming Release

Thanks Aman,

Your patch is in 
trunk r1819598  
R17.11 r1819599


> Encoding issue while exporting CSV
> --
>
> Key: OFBIZ-10109
> URL: https://issues.apache.org/jira/browse/OFBIZ-10109
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework
>Affects Versions: Trunk
>Reporter: Aman Agrawal
>Assignee: Jacques Le Roux
> Fix For: Upcoming Release
>
> Attachments: OFBIZ-10109.patch
>
>
> While migrating widget.properties values in ThemeData.xml, "xml" encoder is 
> added for template "screencsv" which was not persent in the properties file. 
> By this, special character are not supported in CSV file.
> Steps to generate:
> 1. Go to  [Accounting 
> section|https://demo-trunk-ofbiz.apache.org:8443/accounting/control/main?externalLoginKey=EL3ee4435c-a117-4670-bc4b-c3f5d8b0c3f0].
> 2. Go to  [Organization GL 
> Settings|https://demo-trunk-ofbiz.apache.org:8443/accounting/control/ListCompanies].
> 3. Click on accounting in [companies 
> section|https://demo-trunk-ofbiz.apache.org:8443/accounting/control/PartyAccountsSummary].
> 4. Click on [Reports submenu 
> tab|https://demo-trunk-ofbiz.apache.org:8443/accounting/control/TrialBalance?organizationPartyId=Company].
> 5. Click on Inventory Valuation report.
> 6. Export report as CSV.
> This is committed under revision number r1806076.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (OFBIZ-10109) Encoding issue while exporting CSV

2017-12-30 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-10109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux reassigned OFBIZ-10109:
---

Assignee: Jacques Le Roux  (was: Aman Agrawal)

> Encoding issue while exporting CSV
> --
>
> Key: OFBIZ-10109
> URL: https://issues.apache.org/jira/browse/OFBIZ-10109
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework
>Affects Versions: Trunk
>Reporter: Aman Agrawal
>Assignee: Jacques Le Roux
> Fix For: Trunk
>
> Attachments: OFBIZ-10109.patch
>
>
> While migrating widget.properties values in ThemeData.xml, "xml" encoder is 
> added for template "screencsv" which was not persent in the properties file. 
> By this, special character are not supported in CSV file.
> Steps to generate:
> 1. Go to  [Accounting 
> section|https://demo-trunk-ofbiz.apache.org:8443/accounting/control/main?externalLoginKey=EL3ee4435c-a117-4670-bc4b-c3f5d8b0c3f0].
> 2. Go to  [Organization GL 
> Settings|https://demo-trunk-ofbiz.apache.org:8443/accounting/control/ListCompanies].
> 3. Click on accounting in [companies 
> section|https://demo-trunk-ofbiz.apache.org:8443/accounting/control/PartyAccountsSummary].
> 4. Click on [Reports submenu 
> tab|https://demo-trunk-ofbiz.apache.org:8443/accounting/control/TrialBalance?organizationPartyId=Company].
> 5. Click on Inventory Valuation report.
> 6. Export report as CSV.
> This is committed under revision number r1806076.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OFBIZ-9440) Refactor the Lucene and Solr Components

2017-12-30 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-9440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16306772#comment-16306772
 ] 

Jacques Le Roux commented on OFBIZ-9440:


Hi Pierre,

Actually it already works the former way, we don't need an alternative ;)

> Refactor the Lucene and Solr Components
> ---
>
> Key: OFBIZ-9440
> URL: https://issues.apache.org/jira/browse/OFBIZ-9440
> Project: OFBiz
>  Issue Type: Improvement
>  Components: lucene, solr
>Affects Versions: Trunk
>Reporter: Michael Brohl
>Assignee: Michael Brohl
>
> The Lucene and Solr components has several issues which makes it untestable 
> and unusable as a single plugin. I'm not even sure if this should be a bug or 
> improvement issue.
> There are several file and data dependencies left which should be (re-)moved.
> The file runtime/indexes/index.properties should be moved to the solr 
> component. The folder runtime/indexes should be removed, the components have 
> to take care of creating their index path(s).
> This issue might receive some subtasks along this journey...



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Closed] (OFBIZ-10130) Update Lucene and Solr to 7.2

2017-12-30 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-10130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux closed OFBIZ-10130.
---
   Resolution: Done
 Assignee: Jacques Le Roux
Fix Version/s: Upcoming Release

Done at revision: 1819597  


> Update Lucene and Solr to 7.2
> -
>
> Key: OFBIZ-10130
> URL: https://issues.apache.org/jira/browse/OFBIZ-10130
> Project: OFBiz
>  Issue Type: Task
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
> Fix For: Upcoming Release
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (OFBIZ-10130) Update Lucene and Solr to 7.2

2017-12-30 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-10130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux updated OFBIZ-10130:

Summary: Update Lucene and Solr to 7.2  (was: Update Lucene and Solr to 7)

> Update Lucene and Solr to 7.2
> -
>
> Key: OFBIZ-10130
> URL: https://issues.apache.org/jira/browse/OFBIZ-10130
> Project: OFBiz
>  Issue Type: Task
>Reporter: Jacques Le Roux
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (OFBIZ-10130) Update Lucene and Solr to 7

2017-12-30 Thread Jacques Le Roux (JIRA)
Jacques Le Roux created OFBIZ-10130:
---

 Summary: Update Lucene and Solr to 7
 Key: OFBIZ-10130
 URL: https://issues.apache.org/jira/browse/OFBIZ-10130
 Project: OFBiz
  Issue Type: Task
Reporter: Jacques Le Roux






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OFBIZ-10006) Exception Error rendering on all View Category pages

2017-12-30 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-10006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16306743#comment-16306743
 ] 

Jacques Le Roux commented on OFBIZ-10006:
-

It fixes an error in log (a functional issue), and there is another UI issue 
(nothing happens) so I let Aman and Archana decide if they want to use this 
issue to fix the UI problem or create a new one. Creating a new one seems more 
appropriate.

> Exception Error rendering on all View Category pages
> 
>
> Key: OFBIZ-10006
> URL: https://issues.apache.org/jira/browse/OFBIZ-10006
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
> Environment: 
> https://demo-trunk.ofbiz.apache.org/ecommerce/control/main
>Reporter: Archana Asthana
>Assignee: Jacques Le Roux
> Attachments: ExceptionErrorOnCategory.jpg, OFBIZ-10006.patch
>
>
> Steps to regenerate: 
> 1. Open https://demo-trunk.ofbiz.apache.org/ecommerce/control/main
> 2. Go to Category section
> 3. Click any category
> Actual: 
> Exception Error renders



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OFBIZ-10006) Exception Error rendering on all View Category pages

2017-12-30 Thread Michael Brohl (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-10006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16306742#comment-16306742
 ] 

Michael Brohl commented on OFBIZ-10006:
---

What is the purpose of this commit if it does not solve the issue...?

> Exception Error rendering on all View Category pages
> 
>
> Key: OFBIZ-10006
> URL: https://issues.apache.org/jira/browse/OFBIZ-10006
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
> Environment: 
> https://demo-trunk.ofbiz.apache.org/ecommerce/control/main
>Reporter: Archana Asthana
>Assignee: Jacques Le Roux
> Attachments: ExceptionErrorOnCategory.jpg, OFBIZ-10006.patch
>
>
> Steps to regenerate: 
> 1. Open https://demo-trunk.ofbiz.apache.org/ecommerce/control/main
> 2. Go to Category section
> 3. Click any category
> Actual: 
> Exception Error renders



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OFBIZ-7034) Showing QRCodes in PDF

2017-12-30 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16306723#comment-16306723
 ] 

Jacques Le Roux commented on OFBIZ-7034:


What is the status here, should we not close?

> Showing QRCodes in PDF
> --
>
> Key: OFBIZ-7034
> URL: https://issues.apache.org/jira/browse/OFBIZ-7034
> Project: OFBiz
>  Issue Type: Bug
>  Components: example
>Affects Versions: Trunk, Release Branch 15.12
>Reporter: Murugeswari
>Assignee: Shi Jinghai
> Attachments: barcode4j-trunk-zxing3.3.1-jdk8.jar
>
>
> Hi Folks,
>   I have to generate a pdf which should have Barcode as well as QRCode so 
> I followed this one OFBIZ-4154.
>   In trunk version, I run with demo data and tried to create a PDF with 
> QRCode by using this link 
> https://localhost:8443/example/control/ExampleReportPdfBarcode?exampleId=EX01.
>   But it fails to render QRCode but BarCodes are rendered successfully. 
> In console I get following error.
> {code}
>  [java] 2016-05-04 12:29:34,677 |http-nio-8080-exec-5 |ControlServlet 
>|T| [[[qrcode(Domain:http://localhost)] Request Done- 
> total:0.245,since last([qrcode(Domain:ht...):0.245]]
>  [java] 2016-05-04 12:29:34,686 |ttp-nio-8443-exec-17 |FOUserAgent
>|E| Image not available. URI: 
> /example/control/qrcode;jsessionid=62AC52C9641B9948F98F73CD0D53DF6B.jvm1?message=Example%201=bmp=UTF-8=true=20=20.
>  Reason: org.apache.xmlgraphics.image.loader.ImageException: The file format 
> is not supported. No ImagePreloader found for 
> /example/control/qrcode;jsessionid=62AC52C9641B9948F98F73CD0D53DF6B.jvm1?message=Example%201=bmp=UTF-8=true=20=20
>  (See position 43:308)
>  [java] org.apache.xmlgraphics.image.loader.ImageException: The file 
> format is not supported. No ImagePreloader found for 
> /example/control/qrcode;jsessionid=62AC52C9641B9948F98F73CD0D53DF6B.jvm1?message=Example%201=bmp=UTF-8=true=20=20
>  [java]   at 
> org.apache.xmlgraphics.image.loader.ImageManager.preloadImage(ImageManager.java:181)
>  ~[xmlgraphics-commons-2.0.1.jar:2.0.1]
>  [java]   at 
> org.apache.xmlgraphics.image.loader.cache.ImageCache.needImageInfo(ImageCache.java:128)
>  ~[xmlgraphics-commons-2.0.1.jar:2.0.1]
>  [java]   at 
> org.apache.xmlgraphics.image.loader.ImageManager.getImageInfo(ImageManager.java:123)
>  ~[xmlgraphics-commons-2.0.1.jar:2.0.1]
>  [java]   at 
> org.apache.fop.fo.flow.ExternalGraphic.bind(ExternalGraphic.java:81) 
> [fop-2.0.jar:?]
>  [java]   at org.apache.fop.fo.FObj.processNode(FObj.java:129) 
> [fop-2.0.jar:?]
>  [java]   at 
> org.apache.fop.fo.FOTreeBuilder$MainFOHandler.startElement(FOTreeBuilder.java:291)
>  [fop-2.0.jar:?]
>  [java]   at 
> org.apache.fop.fo.FOTreeBuilder.startElement(FOTreeBuilder.java:179) 
> [fop-2.0.jar:?]
> {code}
> Same thing tested with Release15.12 here also it fails to render QRCode and 
> same exception was caught .



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Comment Edited] (OFBIZ-10006) Exception Error rendering on all View Category pages

2017-12-30 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-10006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16306714#comment-16306714
 ] 

Jacques Le Roux edited comment on OFBIZ-10006 at 12/30/17 11:40 AM:


Aman,

Your patch is in 
trunk r1819592
R17.11 r1819591
R16 and older not concerned

I don't close because the feature still does not work. But you might prefer to 
close and create a new Jira. I let you decide...


was (Author: jacques.le.roux):
Aman,

Your patch is in 
trunk r1819589  
R17.11 r1819591
R16 and older not concerned

I don't close because the feature still does not work. But you might prefer to 
close and create a new Jira. I let you decide...

> Exception Error rendering on all View Category pages
> 
>
> Key: OFBIZ-10006
> URL: https://issues.apache.org/jira/browse/OFBIZ-10006
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
> Environment: 
> https://demo-trunk.ofbiz.apache.org/ecommerce/control/main
>Reporter: Archana Asthana
>Assignee: Jacques Le Roux
> Attachments: ExceptionErrorOnCategory.jpg, OFBIZ-10006.patch
>
>
> Steps to regenerate: 
> 1. Open https://demo-trunk.ofbiz.apache.org/ecommerce/control/main
> 2. Go to Category section
> 3. Click any category
> Actual: 
> Exception Error renders



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OFBIZ-10006) Exception Error rendering on all View Category pages

2017-12-30 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-10006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16306714#comment-16306714
 ] 

Jacques Le Roux commented on OFBIZ-10006:
-

Aman,

Your patch is in 
trunk r1819589  
R17.11 r1819591
R16 and older not concerned

I don't close because the feature still does not work. But you might prefer to 
close and create a new Jira. I let you decide...

> Exception Error rendering on all View Category pages
> 
>
> Key: OFBIZ-10006
> URL: https://issues.apache.org/jira/browse/OFBIZ-10006
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
> Environment: 
> https://demo-trunk.ofbiz.apache.org/ecommerce/control/main
>Reporter: Archana Asthana
>Assignee: Jacques Le Roux
> Attachments: ExceptionErrorOnCategory.jpg, OFBIZ-10006.patch
>
>
> Steps to regenerate: 
> 1. Open https://demo-trunk.ofbiz.apache.org/ecommerce/control/main
> 2. Go to Category section
> 3. Click any category
> Actual: 
> Exception Error renders



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OFBIZ-10006) Exception Error rendering on all View Category pages

2017-12-30 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-10006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16306703#comment-16306703
 ] 

Jacques Le Roux commented on OFBIZ-10006:
-

Thanks Archana and Aman,

The patch fixes the issue in log but the feature still does not work. I mean 
when you click on a categorie in the tree nothing happens. I see no related js 
error in browser console.

> Exception Error rendering on all View Category pages
> 
>
> Key: OFBIZ-10006
> URL: https://issues.apache.org/jira/browse/OFBIZ-10006
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
> Environment: 
> https://demo-trunk.ofbiz.apache.org/ecommerce/control/main
>Reporter: Archana Asthana
>Assignee: Jacques Le Roux
> Attachments: ExceptionErrorOnCategory.jpg, OFBIZ-10006.patch
>
>
> Steps to regenerate: 
> 1. Open https://demo-trunk.ofbiz.apache.org/ecommerce/control/main
> 2. Go to Category section
> 3. Click any category
> Actual: 
> Exception Error renders



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (OFBIZ-10006) Exception Error rendering on all View Category pages

2017-12-30 Thread Jacques Le Roux (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-10006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacques Le Roux reassigned OFBIZ-10006:
---

Assignee: Jacques Le Roux  (was: Aman Agrawal)

> Exception Error rendering on all View Category pages
> 
>
> Key: OFBIZ-10006
> URL: https://issues.apache.org/jira/browse/OFBIZ-10006
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
> Environment: 
> https://demo-trunk.ofbiz.apache.org/ecommerce/control/main
>Reporter: Archana Asthana
>Assignee: Jacques Le Roux
> Attachments: ExceptionErrorOnCategory.jpg, OFBIZ-10006.patch
>
>
> Steps to regenerate: 
> 1. Open https://demo-trunk.ofbiz.apache.org/ecommerce/control/main
> 2. Go to Category section
> 3. Click any category
> Actual: 
> Exception Error renders



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Closed] (OFBIZ-10127) Improvement in UI of register page according to standard markup given by Bootstrap v4.0.0

2017-12-30 Thread Deepak Dixit (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-10127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Deepak Dixit closed OFBIZ-10127.

   Resolution: Done
Fix Version/s: (was: Trunk)
   Upcoming Release

> Improvement in UI of register page according to standard markup given by 
> Bootstrap v4.0.0
> -
>
> Key: OFBIZ-10127
> URL: https://issues.apache.org/jira/browse/OFBIZ-10127
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ecommerce
>Reporter: Nitish Mishra
>Assignee: Deepak Dixit
> Fix For: Upcoming Release
>
> Attachments: OFBIZ-10127.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OFBIZ-10127) Improvement in UI of register page according to standard markup given by Bootstrap v4.0.0

2017-12-30 Thread Deepak Dixit (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-10127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16306700#comment-16306700
 ] 

Deepak Dixit commented on OFBIZ-10127:
--

Thanks Nitish Mishra for your contribution,
This has been committed at ofbiz plugins trunk at r1819582 and release17.12 at 
r#1819583

> Improvement in UI of register page according to standard markup given by 
> Bootstrap v4.0.0
> -
>
> Key: OFBIZ-10127
> URL: https://issues.apache.org/jira/browse/OFBIZ-10127
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ecommerce
>Reporter: Nitish Mishra
>Assignee: Deepak Dixit
> Fix For: Upcoming Release
>
> Attachments: OFBIZ-10127.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Closed] (OFBIZ-10110) Update markup of Configure product page according to standard markup given by Bootstrap v4.0.0

2017-12-30 Thread Deepak Dixit (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-10110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Deepak Dixit closed OFBIZ-10110.

   Resolution: Done
Fix Version/s: Upcoming Release

> Update markup of Configure product page according to standard markup given by 
> Bootstrap v4.0.0
> --
>
> Key: OFBIZ-10110
> URL: https://issues.apache.org/jira/browse/OFBIZ-10110
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Nitish Mishra
>Assignee: Deepak Dixit
> Fix For: Upcoming Release
>
> Attachments: OFBIZ-10110.patch, OFBIZ-10110.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OFBIZ-10110) Update markup of Configure product page according to standard markup given by Bootstrap v4.0.0

2017-12-30 Thread Deepak Dixit (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-10110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16306698#comment-16306698
 ] 

Deepak Dixit commented on OFBIZ-10110:
--

Thanks Nitish Mishra for your contribution, 
This has been committed at ofbiz plugins trunk at r#1819580 and release17.12 at 
r#1819581

> Update markup of Configure product page according to standard markup given by 
> Bootstrap v4.0.0
> --
>
> Key: OFBIZ-10110
> URL: https://issues.apache.org/jira/browse/OFBIZ-10110
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Nitish Mishra
>Assignee: Deepak Dixit
> Fix For: Upcoming Release
>
> Attachments: OFBIZ-10110.patch, OFBIZ-10110.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (OFBIZ-10127) Improvement in UI of register page according to standard markup given by Bootstrap v4.0.0

2017-12-30 Thread Deepak Dixit (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-10127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Deepak Dixit reassigned OFBIZ-10127:


Assignee: Deepak Dixit

> Improvement in UI of register page according to standard markup given by 
> Bootstrap v4.0.0
> -
>
> Key: OFBIZ-10127
> URL: https://issues.apache.org/jira/browse/OFBIZ-10127
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ecommerce
>Reporter: Nitish Mishra
>Assignee: Deepak Dixit
> Fix For: Trunk
>
> Attachments: OFBIZ-10127.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (OFBIZ-10110) Update markup of Configure product page according to standard markup given by Bootstrap v4.0.0

2017-12-30 Thread Deepak Dixit (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-10110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Deepak Dixit reassigned OFBIZ-10110:


Assignee: Deepak Dixit  (was: Nitish Mishra)

> Update markup of Configure product page according to standard markup given by 
> Bootstrap v4.0.0
> --
>
> Key: OFBIZ-10110
> URL: https://issues.apache.org/jira/browse/OFBIZ-10110
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Nitish Mishra
>Assignee: Deepak Dixit
> Attachments: OFBIZ-10110.patch, OFBIZ-10110.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Closed] (OFBIZ-10095) Update markup of List Quotes page according to standard markup given by Bootstrap v4.0.s

2017-12-30 Thread Deepak Dixit (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-10095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Deepak Dixit closed OFBIZ-10095.

Resolution: Done

> Update markup of List Quotes page according to standard markup given by 
> Bootstrap v4.0.s
> 
>
> Key: OFBIZ-10095
> URL: https://issues.apache.org/jira/browse/OFBIZ-10095
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Nitish Mishra
>Assignee: Deepak Dixit
> Fix For: Upcoming Release
>
> Attachments: OFBIZ-10095-Improvement.patch, OFBIZ-10095.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OFBIZ-10095) Update markup of List Quotes page according to standard markup given by Bootstrap v4.0.s

2017-12-30 Thread Deepak Dixit (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-10095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16306695#comment-16306695
 ] 

Deepak Dixit commented on OFBIZ-10095:
--

Thanks Nitesh, improvement patch has been comiitted at ofbiz plugins trunk 
r#1819576, and backported to release 17.12 at r#1819577

> Update markup of List Quotes page according to standard markup given by 
> Bootstrap v4.0.s
> 
>
> Key: OFBIZ-10095
> URL: https://issues.apache.org/jira/browse/OFBIZ-10095
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Nitish Mishra
>Assignee: Deepak Dixit
> Fix For: Upcoming Release
>
> Attachments: OFBIZ-10095-Improvement.patch, OFBIZ-10095.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (OFBIZ-10095) Update markup of List Quotes page according to standard markup given by Bootstrap v4.0.s

2017-12-30 Thread Deepak Dixit (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-10095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Deepak Dixit reassigned OFBIZ-10095:


Assignee: Deepak Dixit  (was: Nitish Mishra)

> Update markup of List Quotes page according to standard markup given by 
> Bootstrap v4.0.s
> 
>
> Key: OFBIZ-10095
> URL: https://issues.apache.org/jira/browse/OFBIZ-10095
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Nitish Mishra
>Assignee: Deepak Dixit
> Fix For: Upcoming Release
>
> Attachments: OFBIZ-10095-Improvement.patch, OFBIZ-10095.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)