svn commit: r1802883 - /ofbiz/ofbiz-framework/trunk/applications/content/servicedef/services_commevent.xml

2017-07-24 Thread arunpatidar
Author: arunpatidar Date: Tue Jul 25 05:57:23 2017 New Revision: 1802883 URL: http://svn.apache.org/viewvc?rev=1802883=rev Log: Fixed typo of entity name and invoke attribute in service defination.(OFBIZ-8834) Thanks Devanshu for reporting. Modified:

svn commit: r1802811 - /ofbiz/ofbiz-framework/trunk/applications/accounting/groovyScripts/rate/RateServices.groovy

2017-07-24 Thread nmalin
Author: nmalin Date: Mon Jul 24 13:07:52 2017 New Revision: 1802811 URL: http://svn.apache.org/viewvc?rev=1802811=rev Log: Fixed: remove uneeded makeValidContext call with Groovy DSL improvement on run service at revision 1802798 Modified:

svn commit: r1802798 - /ofbiz/ofbiz-framework/trunk/framework/service/src/main/java/org/apache/ofbiz/service/engine/GroovyBaseScript.groovy

2017-07-24 Thread nmalin
Author: nmalin Date: Mon Jul 24 12:17:01 2017 New Revision: 1802798 URL: http://svn.apache.org/viewvc?rev=1802798=rev Log: Improved: Improve groovy DSL, runService call makeValidContext (OFBIZ-9523) When you call run service with groovy, you need to be sure that all parametes are good for the

svn commit: r1802779 - in /ofbiz/branches/ofbiz-new-website: download.html template/page/download.tpl.php

2017-07-24 Thread sharan
Author: sharan Date: Mon Jul 24 10:00:06 2017 New Revision: 1802779 URL: http://svn.apache.org/viewvc?rev=1802779=rev Log: Improved:Added links to Release Notes for 16.11.03 and 13.07.03 and regenerated Download page Modified: ofbiz/branches/ofbiz-new-website/download.html

svn commit: r1802773 - in /ofbiz/branches/release16.11: ./ applications/manufacturing/src/main/java/org/apache/ofbiz/manufacturing/mrp/MrpServices.java

2017-07-24 Thread jacopoc
Author: jacopoc Date: Mon Jul 24 09:39:12 2017 New Revision: 1802773 URL: http://svn.apache.org/viewvc?rev=1802773=rev Log: Applied fix from trunk for revision: 1802766 === Fixed: MRP generates duplicate requirements when items are initially under minimum quantity and have with pending

svn commit: r1802772 - in /ofbiz/ofbiz-framework/trunk/applications: content/servicedef/services_commevent.xml party/webapp/partymgr/WEB-INF/controller.xml

2017-07-24 Thread arunpatidar
Author: arunpatidar Date: Mon Jul 24 09:24:15 2017 New Revision: 1802772 URL: http://svn.apache.org/viewvc?rev=1802772=rev Log: Improvements in CommEventContentAssoc entity definition and services. (OFBIZ-8843) Applied improved patch. thanks Devanshu for your contribution. Modified:

svn commit: r1802771 - /ofbiz/ofbiz-plugins/trunk/scrum/webapp/scrum/WEB-INF/controller.xml

2017-07-24 Thread arunpatidar
Author: arunpatidar Date: Mon Jul 24 09:22:19 2017 New Revision: 1802771 URL: http://svn.apache.org/viewvc?rev=1802771=rev Log: Improvements in CommEventContentAssoc entity definition and services.(OFBIZ-8843) Applied imporved patch. Thanks Devanshu for your contribution. Modified:

svn commit: r1802766 - /ofbiz/ofbiz-framework/trunk/applications/manufacturing/src/main/java/org/apache/ofbiz/manufacturing/mrp/MrpServices.java

2017-07-24 Thread jacopoc
Author: jacopoc Date: Mon Jul 24 09:09:38 2017 New Revision: 1802766 URL: http://svn.apache.org/viewvc?rev=1802766=rev Log: Fixed: MRP generates duplicate requirements when items are initially under minimum quantity and have with pending approved purchase orders. (OFBIZ-9526) With this change

svn commit: r1802763 - in /ofbiz/branches/ofbiz-new-website: ./ template/region/

2017-07-24 Thread sharan
Author: sharan Date: Mon Jul 24 09:08:38 2017 New Revision: 1802763 URL: http://svn.apache.org/viewvc?rev=1802763=rev Log: Improved:Updated footer with ASF and other missing links and regenerated all pages Modified: ofbiz/branches/ofbiz-new-website/about-ofbiz.html

svn commit: r1802756 - in /ofbiz/branches/ofbiz-new-website: ./ template/region/

2017-07-24 Thread sharan
Author: sharan Date: Mon Jul 24 08:18:05 2017 New Revision: 1802756 URL: http://svn.apache.org/viewvc?rev=1802756=rev Log: Improved:Added Downloads page to menu bar and regenerated all pages Modified: ofbiz/branches/ofbiz-new-website/about-ofbiz.html

svn commit: r1802755 - in /ofbiz/ofbiz-framework/trunk/applications: manufacturing/src/main/java/org/apache/ofbiz/manufacturing/jobshopmgt/ProductionRunServices.java product/servicedef/services_invent

2017-07-24 Thread deepak
Author: deepak Date: Mon Jul 24 06:47:08 2017 New Revision: 1802755 URL: http://svn.apache.org/viewvc?rev=1802755=rev Log: Fixed: Improvements in Lot entity definition and services, Applied slightly modified patch from jira issue OFBIZ-8273. productionruntests test was failing, this will fix the

svn commit: r1802753 - in /ofbiz/ofbiz-framework/trunk/applications: accounting/groovyScripts/admin/ accounting/groovyScripts/payment/ accounting/groovyScripts/rate/ workeffort/groovyScripts/workeffor

2017-07-24 Thread deepak
Author: deepak Date: Mon Jul 24 06:13:11 2017 New Revision: 1802753 URL: http://svn.apache.org/viewvc?rev=1802753=rev Log: Improved: Used ModelService.IN_PARAM instead of hard coded "IN" in groovy file. Modified:

svn commit: r1802752 - /ofbiz/ofbiz-framework/trunk/applications/accounting/groovyScripts/rate/RateServices.groovy

2017-07-24 Thread deepak
Author: deepak Date: Mon Jul 24 06:01:41 2017 New Revision: 1802752 URL: http://svn.apache.org/viewvc?rev=1802752=rev Log: Fixed: Fixed typo done at r#1802668, Corrected service name from filteredRatesList to filterRateAmountList Modified: