svn commit: r1801351 - /ofbiz/ofbiz-framework/trunk/applications/order/template/reports/PurchasesByOrganizationReport.fo.ftl

2017-07-08 Thread deepak
Author: deepak Date: Sun Jul 9 06:46:54 2017 New Revision: 1801351 URL: http://svn.apache.org/viewvc?rev=1801351&view=rev Log: Fixed: Purchase by Organization report was broken, added check to avoid stack trace on fop. Modified: ofbiz/ofbiz-framework/trunk/applications/order/template/repor

svn commit: r1801350 - /ofbiz/ofbiz-framework/trunk/applications/workeffort/minilang/timesheet/TimesheetServices.xml

2017-07-08 Thread arunpatidar
Author: arunpatidar Date: Sun Jul 9 06:44:34 2017 New Revision: 1801350 URL: http://svn.apache.org/viewvc?rev=1801350&view=rev Log: Fixed: WorkEffort shows error on adding party with specific role to Timesheet. (OFBIZ-9317) Thanks Jagpreet for your contribution. Modified: ofbiz/ofbiz-fram

svn commit: r1801349 - in /ofbiz/ofbiz-framework/trunk/applications/workeffort: config/WorkEffortUiLabels.xml minilang/workeffort/WorkEffortSimpleServices.xml servicedef/services.xml widget/WorkEffort

2017-07-08 Thread arunpatidar
Author: arunpatidar Date: Sun Jul 9 06:30:21 2017 New Revision: 1801349 URL: http://svn.apache.org/viewvc?rev=1801349&view=rev Log: Fixed: Error displayed while adding WorkEffort Contact Mechs.(OFBIZ-9316) Applied slightly modified patch. Thanks Jagpreet for your contribution. Modified: ofb

svn commit: r1801348 - in /ofbiz/ofbiz-framework/trunk/applications/humanres: minilang/HumanResServices.xml servicedef/services.xml webapp/humanres/WEB-INF/controller.xml widget/forms/EmploymentForms.

2017-07-08 Thread deepak
Author: deepak Date: Sun Jul 9 06:02:33 2017 New Revision: 1801348 URL: http://svn.apache.org/viewvc?rev=1801348&view=rev Log: Improved: Service "deletePayHistory" does not have correct implementation (OFBIZ-9111) Use entity auto for deletePayHistory service, also added new service to expirePay

svn commit: r1801347 - /ofbiz/ofbiz-framework/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml

2017-07-08 Thread arunpatidar
Author: arunpatidar Date: Sun Jul 9 05:49:56 2017 New Revision: 1801347 URL: http://svn.apache.org/viewvc?rev=1801347&view=rev Log: Status of communication event role is marked Read on View Communication Event page. (OFBIZ-9473) Thanks Pallavi for your contribution. Modified: ofbiz/ofbiz-

svn commit: r1801346 - /ofbiz/ofbiz-framework/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml

2017-07-08 Thread arunpatidar
Author: arunpatidar Date: Sun Jul 9 05:44:31 2017 New Revision: 1801346 URL: http://svn.apache.org/viewvc?rev=1801346&view=rev Log: Fixed: Wrong screen redirection after adding note on Lead profile screen. (OFBIZ-9459) Thanks Jagpreet and Priya for your contribution. Modified: ofbiz/ofbiz

svn commit: r1801342 - in /ofbiz/ofbiz-framework/trunk/applications/accounting: groovyScripts/agreement/ groovyScripts/agreement/AgreementServices.groovy minilang/agreement/AgreementServices.xml servi

2017-07-08 Thread arunpatidar
Author: arunpatidar Date: Sat Jul 8 23:45:10 2017 New Revision: 1801342 URL: http://svn.apache.org/viewvc?rev=1801342&view=rev Log: Improved: Convert AgreementServices.xml mini-lang to groovyDSL. (OFBIZ-9460) Thanks Rishi Solanki for your contribution. Added: ofbiz/ofbiz-framework/trunk/app

svn commit: r1801343 - /ofbiz/ofbiz-framework/trunk/framework/webapp/entitydef/entitymodel.xml

2017-07-08 Thread arunpatidar
Author: arunpatidar Date: Sat Jul 8 23:55:33 2017 New Revision: 1801343 URL: http://svn.apache.org/viewvc?rev=1801343&view=rev Log: Improved: Cut of unnecessary auto-stamp fields from Visit, ServerHit and ServerHitBin. (OFBIZ-9402) Thanks Martin for your contribution. Modified: ofbiz/ofbiz

svn commit: r1801340 - /ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/shoppingcart/CheckOutEvents.java

2017-07-08 Thread arunpatidar
Author: arunpatidar Date: Sat Jul 8 23:21:13 2017 New Revision: 1801340 URL: http://svn.apache.org/viewvc?rev=1801340&view=rev Log: Fixed: Insufficient checking of checkOutPaymentId in CheckOutEvents.getSelectedPaymentMethods. (OFBIZ-9404) Applied slightly modified patch. Thanks Martin for you

svn commit: r1801337 - in /ofbiz/branches/release16.11: ./ framework/widget/src/main/java/org/apache/ofbiz/widget/renderer/macro/MacroMenuRenderer.java

2017-07-08 Thread deepak
Author: deepak Date: Sat Jul 8 22:57:38 2017 New Revision: 1801337 URL: http://svn.apache.org/viewvc?rev=1801337&view=rev Log: Applied fix from trunk for revision: 1801336 === Fixed: fix tag "disable-if-empty" in menus if field has no value (OFBIZ-9377) Thanks Gaudin Pierre and Humera Khan for

svn commit: r1801336 - /ofbiz/ofbiz-framework/trunk/framework/widget/src/main/java/org/apache/ofbiz/widget/renderer/macro/MacroMenuRenderer.java

2017-07-08 Thread deepak
Author: deepak Date: Sat Jul 8 22:54:06 2017 New Revision: 1801336 URL: http://svn.apache.org/viewvc?rev=1801336&view=rev Log: Fixed: fix tag "disable-if-empty" in menus if field has no value (OFBIZ-9377) Thanks Gaudin Pierre and Humera Khan for your contribution. Modified: ofbiz/ofbiz-fram

svn commit: r1801325 - in /ofbiz/ofbiz-plugins/trunk: ecommerce/template/ ecommerce/template/customer/ ecommerce/template/customer/profile/ ecommerce/template/survey/ hhfacility/template/ myportal/tem

2017-07-08 Thread arunpatidar
Author: arunpatidar Date: Sat Jul 8 21:15:25 2017 New Revision: 1801325 URL: http://svn.apache.org/viewvc?rev=1801325&view=rev Log: Improved: Set autocomplete to off for all the password fields. (OFBIZ-9471) Thanks Ritesh Kumar for your contribution. Modified: ofbiz/ofbiz-plugins/trunk/ecomm

svn commit: r1801324 - in /ofbiz/ofbiz-framework/trunk: applications/content/data/ applications/content/template/survey/ framework/common/template/ themes/rainbowstone/template/

2017-07-08 Thread arunpatidar
Author: arunpatidar Date: Sat Jul 8 21:07:51 2017 New Revision: 1801324 URL: http://svn.apache.org/viewvc?rev=1801324&view=rev Log: Improved: Set autocomplete to off for all the password fields.(OFBIZ-9471) Thanks Ritesh Kumar for your contribution. Modified: ofbiz/ofbiz-framework/trunk/appl

svn commit: r1801321 - in /ofbiz/branches/release16.11/applications/accounting: config/AccountingUiLabels.xml webapp/accounting/WEB-INF/controller.xml widget/PaymentScreens.xml

2017-07-08 Thread deepak
Author: deepak Date: Sat Jul 8 20:34:19 2017 New Revision: 1801321 URL: http://svn.apache.org/viewvc?rev=1801321&view=rev Log: Fixed: Manually applied fix from trunk r#1801320 Log: ACCTG TRANS ENTRIES PDF link on invoiceOverview does not work (OFBIZ-6774) Thanks Morten and Ankit Joshi for your co

svn commit: r1801320 - in /ofbiz/ofbiz-framework/trunk/applications/accounting: config/AccountingUiLabels.xml webapp/accounting/WEB-INF/controller.xml widget/PaymentScreens.xml

2017-07-08 Thread arunpatidar
Author: arunpatidar Date: Sat Jul 8 20:24:35 2017 New Revision: 1801320 URL: http://svn.apache.org/viewvc?rev=1801320&view=rev Log: Fixed: ACCTG TRANS ENTRIES PDF link on invoiceOverview does not work. (OFBIZ-6774) Thanks Morten and Ankit Joshi for your contribution. Modified: ofbiz/ofbiz-

svn commit: r1801319 - /ofbiz/ofbiz-framework/trunk/applications/order/template/entry/cart/ShowCart.ftl

2017-07-08 Thread arunpatidar
Author: arunpatidar Date: Sat Jul 8 20:06:38 2017 New Revision: 1801319 URL: http://svn.apache.org/viewvc?rev=1801319&view=rev Log: Fixed: Missing productId in input field after Atp/Qoh button is clicked on create PO screen. (OFBIZ-9470) Thanks Pallavi for your contribution. Modified: ofbi

svn commit: r1801318 - /ofbiz/ofbiz-framework/trunk/applications/order/template/entry/cart/ShowCart.ftl

2017-07-08 Thread arunpatidar
Author: arunpatidar Date: Sat Jul 8 19:52:35 2017 New Revision: 1801318 URL: http://svn.apache.org/viewvc?rev=1801318&view=rev Log: Fixed: UI issue in ATP/QOH table on Create Purchase Order screen. (OFBIZ-9468) Thanks Pallavi for your contribution. Modified: ofbiz/ofbiz-framework/trunk/appl

svn commit: r1801316 - /ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/PriceForms.xml

2017-07-08 Thread arunpatidar
Author: arunpatidar Date: Sat Jul 8 19:07:45 2017 New Revision: 1801316 URL: http://svn.apache.org/viewvc?rev=1801316&view=rev Log: Fixed: Alignment issue at Catalog Manager page. (OFBIZ-9461) Thanks Sanjay Yadav and Humera Khan for your contribution. Modified: ofbiz/ofbiz-framework/trunk/a

svn commit: r1801314 - /ofbiz/ofbiz-framework/trunk/framework/common/config/CommonEntityLabels.xml

2017-07-08 Thread deepak
Author: deepak Date: Sat Jul 8 18:44:48 2017 New Revision: 1801314 URL: http://svn.apache.org/viewvc?rev=1801314&view=rev Log: Fixed sequencing for ILS locale description. Modified: ofbiz/ofbiz-framework/trunk/framework/common/config/CommonEntityLabels.xml Modified: ofbiz/ofbiz-framework/t

svn commit: r1801313 - in /ofbiz/ofbiz-framework/trunk: applications/order/src/main/java/org/apache/ofbiz/order/order/ applications/product/src/main/java/org/apache/ofbiz/product/subscription/ framewo

2017-07-08 Thread arunpatidar
Author: arunpatidar Date: Sat Jul 8 18:43:54 2017 New Revision: 1801313 URL: http://svn.apache.org/viewvc?rev=1801313&view=rev Log: Improved: Use serviceUtil() in place of hard-coded error/success messages. (OFBIZ-9466) Thanks Pawan Verma for your contribution. Modified: ofbiz/ofbiz-framew

svn commit: r1801312 - /ofbiz/ofbiz-framework/trunk/framework/common/config/CommonEntityLabels.xml

2017-07-08 Thread deepak
Author: deepak Date: Sat Jul 8 18:42:29 2017 New Revision: 1801312 URL: http://svn.apache.org/viewvc?rev=1801312&view=rev Log: Added mistakenly removed valued for ILS entity uiLabel. Modified: ofbiz/ofbiz-framework/trunk/framework/common/config/CommonEntityLabels.xml Modified: ofbiz/ofbiz-

svn commit: r1801311 - /ofbiz/ofbiz-framework/trunk/framework/common/config/CommonEntityLabels.xml

2017-07-08 Thread deepak
Author: deepak Date: Sat Jul 8 18:39:30 2017 New Revision: 1801311 URL: http://svn.apache.org/viewvc?rev=1801311&view=rev Log: Fixed: Removed duplicate uiLable for ILS currency, also fix translation for French locale. (OFBIZ-9413) Thanks Jacques for reporting Modified: ofbiz/ofbiz-framework

svn commit: r1801310 - in /ofbiz/ofbiz-framework/trunk/applications: datamodel/entitydef/ product/groovyScripts/facility/shipment/

2017-07-08 Thread arunpatidar
Author: arunpatidar Date: Sat Jul 8 18:38:17 2017 New Revision: 1801310 URL: http://svn.apache.org/viewvc?rev=1801310&view=rev Log: Improved: Improvements in OrderHeader entity definition and services. (OFBIZ-9457) Thanks Rishi solanki and Aishwary Shrivastav for your contribution. Modified:

svn commit: r1801308 - in /ofbiz/ofbiz-framework/trunk/applications/party: webapp/partymgr/WEB-INF/controller.xml widget/partymgr/PartyScreens.xml

2017-07-08 Thread arunpatidar
Author: arunpatidar Date: Sat Jul 8 18:34:08 2017 New Revision: 1801308 URL: http://svn.apache.org/viewvc?rev=1801308&view=rev Log: Fixed: Create New button is misplaced on Party Content Screen.(OFBIZ-9328) Thanks Devanshu and Humera for your contribution. Modified: ofbiz/ofbiz-framework/tr

svn commit: r1801306 - /ofbiz/branches/release16.11/framework/widget/templates/HtmlMenuMacroLibrary.ftl

2017-07-08 Thread deepak
Author: deepak Date: Sat Jul 8 17:47:09 2017 New Revision: 1801306 URL: http://svn.apache.org/viewvc?rev=1801306&view=rev Log: Improved: Set the default value for Html Menu Macro Library (OFBIZ-7877) Thanks Renuka Srishti for your contribution. Modified: ofbiz/branches/release16.11/framewor

svn commit: r1801304 - /ofbiz/branches/release16.11/applications/product/src/main/java/org/apache/ofbiz/product/inventory/InventoryServices.java

2017-07-08 Thread deepak
Author: deepak Date: Sat Jul 8 17:21:29 2017 New Revision: 1801304 URL: http://svn.apache.org/viewvc?rev=1801304&view=rev Log: Fixed: Manual applied fix from jira issue(OFBIZ-9464) Log: Fixed:Accounting quantity transfer should not be zero while transferring inventory from one facility to anoth

svn commit: r1801303 - /ofbiz/ofbiz-framework/trunk/applications/party/widget/partymgr/PartyForms.xml

2017-07-08 Thread arunpatidar
Author: arunpatidar Date: Sat Jul 8 17:17:48 2017 New Revision: 1801303 URL: http://svn.apache.org/viewvc?rev=1801303&view=rev Log: Fixed: Incorrect MimeTypeId value shown if the form is submitted. (OFBIZ-9344) Thanks Devanshu Vyas for your contribution. Modified: ofbiz/ofbiz-framework/trun

svn commit: r1801302 - /ofbiz/ofbiz-framework/trunk/applications/accounting/minilang/rate/

2017-07-08 Thread deepak
Author: deepak Date: Sat Jul 8 17:17:22 2017 New Revision: 1801302 URL: http://svn.apache.org/viewvc?rev=1801302&view=rev Log: Removed mistakenly added file in r#1801300 Removed: ofbiz/ofbiz-framework/trunk/applications/accounting/minilang/rate/

svn commit: r1801301 - /ofbiz/ofbiz-framework/trunk/applications/order/template/order/OrderPaymentInfo.ftl

2017-07-08 Thread arunpatidar
Author: arunpatidar Date: Sat Jul 8 16:14:21 2017 New Revision: 1801301 URL: http://svn.apache.org/viewvc?rev=1801301&view=rev Log: Fixed: Issue due to my previous commit of consistent pattern in comparision.(OFBIZ-9254) Thanks Swapnil Mane for reporting. Modified: ofbiz/ofbiz-framework/tr

svn commit: r1801300 - in /ofbiz/ofbiz-framework/trunk/applications: accounting/minilang/rate/ product/src/main/java/org/apache/ofbiz/product/inventory/InventoryServices.java

