svn commit: r1858295 [3/5] - in /ofbiz/ofbiz-framework/trunk: applications/accounting/src/main/java/org/apache/ofbiz/accounting/payment/ applications/content/src/main/java/org/apache/ofbiz/content/con

2019-04-27 Thread mthl
Modified: ofbiz/ofbiz-framework/trunk/framework/entity/src/main/java/org/apache/ofbiz/entity/GenericEntity.java URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/entity/src/main/java/org/apache/ofbiz/entity/GenericEntity.java?rev=1858295=1858294=1858295=diff

svn commit: r1858295 [1/5] - in /ofbiz/ofbiz-framework/trunk: applications/accounting/src/main/java/org/apache/ofbiz/accounting/payment/ applications/content/src/main/java/org/apache/ofbiz/content/con

2019-04-27 Thread mthl
Author: mthl Date: Sat Apr 27 19:34:25 2019 New Revision: 1858295 URL: http://svn.apache.org/viewvc?rev=1858295=rev Log: Improved: Use the ‘@Override’ annotation (OFBIZ-10939) The ‘@Override’ annotation helps readers understand that the method at hand is overriding a super class or implementing

svn commit: r1858295 [2/5] - in /ofbiz/ofbiz-framework/trunk: applications/accounting/src/main/java/org/apache/ofbiz/accounting/payment/ applications/content/src/main/java/org/apache/ofbiz/content/con

2019-04-27 Thread mthl
Modified: ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/conversion/MiscConverters.java URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/conversion/MiscConverters.java?rev=1858295=1858294=1858295=diff

svn commit: r1858295 [5/5] - in /ofbiz/ofbiz-framework/trunk: applications/accounting/src/main/java/org/apache/ofbiz/accounting/payment/ applications/content/src/main/java/org/apache/ofbiz/content/con

2019-04-27 Thread mthl
Modified: ofbiz/ofbiz-framework/trunk/framework/widget/src/main/java/org/apache/ofbiz/widget/renderer/fo/FoFormRenderer.java URL:

svn commit: r1858295 [4/5] - in /ofbiz/ofbiz-framework/trunk: applications/accounting/src/main/java/org/apache/ofbiz/accounting/payment/ applications/content/src/main/java/org/apache/ofbiz/content/con

2019-04-27 Thread mthl
Modified: ofbiz/ofbiz-framework/trunk/framework/service/src/main/java/org/apache/ofbiz/service/GenericResultWaiter.java URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/service/src/main/java/org/apache/ofbiz/service/GenericResultWaiter.java?rev=1858295=1858294=1858295=diff

svn commit: r1858294 - /ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java

2019-04-27 Thread mthl
Author: mthl Date: Sat Apr 27 19:13:34 2019 New Revision: 1858294 URL: http://svn.apache.org/viewvc?rev=1858294=rev Log: Improved: Remove redundant specification of type arguments Modified:

svn commit: r1858293 - /ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java

2019-04-27 Thread mthl
Author: mthl Date: Sat Apr 27 19:12:08 2019 New Revision: 1858293 URL: http://svn.apache.org/viewvc?rev=1858293=rev Log: Improved: Remove unused local variables Modified: ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java Modified:

svn commit: r1858292 - /ofbiz/ofbiz-framework/trunk/applications/content/src/main/java/org/apache/ofbiz/content/survey/SurveyEvents.java

2019-04-27 Thread mthl
Author: mthl Date: Sat Apr 27 19:10:26 2019 New Revision: 1858292 URL: http://svn.apache.org/viewvc?rev=1858292=rev Log: Improved: Remove unused imports Modified: ofbiz/ofbiz-framework/trunk/applications/content/src/main/java/org/apache/ofbiz/content/survey/SurveyEvents.java Modified:

svn commit: r1858291 - in /ofbiz/ofbiz-framework/trunk: applications/accounting/config/ applications/accounting/widget/ applications/accounting/widget/ap/ applications/accounting/widget/ar/ applicatio

2019-04-27 Thread jleroux
Author: jleroux Date: Sat Apr 27 17:56:44 2019 New Revision: 1858291 URL: http://svn.apache.org/viewvc?rev=1858291=rev Log: Improved: Use "Create" instead of "Create New" on the various screens of all components (OFBIZ-9905) As the title says + removes now useless labels Thanks: Aayush Jain

svn commit: r1858290 - in /ofbiz/ofbiz-plugins/branches/release18.12: ./ webpos/webapp/webpos/images/js/WebPosHotkeys.js

2019-04-27 Thread surajk
Author: surajk Date: Sat Apr 27 16:40:08 2019 New Revision: 1858290 URL: http://svn.apache.org/viewvc?rev=1858290=rev Log: Applied fix from trunk for revision: 1858289 === Fixed: Shortkeys missing on WebPOS. (OFBIZ-10961) It was broken after jQuery update on rev #1850712. Thanks Padmavati Rawat

svn commit: r1858289 - /ofbiz/ofbiz-plugins/trunk/webpos/webapp/webpos/images/js/WebPosHotkeys.js

2019-04-27 Thread surajk
Author: surajk Date: Sat Apr 27 16:36:43 2019 New Revision: 1858289 URL: http://svn.apache.org/viewvc?rev=1858289=rev Log: Fixed: Shortkeys missing on WebPOS. (OFBIZ-10961) It was broken after jQuery update on rev #1850712. Thanks Padmavati Rawat for reporting and Rohit Koushal for providing the

svn commit: r1858288 - /ofbiz/branches/release16.11/specialpurpose/projectmgr/widget/forms/TaskForms.xml

2019-04-27 Thread surajk
Author: surajk Date: Sat Apr 27 16:18:22 2019 New Revision: 1858288 URL: http://svn.apache.org/viewvc?rev=1858288=rev Log: Fixed: FindTask does not allow for all statuses possible to be selected. (OFBIZ-10913) Thanks Pierre Smits for repoting, Deepak Dixit for comments/findings and Pawan Verma

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

2019-04-27 Thread surajk
Author: surajk Date: Sat Apr 27 16:16:30 2019 New Revision: 1858287 URL: http://svn.apache.org/viewvc?rev=1858287=rev Log: Applied fix from trunk for revision: 1858285 === Fixed: FindTask does not allow for all statuses possible to be selected. (OFBIZ-10913) Thanks Pierre Smits for repoting,

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

2019-04-27 Thread surajk
Author: surajk Date: Sat Apr 27 16:15:02 2019 New Revision: 1858286 URL: http://svn.apache.org/viewvc?rev=1858286=rev Log: Applied fix from trunk for revision: 1858285 === Fixed: FindTask does not allow for all statuses possible to be selected. (OFBIZ-10913) Thanks Pierre Smits for repoting,

svn commit: r1858285 - /ofbiz/ofbiz-plugins/trunk/projectmgr/widget/forms/TaskForms.xml

2019-04-27 Thread surajk
Author: surajk Date: Sat Apr 27 16:12:04 2019 New Revision: 1858285 URL: http://svn.apache.org/viewvc?rev=1858285=rev Log: Fixed: FindTask does not allow for all statuses possible to be selected. (OFBIZ-10913) Thanks Pierre Smits for repoting, Deepak Dixit for comments/findings and Pawan Verma

svn commit: r1858283 - in /ofbiz/ofbiz-framework/trunk/applications/accounting: groovyScripts/test/AutoAcctgPaymentTests.groovy testdef/data/AccountingTestsData.xml

2019-04-27 Thread surajk
Author: surajk Date: Sat Apr 27 15:34:37 2019 New Revision: 1858283 URL: http://svn.apache.org/viewvc?rev=1858283=rev Log: Improved: Unit test case for service - quickSendPayment. (OFBIZ-9086) Thanks Deepak Nigam for reporting the ticket and Anushi Gupta for providing the patch. Modified:

buildbot failure in on ofbizTrunkFrameworkPlugins

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

svn commit: r1858279 - in /ofbiz/ofbiz-plugins/trunk: msg91/ msggateway/

