svn commit: r1858247 - in /ofbiz/ofbiz-plugins/branches/release17.12: ./ projectmgr/widget/forms/ProjectForms.xml

2019-04-26 Thread surajk
Author: surajk Date: Sat Apr 27 06:55:36 2019 New Revision: 1858247 URL: http://svn.apache.org/viewvc?rev=1858247&view=rev Log: Applied fix from trunk for revision: 1858244 === Fixed: Can't set (expected) start and end date of project when creating a project. (OFBIZ-10927) Thanks Pierre Smits

svn commit: r1858245 - in /ofbiz/ofbiz-plugins/branches/release18.12: ./ projectmgr/widget/forms/ProjectForms.xml

2019-04-26 Thread surajk
Author: surajk Date: Sat Apr 27 06:44:36 2019 New Revision: 1858245 URL: http://svn.apache.org/viewvc?rev=1858245&view=rev Log: Applied fix from trunk for revision: 1858244 === Fixed: Can't set (expected) start and end date of project when creating a project. (OFBIZ-10927) Thanks Pierre Smits

svn commit: r1858244 - /ofbiz/ofbiz-plugins/trunk/projectmgr/widget/forms/ProjectForms.xml

2019-04-26 Thread surajk
Author: surajk Date: Sat Apr 27 06:41:46 2019 New Revision: 1858244 URL: http://svn.apache.org/viewvc?rev=1858244&view=rev Log: Fixed: Can't set (expected) start and end date of project when creating a project. (OFBIZ-10927) Thanks Pierre Smits for reporting, Pawan Verma for the patch and Jacque

svn commit: r1858243 - in /ofbiz/ofbiz-plugins/trunk: ecommerce/minilang/customer/CustomerEvents.xml example/template/reports/BarCode.fo.ftl

2019-04-26 Thread surajk
Author: surajk Date: Sat Apr 27 06:18:17 2019 New Revision: 1858243 URL: http://svn.apache.org/viewvc?rev=1858243&view=rev Log: Improved: Use code128 instead of code39 for barcode generation. (OFBIZ-10896) Currently, we are using code39 to generate barcodes but there are some limitations of code3

svn commit: r1858242 - in /ofbiz/ofbiz-framework/trunk/applications: manufacturing/template/reports/ order/template/order/ product/template/facility/ product/template/shipment/

2019-04-26 Thread surajk
Author: surajk Date: Sat Apr 27 06:15:14 2019 New Revision: 1858242 URL: http://svn.apache.org/viewvc?rev=1858242&view=rev Log: Improved: Use code128 instead of code39 for barcode generation. (OFBIZ-10896) Currently, we are using code39 to generate barcodes but there are some limitations of code3

svn commit: r1858241 - /ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/QuoteForms.xml

2019-04-26 Thread surajk
Author: surajk Date: Sat Apr 27 06:00:20 2019 New Revision: 1858241 URL: http://svn.apache.org/viewvc?rev=1858241&view=rev Log: Improved: Submit button should not display when there is no item present over Quote Prices Screen. (OFBIZ-10627) Thanks Ratnesh Upadhyay for reporting the issue and Kuma

svn commit: r1858240 - /ofbiz/ofbiz-framework/trunk/applications/accounting/widget/FinAccountForms.xml

2019-04-26 Thread surajk
Author: surajk Date: Sat Apr 27 05:49:12 2019 New Revision: 1858240 URL: http://svn.apache.org/viewvc?rev=1858240&view=rev Log: Improved: In AddFinAccountTrans selectable glAccountId values are sorted on glAccountId. (OFBIZ-10846) Thanks Pierre Smits for reporting, Pawan Verma for the patch and J

svn commit: r1858239 - /ofbiz/ofbiz-framework/trunk/applications/accounting/src/main/java/org/apache/ofbiz/accounting/payment/PaymentGatewayServices.java

2019-04-26 Thread surajk
Author: surajk Date: Sat Apr 27 05:43:52 2019 New Revision: 1858239 URL: http://svn.apache.org/viewvc?rev=1858239&view=rev Log: Improved: Used ObjectType.simpleTypeConvert for all amount variables to make sure proper type conversion in PaymentGatewayServices.java. (OFBIZ-10811) Thanks Jacques Le

svn commit: r1858237 - /ofbiz/ofbiz-framework/trunk/applications/order/template/order/OrderContactInfo.ftl

2019-04-26 Thread surajk
Author: surajk Date: Sat Apr 27 05:27:08 2019 New Revision: 1858237 URL: http://svn.apache.org/viewvc?rev=1858237&view=rev Log: Improved: Incorrect contact information displayed on purchase order view page. (OFBIZ-5401) It seems like the address information listed should relate to the party of the

buildbot success in on ofbizTrunkFrameworkPlugins

2019-04-26 Thread buildbot
The Buildbot has detected a restored build on builder ofbizTrunkFrameworkPlugins while building . Full details are available at: https://ci.apache.org/builders/ofbizTrunkFrameworkPlugins/builds/765 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason:

svn commit: r1858223 - /ofbiz/ofbiz-plugins/trunk/pricat/src/main/java/org/apache/ofbiz/pricat/util/OFBizPricatUtil.java

2019-04-26 Thread jleroux
Author: jleroux Date: Fri Apr 26 18:51:09 2019 New Revision: 1858223 URL: http://svn.apache.org/viewvc?rev=1858223&view=rev Log: Improved: Java code contains unnecessary semicolons (OFBIZ-10936) Oops in previous commit missed that it's a Java not Groovy file :/ Modified: ofbiz/ofbiz-plugins

buildbot exception in on ofbizTrunkFrameworkPlugins

2019-04-26 Thread buildbot
The Buildbot has detected a build exception on builder ofbizTrunkFrameworkPlugins while building . Full details are available at: https://ci.apache.org/builders/ofbizTrunkFrameworkPlugins/builds/764 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason

svn commit: r1858220 - in /ofbiz: ofbiz-framework/trunk/applications/product/groovyScripts/facility/shipment/ ofbiz-plugins/trunk/pricat/src/main/java/org/apache/ofbiz/pricat/util/

2019-04-26 Thread jleroux
Author: jleroux Date: Fri Apr 26 18:09:39 2019 New Revision: 1858220 URL: http://svn.apache.org/viewvc?rev=1858220&view=rev Log: Improved: Java code contains unnecessary semicolons (OFBIZ-10936) Loosely related: Groovy code don't even needs them :) Thanks: Mathieu for creating the Jira Modified

svn commit: r1858181 - in /ofbiz/ofbiz-framework/branches/release18.12: ./ framework/webapp/src/main/java/org/apache/ofbiz/webapp/control/RequestHandler.java

2019-04-26 Thread jleroux
Author: jleroux Date: Fri Apr 26 08:34:36 2019 New Revision: 1858181 URL: http://svn.apache.org/viewvc?rev=1858181&view=rev Log: "Applied fix from trunk for revision: 1858180" r1858180 | jleroux | 2019-04-26 10:33:30 +0200 (

svn commit: r1858180 - /ofbiz/ofbiz-framework/trunk/framework/webapp/src/main/java/org/apache/ofbiz/webapp/control/RequestHandler.java

2019-04-26 Thread jleroux
Author: jleroux Date: Fri Apr 26 08:33:30 2019 New Revision: 1858180 URL: http://svn.apache.org/viewvc?rev=1858180&view=rev Log: Reverted: Unknown request [images]; this request does not exist or cannot be called directly. (OFBIZ-10895) Partially revert r1858094, just replaces "rmaps == null" by