2017-07-08 Thread diveshdutta
Author: diveshdutta Date: Sat Jul 8 16:06:04 2017 New Revision: 1801300 URL: http://svn.apache.org/viewvc?rev=1801300&view=rev Log: Fixed:Accounting quantity transfer should not be zero while transferring inventory from one facility to another (OFBIZ-9464) Thanks Vaibhav Jain for reporting this

svn commit: r1801286 - in /ofbiz/ofbiz-plugins/trunk: ebay/template/find/ ebaystore/template/feedback/ ebaystore/template/store/

2017-07-08 Thread arunpatidar
Author: arunpatidar Date: Sat Jul 8 13:30:04 2017 New Revision: 1801286 URL: http://svn.apache.org/viewvc?rev=1801286&view=rev Log: Improved: Inconsistent String Comparisons in Ftl of ebay plugin. (OFBIZ-9254). Thanks Devanshu Vyas for your contribution Modified: ofbiz/ofbiz-plugins/trunk/e

svn commit: r1801284 [2/2] - in /ofbiz/ofbiz-plugins/trunk/ecommerce/template: ./ blog/ cart/ catalog/ content/ customer/ customer/profile/ data/ email/ forum/ includes/ order/ quote/ shoppinglist/ su

2017-07-08 Thread arunpatidar
Modified: ofbiz/ofbiz-plugins/trunk/ecommerce/template/order/PaymentOptions.ftl URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/ecommerce/template/order/PaymentOptions.ftl?rev=1801284&r1=1801283&r2=1801284&view=diff ==

svn commit: r1801284 [1/2] - in /ofbiz/ofbiz-plugins/trunk/ecommerce/template: ./ blog/ cart/ catalog/ content/ customer/ customer/profile/ data/ email/ forum/ includes/ order/ quote/ shoppinglist/ su

2017-07-08 Thread arunpatidar
Author: arunpatidar Date: Sat Jul 8 12:54:32 2017 New Revision: 1801284 URL: http://svn.apache.org/viewvc?rev=1801284&view=rev Log: Improved: Inconsistent String Comparisons in Ftl of ecommerce plugin. (OFBIZ-9254). Thanks Devanshu Vyas for your contribution Modified: ofbiz/ofbiz-plugins/t

svn commit: r1801282 - in /ofbiz/ofbiz-plugins/trunk: pricat/template/pricat/ projectmgr/template/project/ projectmgr/template/project/summary/ webpos/template/catalog/

2017-07-08 Thread arunpatidar
Author: arunpatidar Date: Sat Jul 8 12:39:58 2017 New Revision: 1801282 URL: http://svn.apache.org/viewvc?rev=1801282&view=rev Log: Improved: Inconsistent String Comparisons (OFBIZ-9254) Thanks Devanshu Vyas for your contribution Modified: ofbiz/ofbiz-plugins/trunk/pricat/template/pricat/Ex

svn commit: r1801281 - in /ofbiz/ofbiz-framework/trunk: applications/product/config/ applications/product/groovyScripts/facility/shipment/ applications/product/template/shipment/ framework/common/conf

2017-07-08 Thread deepak
Author: deepak Date: Sat Jul 8 11:36:50 2017 New Revision: 1801281 URL: http://svn.apache.org/viewvc?rev=1801281&view=rev Log: Improved: Following uiLabels should move from ProductUiLabels.xml to CommonEntityLabels.xml. (OFBIZ-9408) ProductShipmentUomAbbreviation_LEN_in ProductShipmentUo

svn commit: r1801280 [1/2] - in /ofbiz/ofbiz-framework/trunk/applications/product/template: category/ config/ facility/ feature/ find/ imagemanagement/ inventory/ price/ product/ promo/ returns/ shipm

2017-07-08 Thread arunpatidar
Author: arunpatidar Date: Sat Jul 8 11:33:19 2017 New Revision: 1801280 URL: http://svn.apache.org/viewvc?rev=1801280&view=rev Log: Improved: Inconsistent String Comparisons. (OFBIZ-9254). Thanks Devanshu Vyas for your contribution Modified: ofbiz/ofbiz-framework/trunk/applications/product