2019-04-27 Thread rishi
Author: rishi Date: Sat Apr 27 13:47:10 2019 New Revision: 1858279 URL: http://svn.apache.org/viewvc?rev=1858279=rev Log: Improved: Rename custom component for SMS gateway integration. Rename the component name, will change the inner occrances in next commit. (OFBIZ-10973) Thanks to Jacques for

svn commit: r1858275 - /ofbiz/ofbiz-framework/trunk/applications/product/template/product/EditProductContent.ftl

2019-04-27 Thread jleroux
Author: jleroux Date: Sat Apr 27 13:33:44 2019 New Revision: 1858275 URL: http://svn.apache.org/viewvc?rev=1858275=rev Log: Fixed: Display of entities in text input field for Product Name (OFBIZ-10356) In the url: catalog/control/EditProductContent?productId=GZ-1006-1 the "Product Name" under

svn commit: r1858278 - in /ofbiz/branches/release16.11: ./ applications/product/template/product/EditProductContent.ftl

2019-04-27 Thread jleroux
Author: jleroux Date: Sat Apr 27 13:34:38 2019 New Revision: 1858278 URL: http://svn.apache.org/viewvc?rev=1858278=rev Log: "Applied fix from trunk framework for revision: 1858275 " r1858275 | jleroux | 2019-04-27 15:33:44

svn commit: r1858277 - in /ofbiz/ofbiz-framework/branches/release17.12: ./ applications/product/template/product/EditProductContent.ftl

2019-04-27 Thread jleroux
Author: jleroux Date: Sat Apr 27 13:34:34 2019 New Revision: 1858277 URL: http://svn.apache.org/viewvc?rev=1858277=rev Log: "Applied fix from trunk for revision: 1858275 " r1858275 | jleroux | 2019-04-27 15:33:44 +0200

svn commit: r1858276 - in /ofbiz/ofbiz-framework/branches/release18.12: ./ applications/product/template/product/EditProductContent.ftl

2019-04-27 Thread jleroux
Author: jleroux Date: Sat Apr 27 13:34:32 2019 New Revision: 1858276 URL: http://svn.apache.org/viewvc?rev=1858276=rev Log: "Applied fix from trunk for revision: 1858275 " r1858275 | jleroux | 2019-04-27 15:33:44 +0200

svn commit: r1858270 [3/3] - in /ofbiz/ofbiz-framework/trunk/applications: datamodel/data/demo/ datamodel/data/seed/ datamodel/entitydef/ order/config/ order/data/ order/entitydef/ order/groovyScripts

2019-04-27 Thread surajk
Added: ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/AllocationPlanScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/widget/ordermgr/AllocationPlanScreens.xml?rev=1858270=auto

svn commit: r1858270 [2/3] - in /ofbiz/ofbiz-framework/trunk/applications: datamodel/data/demo/ datamodel/data/seed/ datamodel/entitydef/ order/config/ order/data/ order/entitydef/ order/groovyScripts

2019-04-27 Thread surajk
Modified: ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java?rev=1858270=1858269=1858270=diff

svn commit: r1858270 [1/3] - in /ofbiz/ofbiz-framework/trunk/applications: datamodel/data/demo/ datamodel/data/seed/ datamodel/entitydef/ order/config/ order/data/ order/entitydef/ order/groovyScripts

2019-04-27 Thread surajk
Author: surajk Date: Sat Apr 27 13:05:30 2019 New Revision: 1858270 URL: http://svn.apache.org/viewvc?rev=1858270=rev Log: Improved: Added support for Inventory (Supply) Allocation Planning. (OFBIZ-10518) Thanks Deepak Nigam for initiating this feature and providng the patches, Arun Patidar for

svn commit: r1858267 - in /ofbiz/ofbiz-framework/trunk/applications/accounting: groovyScripts/test/AutoAcctgPaymentTests.groovy testdef/data/AccountingTestsData.xml