svn commit: r1801280 [2/2] - in /ofbiz/ofbiz-framework/trunk/applications/product/template: category/ config/ facility/ feature/ find/ imagemanagement/ inventory/ price/ product/ promo/ returns/ shipm

2017-07-08 Thread arunpatidar
Modified: ofbiz/ofbiz-framework/trunk/applications/product/template/shipment/PackOrder.ftl URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/template/shipment/PackOrder.ftl?rev=1801280&r1=1801279&r2=1801280&view=diff ===

svn commit: r1801278 - in /ofbiz/ofbiz-framework/trunk/themes: bluelight/template/ flatgrey/template/ rainbowstone/template/ rainbowstone/template/includes/ tomahawk/template/

2017-07-08 Thread arunpatidar
Author: arunpatidar Date: Sat Jul 8 11:03:07 2017 New Revision: 1801278 URL: http://svn.apache.org/viewvc?rev=1801278&view=rev Log: Improved: Inconsistent String Comparisons. (OFBIZ-9254). Thanks Devanshu Vyas for your contribution Modified: ofbiz/ofbiz-framework/trunk/themes/bluelight/tem

svn commit: r1801275 - in /ofbiz/branches/release16.11: ./ applications/order/groovyScripts/entry/AddGiftCertificates.groovy applications/order/template/entry/cart/ShowCart.ftl

2017-07-08 Thread deepak
Author: deepak Date: Sat Jul 8 11:01:03 2017 New Revision: 1801275 URL: http://svn.apache.org/viewvc?rev=1801275&view=rev Log: Applied fix from trunk for revision: 1801274 === Fixed: add gift certificate in purchase order cause exception (OFBIZ-9438) Apply slightly modified patch from jira issu

svn commit: r1801274 - in /ofbiz/ofbiz-framework/trunk/applications/order: groovyScripts/entry/AddGiftCertificates.groovy template/entry/cart/ShowCart.ftl

2017-07-08 Thread deepak
Author: deepak Date: Sat Jul 8 10:59:18 2017 New Revision: 1801274 URL: http://svn.apache.org/viewvc?rev=1801274&view=rev Log: Fixed: add gift certificate in purchase order cause exception (OFBIZ-9438) Apply slightly modified patch from jira issue. Thanks Wai and Pallavi for your contribution. M

svn commit: r1801273 - /ofbiz/ofbiz-framework/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml

2017-07-08 Thread arunpatidar
Author: arunpatidar Date: Sat Jul 8 10:53:55 2017 New Revision: 1801273 URL: http://svn.apache.org/viewvc?rev=1801273&view=rev Log: Improved:On create order, the page shows orderview screen, but Url does not change. It shows processorder. (OFBIZ-9462) Thanks Renuka Srishti for your contribution

svn commit: r1801272 - /ofbiz/ofbiz-framework/trunk/applications/workeffort/widget/WorkEffortForms.xml

2017-07-08 Thread arunpatidar
Author: arunpatidar Date: Sat Jul 8 10:34:25 2017 New Revision: 1801272 URL: http://svn.apache.org/viewvc?rev=1801272&view=rev Log: Improved:Require check on Create Work Effort Screen (OFBIZ-7496) Modified: ofbiz/ofbiz-framework/trunk/applications/workeffort/widget/WorkEffortForms.xml Modi

svn propchange: r1801270 - svn:log

2017-07-08 Thread pranayp
Author: pranayp Revision: 1801270 Modified property: svn:log Modified: svn:log at Sat Jul 8 10:19:06 2017 -- --- svn:log (original) +++ svn:log Sat Jul 8 10:19:06 2017 @@ -1,9 +1,9 @@ -Merged from trunk r1801269. +Applie

svn propchange: r1801269 - svn:log

2017-07-08 Thread pranayp
Author: pranayp Revision: 1801269 Modified property: svn:log Modified: svn:log at Sat Jul 8 10:17:23 2017 -- --- svn:log (original) +++ svn:log Sat Jul 8 10:17:23 2017 @@ -1 +1,5 @@ -Fixed: Product specific quantity cond

svn propchange: r1801271 - svn:log