2019-04-27 Thread surajk
Author: surajk Date: Sat Apr 27 12:02:22 2019 New Revision: 1858267 URL: http://svn.apache.org/viewvc?rev=1858267=rev Log: Improved: Unit test case for service - setPaymentStatus. (OFBIZ-9084) Thanks Deepak Nigam for reporting and Anushi Gupta for providing the updated patch. Modified:

svn commit: r1858266 - in /ofbiz/ofbiz-plugins/branches/release18.12: ./ ecommerce/template/cart/ShowCart.ftl ecommerce/template/catalog/MiniLastViewedCategories.ftl ecommerce/template/survey/MiniSurv

2019-04-27 Thread deepak
Author: deepak Date: Sat Apr 27 11:43:45 2019 New Revision: 1858266 URL: http://svn.apache.org/viewvc?rev=1858266=rev Log: Applied fix from trunk for revision: 1858265 === Improved: UI issue on ecommerce main page (OFBIZ-10849) 1. Navigate to demo-trunk ecom 2. Scroll the page and see the last

svn commit: r1858265 - in /ofbiz/ofbiz-plugins/trunk/ecommerce/template: cart/ShowCart.ftl catalog/MiniLastViewedCategories.ftl survey/MiniSurvey.ftl

2019-04-27 Thread deepak
Author: deepak Date: Sat Apr 27 11:42:32 2019 New Revision: 1858265 URL: http://svn.apache.org/viewvc?rev=1858265=rev Log: Improved: UI issue on ecommerce main page (OFBIZ-10849) 1. Navigate to demo-trunk ecom 2. Scroll the page and see the last category section in the right column of the

svn commit: r1858261 - in /ofbiz/ofbiz-framework/trunk/applications: datamodel/data/seed/PartySeedData.xml datamodel/entitydef/party-entitymodel.xml party/minilang/party/PartyMapProcs.xml party/widget

2019-04-27 Thread surajk
Author: surajk Date: Sat Apr 27 10:11:09 2019 New Revision: 1858261 URL: http://svn.apache.org/viewvc?rev=1858261=rev Log: Improved: Marital Status not managed properly in Person entity. (OFBIZ-10921) Thanks Paul, Jacques, Pierre and Nicolas for you suggestions and discussions. Modified:

svn commit: r1858260 - in /ofbiz/ofbiz-framework/trunk/applications/accounting: groovyScripts/test/AutoAcctgInvoiceTests.groovy testdef/accountingtests.xml testdef/data/AccountingTestsData.xml

2019-04-27 Thread surajk
Author: surajk Date: Sat Apr 27 09:49:00 2019 New Revision: 1858260 URL: http://svn.apache.org/viewvc?rev=1858260=rev Log: Improved: Unit test case for service - createInvoiceContent. (OFBIZ-8932) Thanks Deepak Nigam for reporting and Vivek Singh Bisen for providing the patch. Added:

svn commit: r1858258 - in /ofbiz/ofbiz-framework/branches/release18.12: ./ applications/content/src/main/java/org/apache/ofbiz/content/survey/SurveyEvents.java

2019-04-27 Thread surajk
Author: surajk Date: Sat Apr 27 09:00:20 2019 New Revision: 1858258 URL: http://svn.apache.org/viewvc?rev=1858258=rev Log: Applied fix from trunk for revision: 1858256 === Fixed: Unable to add survey product to cart in order entry form. (OFBIZ-10735) It was due to incorrect usage of param map,

svn commit: r1858257 - in /ofbiz/ofbiz-framework/branches/release17.12: ./ applications/content/src/main/java/org/apache/ofbiz/content/survey/SurveyEvents.java

2019-04-27 Thread surajk
Author: surajk Date: Sat Apr 27 09:00:03 2019 New Revision: 1858257 URL: http://svn.apache.org/viewvc?rev=1858257=rev Log: Applied fix from trunk for revision: 1858256 === Fixed: Unable to add survey product to cart in order entry form. (OFBIZ-10735) It was due to incorrect usage of param map,

svn commit: r1858256 - /ofbiz/ofbiz-framework/trunk/applications/content/src/main/java/org/apache/ofbiz/content/survey/SurveyEvents.java