2017-07-08 Thread mbrohl
Author: mbrohl Revision: 1801271 Modified property: svn:log Modified: svn:log at Sat Jul 8 10:08:02 2017 -- --- svn:log (original) +++ svn:log Sat Jul 8 10:08:02 2017 @@ -3,4 +3,6 @@ Improved: Fixing defects reported by

svn commit: r1801271 - /ofbiz/ofbiz-framework/trunk/applications/accounting/src/main/java/org/apache/ofbiz/accounting/tax/TaxAuthorityServices.java

2017-07-08 Thread mbrohl
Author: mbrohl Date: Sat Jul 8 10:03:22 2017 New Revision: 1801271 URL: http://svn.apache.org/viewvc?rev=1801271&view=rev Log: Improved: Fixing defects reported by code analysis tools. (OFBIZ-9452) This sets non-final static fields to final, avoids display of known null values in the errors mess

svn commit: r1801270 - /ofbiz/branches/release16.11/applications/order/src/main/java/org/apache/ofbiz/order/shoppingcart/ShoppingCartHelper.java

2017-07-08 Thread pranayp
Author: pranayp Date: Sat Jul 8 09:41:15 2017 New Revision: 1801270 URL: http://svn.apache.org/viewvc?rev=1801270&view=rev Log: Merged from trunk r1801269. == Fixed: Product specific quantity condition price rule application when quantity is changed in cart (OFBI

svn commit: r1801269 - /ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/shoppingcart/ShoppingCartHelper.java

2017-07-08 Thread pranayp
Author: pranayp Date: Sat Jul 8 09:25:06 2017 New Revision: 1801269 URL: http://svn.apache.org/viewvc?rev=1801269&view=rev Log: Fixed: Product specific quantity condition price rule application when quantity is changed in cart (OFBIZ-7263) Changing item quantity in cart was setting the flag isM

svn commit: r1801268 - in /ofbiz/ofbiz-framework/trunk: applications/manufacturing/template/mrp/ applications/order/template/order/ applications/party/template/party/ applications/product/template/cat

2017-07-08 Thread arunpatidar
Author: arunpatidar Date: Sat Jul 8 09:15:03 2017 New Revision: 1801268 URL: http://svn.apache.org/viewvc?rev=1801268&view=rev Log: Improved: Inconsistent String Comparisons. (OFBIZ-9254). Thanks Devanshu Vyas for your contribution Modified: ofbiz/ofbiz-framework/trunk/applications/manufa

svn commit: r1801267 - in /ofbiz/ofbiz-framework/trunk/framework: service/src/main/java/org/apache/ofbiz/service/ service/src/main/java/org/apache/ofbiz/service/engine/ webapp/src/main/java/org/apache

2017-07-08 Thread deepak
Author: deepak Date: Sat Jul 8 09:01:37 2017 New Revision: 1801267 URL: http://svn.apache.org/viewvc?rev=1801267&view=rev Log: Improved: Added new constraints for INOUT modelservice param, Also updated remaining occurrences for hardcoded IN, OUT and INOUT model service param. (OFBIZ-9434) Modi

svn commit: r1801266 - in /ofbiz/ofbiz-framework/trunk: applications/content/src/main/java/org/apache/ofbiz/content/ applications/content/src/main/java/org/apache/ofbiz/content/survey/ applications/ma

2017-07-08 Thread deepak
Author: deepak Date: Sat Jul 8 08:35:32 2017 New Revision: 1801266 URL: http://svn.apache.org/viewvc?rev=1801266&view=rev Log: Improved: Remove hard-coded instances of "IN" with ModelService.IN_PARAM (OFBIZ-9434) Thanks Devanshu and Pawan for your contribution. Modified: ofbiz/ofbiz-framew

svn commit: r1801263 - /ofbiz/ofbiz-framework/trunk/applications/manufacturing/widget/manufacturing/RoutingTaskForms.xml

2017-07-08 Thread arunpatidar
Author: arunpatidar Date: Sat Jul 8 08:18:44 2017 New Revision: 1801263 URL: http://svn.apache.org/viewvc?rev=1801263&view=rev Log: Required check missing for Routing Task Name on Add Routing Task page. (OFBIZ-9456). Thanks Aditya Sharma for reporting and providing patch. Modified: ofbiz/