2019-04-27 Thread surajk
Author: surajk Date: Sat Apr 27 08:57:48 2019 New Revision: 1858256 URL: http://svn.apache.org/viewvc?rev=1858256=rev Log: Fixed: Unable to add survey product to cart in order entry form. (OFBIZ-10735) It was due to incorrect usage of param map, used UtilHttp.getCombinedMap instead with some

svn commit: r1858253 - in /ofbiz/branches/release16.11: ./ applications/accounting/minilang/ledger/GeneralLedgerServices.xml

2019-04-27 Thread surajk
Author: surajk Date: Sat Apr 27 07:19:44 2019 New Revision: 1858253 URL: http://svn.apache.org/viewvc?rev=1858253=rev Log: Applied fix from trunk for revision: 1858250 === Fixed: Customer Party getting set as 'organizationPartyId' in one the Account transaction for Customer return invoice.

svn commit: r1858251 - in /ofbiz/ofbiz-framework/branches/release18.12: ./ applications/accounting/minilang/ledger/GeneralLedgerServices.xml

2019-04-27 Thread surajk
Author: surajk Date: Sat Apr 27 07:17:54 2019 New Revision: 1858251 URL: http://svn.apache.org/viewvc?rev=1858251=rev Log: Applied fix from trunk for revision: 1858250 === Fixed: Customer Party getting set as 'organizationPartyId' in one the Account transaction for Customer return invoice.

svn commit: r1858252 - in /ofbiz/ofbiz-framework/branches/release17.12: ./ applications/accounting/minilang/ledger/GeneralLedgerServices.xml

2019-04-27 Thread surajk
Author: surajk Date: Sat Apr 27 07:18:38 2019 New Revision: 1858252 URL: http://svn.apache.org/viewvc?rev=1858252=rev Log: Applied fix from trunk for revision: 1858250 === Fixed: Customer Party getting set as 'organizationPartyId' in one the Account transaction for Customer return invoice.

svn commit: r1858250 - /ofbiz/ofbiz-framework/trunk/applications/accounting/minilang/ledger/GeneralLedgerServices.xml

2019-04-27 Thread surajk
Author: surajk Date: Sat Apr 27 07:15:51 2019 New Revision: 1858250 URL: http://svn.apache.org/viewvc?rev=1858250=rev Log: Fixed: Customer Party getting set as 'organizationPartyId' in one the Account transaction for Customer return invoice. (OFBIZ-10856) Thanks Chinmay Patidar for reporting and

svn commit: r1858249 - /ofbiz/branches/release16.11/specialpurpose/projectmgr/widget/forms/ProjectForms.xml

2019-04-27 Thread surajk
Author: surajk Date: Sat Apr 27 07:05:07 2019 New Revision: 1858249 URL: http://svn.apache.org/viewvc?rev=1858249=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 Jacques

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

2019-04-27 Thread surajk
Author: surajk Date: Sat Apr 27 06:55:36 2019 New Revision: 1858247 URL: http://svn.apache.org/viewvc?rev=1858247=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 for

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

2019-04-27 Thread surajk
Author: surajk Date: Sat Apr 27 06:44:36 2019 New Revision: 1858245 URL: http://svn.apache.org/viewvc?rev=1858245=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 for

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

2019-04-27 Thread surajk
Author: surajk Date: Sat Apr 27 06:41:46 2019 New Revision: 1858244 URL: http://svn.apache.org/viewvc?rev=1858244=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 Jacques

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

2019-04-27 Thread surajk
Author: surajk Date: Sat Apr 27 06:18:17 2019 New Revision: 1858243 URL: http://svn.apache.org/viewvc?rev=1858243=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 code39 as

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

2019-04-27 Thread surajk
Author: surajk Date: Sat Apr 27 06:15:14 2019 New Revision: 1858242 URL: http://svn.apache.org/viewvc?rev=1858242=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 code39 as

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

2019-04-27 Thread surajk
Author: surajk Date: Sat Apr 27 06:00:20 2019 New Revision: 1858241 URL: http://svn.apache.org/viewvc?rev=1858241=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 Kumar