svn commit: r1074484 - /ofbiz/branches/release10.04/applications/product/webapp/catalog/category/EditCategory.ftl

2011-02-25 Thread ashish
Author: ashish Date: Fri Feb 25 11:59:41 2011 New Revision: 1074484 URL: http://svn.apache.org/viewvc?rev=1074484view=rev Log: Bug fix. Correct ProductCategoryTypeId is not displaying as selected in dropdown for EditCategory screen, It always show Catalog productCategoryType as selected

svn commit: r1065553 - in /ofbiz/branches/release10.04: ./ specialpurpose/ecommerce/data/DemoOrderPeopleData.xml

2011-01-31 Thread ashish
Author: ashish Date: Mon Jan 31 10:52:19 2011 New Revision: 1065553 URL: http://svn.apache.org/viewvc?rev=1065553view=rev Log: Applied fix from trunk for revision: 1065550 === Bug fix. Changed the year of expiration in demo data. Modified: ofbiz/branches/release10.04/ (props changed

svn commit: r1064993 - in /ofbiz/trunk/applications: order/servicedef/services.xml order/servicedef/services_quote.xml order/servicedef/services_return.xml product/servicedef/services_shipment.xml

2011-01-29 Thread ashish
Author: ashish Date: Sat Jan 29 10:22:13 2011 New Revision: 1064993 URL: http://svn.apache.org/viewvc?rev=1064993view=rev Log: Bug fix. My recent commit r1064953 was creating problem while running test case. Thanks Divesh for providing the fix. Modified: ofbiz/trunk/applications/order

svn commit: r1064994 - in /ofbiz/branches/release10.04: ./ applications/order/servicedef/services.xml applications/order/servicedef/services_quote.xml applications/order/servicedef/services_return.xml

2011-01-29 Thread ashish
Author: ashish Date: Sat Jan 29 10:24:49 2011 New Revision: 1064994 URL: http://svn.apache.org/viewvc?rev=1064994view=rev Log: Applied fix from trunk for revision: 1064993 === Bug fix. My recent commit r1064953 was creating problem while running test case. Thanks Divesh for providing the fix

svn commit: r1064953 - in /ofbiz/trunk/framework/common: script/org/ofbiz/common/email/EmailServices.xml src/org/ofbiz/common/email/EmailServices.java

2011-01-28 Thread ashish
Author: ashish Date: Sat Jan 29 05:29:55 2011 New Revision: 1064953 URL: http://svn.apache.org/viewvc?rev=1064953view=rev Log: Bug fix. Returning communicationEventId from the service implementation which was defined OUT in service definition. Thanks Divesh! Modified: ofbiz/trunk/framework

svn commit: r1064958 - in /ofbiz/branches/release10.04: ./ framework/common/script/org/ofbiz/common/email/EmailServices.xml framework/common/src/org/ofbiz/common/email/EmailServices.java

2011-01-28 Thread ashish
Author: ashish Date: Sat Jan 29 05:45:46 2011 New Revision: 1064958 URL: http://svn.apache.org/viewvc?rev=1064958view=rev Log: Applied fix from trunk for revision: 1064953 === Bug fix. Returning communicationEventId from the service implementation which was defined OUT in service definition

svn commit: r1064090 - /ofbiz/trunk/applications/order/servicedef/secas.xml

2011-01-27 Thread ashish
Author: ashish Date: Thu Jan 27 11:27:22 2011 New Revision: 1064090 URL: http://svn.apache.org/viewvc?rev=1064090view=rev Log: Bug fix - Order Complete Mail is being sent to Customer when payment capture fails. Thanks Amit. Modified: ofbiz/trunk/applications/order/servicedef/secas.xml

svn commit: r1064092 - in /ofbiz/branches/release10.04: ./ applications/order/servicedef/secas.xml

2011-01-27 Thread ashish
Author: ashish Date: Thu Jan 27 11:30:06 2011 New Revision: 1064092 URL: http://svn.apache.org/viewvc?rev=1064092view=rev Log: Applied fix from trunk for revision: 1064090 === Bug fix - Order Complete Mail is being sent to Customer when payment capture fails. Thanks Amit. Modified: ofbiz

svn commit: r1058057 - in /ofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore: WEB-INF/actions/store/PrepareProductListing.groovy store/StoreSetting.ftl store/ebayApiKeywordSearch.ftl store/product

2011-01-12 Thread ashish
Author: ashish Date: Wed Jan 12 10:45:00 2011 New Revision: 1058057 URL: http://svn.apache.org/viewvc?rev=1058057view=rev Log: Minor bug fixes. 1. Changed 'uiLabel' to 'uiLabelMap'. 2. Added condition to avoid null pointer exception. 3. Fixed issue of JS function. Thanks Arun! Modified

svn commit: r1054565 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/CheckOutHelper.java

2011-01-03 Thread ashish
Author: ashish Date: Mon Jan 3 09:09:17 2011 New Revision: 1054565 URL: http://svn.apache.org/viewvc?rev=1054565view=rev Log: Bug fix. Make sure we have websiteId available if not take it from cart if its there to make sure we have webSite associated with the order in createOrder method

svn commit: r1054566 - in /ofbiz/branches/release10.04: ./ applications/order/src/org/ofbiz/order/shoppingcart/CheckOutHelper.java

2011-01-03 Thread ashish
Author: ashish Date: Mon Jan 3 09:13:47 2011 New Revision: 1054566 URL: http://svn.apache.org/viewvc?rev=1054566view=rev Log: Applied fix from trunk for revision: 1054565 === Bug fix. Make sure we have websiteId available if not take it from cart if its there to make sure we have webSite

svn commit: r1054599 - in /ofbiz/trunk/applications/order: entitydef/entitymodel.xml script/org/ofbiz/order/order/OrderReturnServices.xml servicedef/services_return.xml src/org/ofbiz/order/shoppingcar

2011-01-03 Thread ashish
Author: ashish Date: Mon Jan 3 12:53:29 2011 New Revision: 1054599 URL: http://svn.apache.org/viewvc?rev=1054599view=rev Log: First pass, adding new entity ReturnContactMech that will help us to store and fetch the correct values for email, phone address for the new exchange order. Providing

svn commit: r1053285 - /ofbiz/trunk/framework/widget/templates/foScreenMacroLibrary.ftl

2010-12-28 Thread ashish
Author: ashish Date: Tue Dec 28 09:30:44 2010 New Revision: 1053285 URL: http://svn.apache.org/viewvc?rev=1053285view=rev Log: Bug fix. Added missing argument parameters in Macro renderContentBegin. It was giving error on console when we render content in pdf file. Error was coming : -- 2010

svn commit: r1053287 - in /ofbiz/branches/release10.04: ./ framework/widget/templates/foScreenMacroLibrary.ftl

2010-12-28 Thread ashish
Author: ashish Date: Tue Dec 28 09:36:25 2010 New Revision: 1053287 URL: http://svn.apache.org/viewvc?rev=1053287view=rev Log: Applied fix from trunk for revision: 1053285 === Bug fix. Added missing argument parameters in Macro renderContentBegin. It was giving error on console when we render

svn commit: r1053289 - /ofbiz/trunk/framework/common/src/org/ofbiz/common/email/EmailServices.java

2010-12-28 Thread ashish
Author: ashish Date: Tue Dec 28 09:44:17 2010 New Revision: 1053289 URL: http://svn.apache.org/viewvc?rev=1053289view=rev Log: Bug fix. When there is failure in sending email from OFBiz we need to break the loop. Thanks Pranay for the contribution. Modified: ofbiz/trunk/framework/common

svn commit: r1053291 - in /ofbiz/branches/release10.04: ./ framework/common/src/org/ofbiz/common/email/EmailServices.java

2010-12-28 Thread ashish
Author: ashish Date: Tue Dec 28 09:45:53 2010 New Revision: 1053291 URL: http://svn.apache.org/viewvc?rev=1053291view=rev Log: Applied fix from trunk for revision: 1053289 === Bug fix. When there is failure in sending email from OFBiz we need to break the loop. Thanks Pranay

svn commit: r1053271 - in /ofbiz/trunk/applications/order/webapp/ordermgr: WEB-INF/actions/order/OrderView.groovy order/ordercontactinfo.ftl

2010-12-27 Thread ashish
Author: ashish Date: Tue Dec 28 06:55:06 2010 New Revision: 1053271 URL: http://svn.apache.org/viewvc?rev=1053271view=rev Log: Applied patch from jira issue - OFBIZ-4078 - Provide the option on orderview screen so that CSR could change customer phone and email address. Thanks Amit

svn commit: r1051812 - /ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductAssoc.groovy

2010-12-22 Thread ashish
Author: ashish Date: Wed Dec 22 10:26:46 2010 New Revision: 1051812 URL: http://svn.apache.org/viewvc?rev=1051812view=rev Log: Code improvement in my previous commit. By default timeZone locale object exists in groovy files. So no need to use utility methods for fetching these value. Modified

svn commit: r1051813 - in /ofbiz/branches/release10.04: ./ applications/product/webapp/catalog/WEB-INF/actions/product/EditProductAssoc.groovy

2010-12-22 Thread ashish
Author: ashish Date: Wed Dec 22 10:29:07 2010 New Revision: 1051813 URL: http://svn.apache.org/viewvc?rev=1051813view=rev Log: Applied fix from trunk for revision: 1051812 === Code improvement in my previous commit. By default timeZone locale object exists in groovy files. So no need to use

svn commit: r1051450 - /ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/product/EditProductAssoc.groovy

2010-12-21 Thread ashish
Author: ashish Date: Tue Dec 21 11:08:56 2010 New Revision: 1051450 URL: http://svn.apache.org/viewvc?rev=1051450view=rev Log: Bug fix. Anyone working in different time zone(lets say PST) should get issue in updating the record. Modified: ofbiz/trunk/applications/product/webapp/catalog

svn commit: r1051453 - in /ofbiz/branches/release10.04: ./ applications/product/webapp/catalog/WEB-INF/actions/product/EditProductAssoc.groovy

2010-12-21 Thread ashish
Author: ashish Date: Tue Dec 21 11:11:13 2010 New Revision: 1051453 URL: http://svn.apache.org/viewvc?rev=1051453view=rev Log: Applied fix from trunk for revision: 1051450 === Bug fix. Anyone working in different time zone(lets say PST) should get issue in updating the record. Modified

svn commit: r1051111 - /ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderServices.xml

2010-12-20 Thread ashish
Author: ashish Date: Mon Dec 20 14:08:17 2010 New Revision: 105 URL: http://svn.apache.org/viewvc?rev=105view=rev Log: Applied patch from jira issue - OFBIZ-4069. Bug in a log of createUpdateShippingAddress service. Thanks Atul for the contribution. Modified: ofbiz/trunk

svn commit: r1051112 - in /ofbiz/branches/release10.04: ./ applications/order/script/org/ofbiz/order/order/OrderServices.xml

2010-12-20 Thread ashish
Author: ashish Date: Mon Dec 20 14:09:58 2010 New Revision: 1051112 URL: http://svn.apache.org/viewvc?rev=1051112view=rev Log: Applied fix from trunk for revision: 105 === Applied patch from jira issue - OFBIZ-4069. Bug in a log of createUpdateShippingAddress service. Thanks Atul

svn commit: r1042950 - /ofbiz/trunk/applications/workeffort/data/WorkEffortSecurityData.xml

2010-12-07 Thread ashish
Author: ashish Date: Tue Dec 7 09:50:08 2010 New Revision: 1042950 URL: http://svn.apache.org/viewvc?rev=1042950view=rev Log: Bug fix. The workeffort group WORKEFFORT_USER was not associated with WORKEFFORTMGR_VIEW so if you assign this group to any user then you can see or login

svn commit: r1042951 - in /ofbiz/branches/release10.04: ./ applications/workeffort/data/WorkEffortSecurityData.xml

2010-12-07 Thread ashish
Author: ashish Date: Tue Dec 7 09:54:33 2010 New Revision: 1042951 URL: http://svn.apache.org/viewvc?rev=1042951view=rev Log: Applied fix from trunk for revision: 1042950 === Bug fix. The workeffort group WORKEFFORT_USER was not associated with WORKEFFORTMGR_VIEW so if you assign this group

svn commit: r1042953 - /ofbiz/trunk/applications/workeffort/data/WorkEffortSecurityData.xml

2010-12-07 Thread ashish
Author: ashish Date: Tue Dec 7 09:58:28 2010 New Revision: 1042953 URL: http://svn.apache.org/viewvc?rev=1042953view=rev Log: Adding new User Security Group so if needed we can only assign work effort component to any user. Thanks Amit for the contribution. Modified: ofbiz/trunk

svn commit: r1042606 - in /ofbiz/branches/release10.04/applications/order/src/org/ofbiz/order: shoppingcart/CheckOutEvents.java thirdparty/paypal/ExpressCheckoutEvents.java

2010-12-06 Thread ashish
Author: ashish Date: Mon Dec 6 12:31:55 2010 New Revision: 1042606 URL: http://svn.apache.org/viewvc?rev=1042606view=rev Log: Applied fix from r949465. The paypal checkout should not always redirect to sandbox while you are in production environment, It should be taken from configuration

svn commit: r1042224 - in /ofbiz/branches/release10.04: ./ applications/order/src/org/ofbiz/order/order/OrderServices.java

2010-12-04 Thread ashish
Author: ashish Date: Sat Dec 4 18:39:13 2010 New Revision: 1042224 URL: http://svn.apache.org/viewvc?rev=1042224view=rev Log: Applied fix from trunk for revision: 104 === Bug fix - Typo - ORDER_COMPLETE - ORDER_COMPLETED. ITEM_COMPLETE - ITEM_COMPLETED. This was causing issue

svn commit: r1040091 - /ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/entity/FindGeneric.groovy

2010-11-29 Thread ashish
Author: ashish Date: Mon Nov 29 12:46:58 2010 New Revision: 1040091 URL: http://svn.apache.org/viewvc?rev=1040091view=rev Log: Bug fix. Removed hard coded viewSize value from FindGeneric.groovy file. If viewSize is not available in parameters then read defaultViewSize from widget.properties

svn commit: r1040092 - in /ofbiz/branches/release10.04: ./ framework/webtools/webapp/webtools/WEB-INF/actions/entity/FindGeneric.groovy

2010-11-29 Thread ashish
Author: ashish Date: Mon Nov 29 12:49:49 2010 New Revision: 1040092 URL: http://svn.apache.org/viewvc?rev=1040092view=rev Log: Applied fix from trunk for revision: 1040091 === Bug fix. Removed hard coded viewSize value from FindGeneric.groovy file. If viewSize is not available in parameters

svn commit: r1038990 - /ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/actions/category/EditCategoryProducts.groovy

2010-11-25 Thread ashish
Author: ashish Date: Thu Nov 25 10:26:29 2010 New Revision: 1038990 URL: http://svn.apache.org/viewvc?rev=1038990view=rev Log: Bug fix. If we have lot of category on CategoryRollup page then pagination is not working.On this page it is showing few categories after certain limit it is also

svn commit: r1038995 - in /ofbiz/branches/release10.04: ./ applications/product/webapp/catalog/WEB-INF/actions/category/EditCategoryProducts.groovy

2010-11-25 Thread ashish
Author: ashish Date: Thu Nov 25 10:29:52 2010 New Revision: 1038995 URL: http://svn.apache.org/viewvc?rev=1038995view=rev Log: Applied fix from trunk for revision: 1038990 === Bug fix. If we have lot of category on CategoryRollup page then pagination is not working.On this page it is showing

svn commit: r1039256 - in /ofbiz/trunk/applications: manufacturing/webapp/manufacturing/bom/ product/webapp/catalog/category/ product/webapp/catalog/product/

2010-11-25 Thread ashish
Author: ashish Date: Fri Nov 26 07:38:33 2010 New Revision: 1039256 URL: http://svn.apache.org/viewvc?rev=1039256view=rev Log: Bug Fix. If someone working in different time zone(For ex: PST) then updating, deleting records from db gives error on the console. Thanks Amit for the contribution

svn commit: r1037883 - /ofbiz/trunk/framework/service/src/org/ofbiz/service/mail/JavaMailContainer.java

2010-11-22 Thread ashish
Author: ashish Date: Mon Nov 22 20:56:07 2010 New Revision: 1037883 URL: http://svn.apache.org/viewvc?rev=1037883view=rev Log: Bug fix. Code should not read all the message from the Inbox. Code will only fetch the newly received message. Currently it is generating log message for all the Inbox

svn commit: r1037886 - in /ofbiz/branches/release10.04: ./ framework/service/src/org/ofbiz/service/mail/JavaMailContainer.java

2010-11-22 Thread ashish
Author: ashish Date: Mon Nov 22 20:58:31 2010 New Revision: 1037886 URL: http://svn.apache.org/viewvc?rev=1037886view=rev Log: Applied fix from trunk for revision: 1037883 === Modified: ofbiz/branches/release10.04/ (props changed) ofbiz/branches/release10.04/framework/service/src

svn commit: r1036773 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderServices.java

2010-11-19 Thread ashish
Author: ashish Date: Fri Nov 19 09:33:08 2010 New Revision: 1036773 URL: http://svn.apache.org/viewvc?rev=1036773view=rev Log: Code Enhancement. Sometime it happens that you are reading order information from some legacy database and importing them in OFBiz. So if orderDate is passed in context

svn commit: r1036794 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderServices.java

2010-11-19 Thread ashish
Author: ashish Date: Fri Nov 19 10:38:26 2010 New Revision: 1036794 URL: http://svn.apache.org/viewvc?rev=1036794view=rev Log: Improved comment. Modified: ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderServices.java Modified: ofbiz/trunk/applications/order/src/org/ofbiz

svn commit: r1036426 - /ofbiz/trunk/applications/order/webapp/ordermgr/order/ordernotes.ftl

2010-11-18 Thread ashish
Author: ashish Date: Thu Nov 18 11:58:37 2010 New Revision: 1036426 URL: http://svn.apache.org/viewvc?rev=1036426view=rev Log: Bug fix. If database contains br/ in order notes then it shows as it is on GUI. So its better to use StringUtil.wrapString() method for rendering note info, it shows

svn commit: r1036427 - in /ofbiz/branches/release10.04: ./ applications/order/webapp/ordermgr/order/ordernotes.ftl

2010-11-18 Thread ashish
Author: ashish Date: Thu Nov 18 12:02:14 2010 New Revision: 1036427 URL: http://svn.apache.org/viewvc?rev=1036427view=rev Log: Applied fix from trunk for revision: 1036426 === Bug fix. If database contains br/ in order notes then it shows as it is on GUI. Modified: ofbiz/branches

svn commit: r1036444 - /ofbiz/trunk/applications/order/webapp/ordermgr/order/ordernotes.ftl

2010-11-18 Thread ashish
Author: ashish Date: Thu Nov 18 13:07:18 2010 New Revision: 1036444 URL: http://svn.apache.org/viewvc?rev=1036444view=rev Log: Reverting my recent changes. As it is not good practice to put html content in order notes. Malicious code can be put in this field by end user and it can get executed

svn commit: r1036445 - /ofbiz/branches/release10.04/applications/order/webapp/ordermgr/order/ordernotes.ftl

2010-11-18 Thread ashish
Author: ashish Date: Thu Nov 18 13:08:09 2010 New Revision: 1036445 URL: http://svn.apache.org/viewvc?rev=1036445view=rev Log: Reverting my recent changes. As it is not good practice to put html content in order notes. Malicious code can be put in this field by end user and it can get executed

svn commit: r1036669 - /ofbiz/trunk/applications/order/webapp/ordermgr/order/ordernotes.ftl

2010-11-18 Thread ashish
Author: ashish Date: Thu Nov 18 22:55:21 2010 New Revision: 1036669 URL: http://svn.apache.org/viewvc?rev=1036669view=rev Log: Bug fix. If line feed exists in the note data then find those line feeds and replace it with the br/ tag. This is better fix from my previous commit. Modified

svn commit: r1036670 - in /ofbiz/branches/release10.04: ./ applications/order/webapp/ordermgr/order/ordernotes.ftl

2010-11-18 Thread ashish
Author: ashish Date: Thu Nov 18 22:57:57 2010 New Revision: 1036670 URL: http://svn.apache.org/viewvc?rev=1036670view=rev Log: Applied fix from trunk for revision: 1036669 === Modified: ofbiz/branches/release10.04/ (props changed) ofbiz/branches/release10.04/applications/order

svn commit: r1035080 - /ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ProductEvents.java

2010-11-14 Thread ashish
Author: ashish Date: Sun Nov 14 21:46:56 2010 New Revision: 1035080 URL: http://svn.apache.org/viewvc?rev=1035080view=rev Log: Someone working in different timezone(for ex: PST or any other) should receive following error message while update ProductAssoc record. This patch will fix the issue

svn commit: r1035082 - in /ofbiz/branches/release10.04: ./ applications/product/src/org/ofbiz/product/product/ProductEvents.java

2010-11-14 Thread ashish
Author: ashish Date: Sun Nov 14 21:50:04 2010 New Revision: 1035082 URL: http://svn.apache.org/viewvc?rev=1035082view=rev Log: Applied fix from trunk for revision: 1035080 === Someone working in different timezone(for ex: PST or any other) should receive following error message while update

svn commit: r1035084 - /ofbiz/trunk/applications/product/webapp/catalog/product/EditProductFeatures.ftl

2010-11-14 Thread ashish
Author: ashish Date: Sun Nov 14 22:23:28 2010 New Revision: 1035084 URL: http://svn.apache.org/viewvc?rev=1035084view=rev Log: Someone working in different timezone(for ex: PST or any other) should receive following error message while deleting record on EditProductFeatures page(https

svn commit: r1035085 - in /ofbiz/branches/release10.04: ./ applications/product/webapp/catalog/product/EditProductFeatures.ftl

2010-11-14 Thread ashish
Author: ashish Date: Sun Nov 14 22:24:57 2010 New Revision: 1035085 URL: http://svn.apache.org/viewvc?rev=1035085view=rev Log: Applied fix from trunk for revision: 1035084 === Someone working in different timezone(for ex: PST or any other) should receive following error message while deleting

svn commit: r1033929 - in /ofbiz/branches/release10.04: ./ applications/product/src/org/ofbiz/product/product/KeywordIndex.java

2010-11-11 Thread ashish
Author: ashish Date: Thu Nov 11 13:12:25 2010 New Revision: 1033929 URL: http://svn.apache.org/viewvc?rev=1033929view=rev Log: Applied fix from trunk for revision: 1033928 === Modified: ofbiz/branches/release10.04/ (props changed) ofbiz/branches/release10.04/applications/product/src

svn commit: r1033953 - /ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml

2010-11-11 Thread ashish
Author: ashish Date: Thu Nov 11 14:44:12 2010 New Revision: 1033953 URL: http://svn.apache.org/viewvc?rev=1033953view=rev Log: Fixing NPE. Thanks Pranay! Modified: ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml Modified: ofbiz/trunk/applications

svn commit: r1033955 - in /ofbiz/branches/release10.04: ./ applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml

2010-11-11 Thread ashish
Author: ashish Date: Thu Nov 11 14:47:56 2010 New Revision: 1033955 URL: http://svn.apache.org/viewvc?rev=1033955view=rev Log: Applied fix from trunk for revision: 1033953 === Modified: ofbiz/branches/release10.04/ (props changed) ofbiz/branches/release10.04/applications/product

svn commit: r1030385 - /ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/return/ReturnHeader.groovy

2010-11-03 Thread ashish
Author: ashish Date: Wed Nov 3 10:14:25 2010 New Revision: 1030385 URL: http://svn.apache.org/viewvc?rev=1030385view=rev Log: Bug fix - Thanks Akash. Code for shipping address related info exists in FTL PDF file but the fetching logic doesn't exists in groovy. So added the same. Modified

svn commit: r1030387 - in /ofbiz/branches/release10.04: ./ applications/order/webapp/ordermgr/WEB-INF/actions/return/ReturnHeader.groovy

2010-11-03 Thread ashish
Author: ashish Date: Wed Nov 3 10:19:54 2010 New Revision: 1030387 URL: http://svn.apache.org/viewvc?rev=1030387view=rev Log: Applied fix from trunk for revision: 1030385 === Bug fix - Thanks Akash. Modified: ofbiz/branches/release10.04/ (props changed) ofbiz/branches/release10.04

svn commit: r1030390 - /ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/CompanyHeader.groovy

2010-11-03 Thread ashish
Author: ashish Date: Wed Nov 3 10:24:32 2010 New Revision: 1030390 URL: http://svn.apache.org/viewvc?rev=1030390view=rev Log: Bug fix. Applied the patch from jira issue - OFBIZ-4007 - On Order pdf(s), Website URL is not showing according to the purpose type (PRIMARY_WEB_URL). -- Website URL

svn commit: r1030401 - in /ofbiz/branches/release10.04: ./ applications/order/webapp/ordermgr/WEB-INF/actions/order/CompanyHeader.groovy

2010-11-03 Thread ashish
Author: ashish Date: Wed Nov 3 10:46:02 2010 New Revision: 1030401 URL: http://svn.apache.org/viewvc?rev=1030401view=rev Log: Applied fix from trunk for revision: 1030390 === Bug fix. Applied the patch from jira issue - OFBIZ-4007 - On Order pdf(s), Website URL is not showing according

svn commit: r1030016 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderReturnServices.java

2010-11-02 Thread ashish
Author: ashish Date: Tue Nov 2 12:30:17 2010 New Revision: 1030016 URL: http://svn.apache.org/viewvc?rev=1030016view=rev Log: Bug fix. Order adjustment was not showing in an email content. As it was not passed from Body Parameter. Modified: ofbiz/trunk/applications/order/src/org/ofbiz

svn commit: r1030024 - in /ofbiz/branches/release10.04: ./ applications/order/src/org/ofbiz/order/order/OrderReturnServices.java

2010-11-02 Thread ashish
Author: ashish Date: Tue Nov 2 12:51:14 2010 New Revision: 1030024 URL: http://svn.apache.org/viewvc?rev=1030024view=rev Log: Applied fix from trunk for revision: 1030016 === Modified: ofbiz/branches/release10.04/ (props changed) ofbiz/branches/release10.04/applications/order/src

svn commit: r1027960 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/paypal/PayPalServices.java

2010-10-27 Thread ashish
Author: ashish Date: Wed Oct 27 13:44:54 2010 New Revision: 1027960 URL: http://svn.apache.org/viewvc?rev=1027960view=rev Log: Bug fix. Applied patch from jira issue OFBIZ-4004 - Incorrect State/Province for Billing Addresses in paypal orders. There are some State/Province which have the same

svn commit: r1027961 - in /ofbiz/branches/release10.04: ./ applications/accounting/src/org/ofbiz/accounting/thirdparty/paypal/PayPalServices.java

2010-10-27 Thread ashish
Author: ashish Date: Wed Oct 27 13:48:22 2010 New Revision: 1027961 URL: http://svn.apache.org/viewvc?rev=1027961view=rev Log: Applied fix from trunk for revision: 1027960 === Bug fix. Applied patch from jira issue OFBIZ-4004 - Incorrect State/Province for Billing Addresses in paypal orders

svn commit: r1027962 - in /ofbiz/trunk/applications: marketing/widget/ContactListScreens.xml party/widget/partymgr/CommunicationEventForms.xml

2010-10-27 Thread ashish
Author: ashish Date: Wed Oct 27 13:51:11 2010 New Revision: 1027962 URL: http://svn.apache.org/viewvc?rev=1027962view=rev Log: Bug fix. Applied patch from jira issue OFBIZ-3992 - Bug in contact mech lookup on communcation event screen. Contact Mech lookup on https://localhost:8443/partymgr

svn commit: r1027965 - in /ofbiz/branches/release10.04/applications: marketing/widget/ContactListScreens.xml party/widget/partymgr/CommunicationEventForms.xml

2010-10-27 Thread ashish
Author: ashish Date: Wed Oct 27 13:54:18 2010 New Revision: 1027965 URL: http://svn.apache.org/viewvc?rev=1027965view=rev Log: Applied bug fix from r1027962. Applied patch from jira issue OFBIZ-3992 - Bug in contact mech lookup on communcation event screen. Contact Mech lookup on https

svn commit: r1027756 - /ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml

2010-10-26 Thread ashish
Author: ashish Date: Tue Oct 26 22:03:17 2010 New Revision: 1027756 URL: http://svn.apache.org/viewvc?rev=1027756view=rev Log: Bug fix. Once emails are received in the store and records for communication events get created then in from party link it will redirect to User(i.e Sender - Customer

svn commit: r1027759 - in /ofbiz/branches/release10.04: ./ applications/party/widget/partymgr/CommunicationEventForms.xml

2010-10-26 Thread ashish
Author: ashish Date: Tue Oct 26 22:07:43 2010 New Revision: 1027759 URL: http://svn.apache.org/viewvc?rev=1027759view=rev Log: Applied fix from trunk for revision: 1027756 === Modified: ofbiz/branches/release10.04/ (props changed) ofbiz/branches/release10.04/applications/party

svn commit: r1006210 - /ofbiz/branches/release10.04/applications/order/webapp/ordermgr/order/findOrders.ftl

2010-10-09 Thread ashish
Author: ashish Date: Sat Oct 9 18:36:28 2010 New Revision: 1006210 URL: http://svn.apache.org/viewvc?rev=1006210view=rev Log: By default find order search will not include ship to country selection enabled. It is working fine on trunk. Modified: ofbiz/branches/release10.04/applications

svn commit: r1006211 - /ofbiz/branches/release10.04/applications/order/webapp/ordermgr/order/findOrders.ftl

2010-10-09 Thread ashish
Author: ashish Date: Sat Oct 9 18:51:48 2010 New Revision: 1006211 URL: http://svn.apache.org/viewvc?rev=1006211view=rev Log: Reverting my previous changes. Here is the right patch. By default find order search will not include ship to country selection enabled. It is working fine on trunk

svn commit: r1001644 - in /ofbiz/trunk/applications/product: script/org/ofbiz/shipment/receipt/ webapp/facility/WEB-INF/actions/inventory/ webapp/facility/inventory/ widget/facility/

2010-09-27 Thread ashish
Author: ashish Date: Mon Sep 27 09:32:53 2010 New Revision: 1001644 URL: http://svn.apache.org/viewvc?rev=1001644view=rev Log: OFBIZ-3958 - Save supplier information in inventory when receive product either by purchase order or direct. (1) Save supplier information in inventory when receive

svn commit: r1001185 - /ofbiz/trunk/applications/product/src/org/ofbiz/shipment/shipment/ShipmentServices.java

2010-09-25 Thread ashish
Author: ashish Date: Sat Sep 25 10:11:45 2010 New Revision: 1001185 URL: http://svn.apache.org/viewvc?rev=1001185view=rev Log: Bug fix. While fetching shipping estimate it should compare countryGeoId instead shippingCountryCode. Now shipping rules along with quantity break will work without any

svn commit: r1000725 - /ofbiz/trunk/applications/product/widget/facility/FacilityForms.xml

2010-09-24 Thread ashish
Author: ashish Date: Fri Sep 24 06:37:19 2010 New Revision: 1000725 URL: http://svn.apache.org/viewvc?rev=1000725view=rev Log: Bug fix. The passed field from the form was manufacturerPartyId but field that exists in the entity InventoryItemAndLocation is partyId. So search was not working

svn commit: r1000738 - in /ofbiz/branches/release10.04: ./ applications/product/widget/facility/FacilityForms.xml

2010-09-24 Thread ashish
Author: ashish Date: Fri Sep 24 06:50:26 2010 New Revision: 1000738 URL: http://svn.apache.org/viewvc?rev=1000738view=rev Log: Applied fix from trunk for revision: 1000725 === Bug fix. Modified: ofbiz/branches/release10.04/ (props changed) ofbiz/branches/release10.04/applications

svn commit: r997990 - /ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/ShipSettings.groovy

2010-09-17 Thread ashish
Author: ashish Date: Fri Sep 17 06:22:20 2010 New Revision: 997990 URL: http://svn.apache.org/viewvc?rev=997990view=rev Log: Bug fix. Purchase Order creation was not working from Quote if Parent Organization is being associated with the facility and the value passed from Quote is for Child

svn commit: r997992 - in /ofbiz/branches/release10.04: ./ applications/order/webapp/ordermgr/WEB-INF/actions/entry/ShipSettings.groovy

2010-09-17 Thread ashish
Author: ashish Date: Fri Sep 17 06:34:19 2010 New Revision: 997992 URL: http://svn.apache.org/viewvc?rev=997992view=rev Log: Applied fix from trunk for revision: 997990 === Bug fix. Purchase Order creation was not working from Quote if Parent Organization is being associated with the facility

svn commit: r998061 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilDateTime.java

2010-09-17 Thread ashish
Author: ashish Date: Fri Sep 17 10:40:20 2010 New Revision: 998061 URL: http://svn.apache.org/viewvc?rev=998061view=rev Log: Correcting the condition. Thanks Akash for the contribution. Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilDateTime.java Modified: ofbiz/trunk

svn commit: r998072 - in /ofbiz/branches/release10.04: ./ framework/base/src/org/ofbiz/base/util/UtilDateTime.java

2010-09-17 Thread ashish
Author: ashish Date: Fri Sep 17 11:06:58 2010 New Revision: 998072 URL: http://svn.apache.org/viewvc?rev=998072view=rev Log: Applied fix from trunk for revision: 998061 === Modified: ofbiz/branches/release10.04/ (props changed) ofbiz/branches/release10.04/framework/base/src/org

svn commit: r996892 - in /ofbiz/trunk/applications/product: servicedef/ src/org/ofbiz/shipment/packing/ webapp/facility/WEB-INF/actions/shipment/ webapp/facility/shipment/

2010-09-14 Thread ashish
Author: ashish Date: Tue Sep 14 13:32:49 2010 New Revision: 996892 URL: http://svn.apache.org/viewvc?rev=996892view=rev Log: Applied patch from jira issue OFBIZ-3940 - Adding an option to select shipment box type from pack order page. Previously there wan not any option to select a shipment box

svn commit: r996563 - /ofbiz/trunk/specialpurpose/ecommerce/script/org/ofbiz/ecommerce/customer/CustomerEvents.xml

2010-09-13 Thread ashish
Author: ashish Date: Mon Sep 13 14:54:37 2010 New Revision: 996563 URL: http://svn.apache.org/viewvc?rev=996563view=rev Log: When I enter values in New Password and Verify Password fields without entering value in Current Password field then system is accepting new password without any error

svn commit: r996564 - in /ofbiz/branches/release10.04: ./ specialpurpose/ecommerce/script/org/ofbiz/ecommerce/customer/CustomerEvents.xml

2010-09-13 Thread ashish
Author: ashish Date: Mon Sep 13 14:56:27 2010 New Revision: 996564 URL: http://svn.apache.org/viewvc?rev=996564view=rev Log: Applied fix from trunk for revision: 996563 === When I enter values in New Password and Verify Password fields without entering value in Current Password field

svn commit: r996122 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilXml.java

2010-09-11 Thread ashish
Author: ashish Date: Sat Sep 11 11:21:42 2010 New Revision: 996122 URL: http://svn.apache.org/viewvc?rev=996122view=rev Log: For now reverting my commit r995384 as it was creating issues for others. Very soon I will get back here with better fix, till then I will maintain patch for my own work

svn commit: r995384 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilXml.java

2010-09-09 Thread ashish
Author: ashish Date: Thu Sep 9 11:32:28 2010 New Revision: 995384 URL: http://svn.apache.org/viewvc?rev=995384view=rev Log: Fixing bug of reading node name. When we read first child element of the response of any third party integration for example ups etc, node name can't be read using

svn commit: r993344 - /ofbiz/trunk/applications/content/script/org/ofbiz/content/data/DataServices.xml

2010-09-07 Thread ashish
Author: ashish Date: Tue Sep 7 13:19:02 2010 New Revision: 993344 URL: http://svn.apache.org/viewvc?rev=993344view=rev Log: Applied patch from jira issue - OFBIZ-3923 - Bug in updating local file content. attachUploadToDataResource (member service of updateContentAndUploadedFile service group

svn commit: r993349 - in /ofbiz/branches/release10.04: ./ applications/content/script/org/ofbiz/content/data/DataServices.xml

2010-09-07 Thread ashish
Author: ashish Date: Tue Sep 7 13:23:56 2010 New Revision: 993349 URL: http://svn.apache.org/viewvc?rev=993349view=rev Log: Applied fix from trunk for revision: 993344 === Applied patch from jira issue - OFBIZ-3923 - Bug in updating local file content. attachUploadToDataResource (member

svn commit: r993389 - in /ofbiz/branches/release10.04: ./ applications/order/src/org/ofbiz/order/order/OrderReturnServices.java applications/order/webapp/ordermgr/WEB-INF/actions/return/ReturnHeader.g

2010-09-07 Thread ashish
Author: ashish Date: Tue Sep 7 15:08:52 2010 New Revision: 993389 URL: http://svn.apache.org/viewvc?rev=993389view=rev Log: Applied fix from trunk for revision: 993387 === Applied patch from jira issue - OFBIZ-3924 - Bug on creating Communication event for order return emails(return accept

svn commit: r990751 - in /ofbiz/trunk: applications/order/src/org/ofbiz/order/shoppingcart/ applications/product/src/org/ofbiz/shipment/shipment/ applications/product/src/org/ofbiz/shipment/thirdparty

2010-08-30 Thread ashish
Author: ashish Date: Mon Aug 30 09:55:02 2010 New Revision: 990751 URL: http://svn.apache.org/viewvc?rev=990751view=rev Log: Applied patch from jira issue OFBIZ-3909 - Bug in showing online estimate rate on UPS services. UPS Online shipping rates are showing wrong values when product weight

svn commit: r990130 - in /ofbiz/branches/release10.04: ./ applications/product/src/org/ofbiz/shipment/shipment/ShipmentWorker.java applications/product/src/org/ofbiz/shipment/thirdparty/usps/UspsServi

2010-08-27 Thread ashish
Author: ashish Date: Fri Aug 27 12:39:13 2010 New Revision: 990130 URL: http://svn.apache.org/viewvc?rev=990130view=rev Log: Applied fix from trunk for revision: 990127 === Applied patch from jira issue OFBIZ-3904 - Bug in calling methods defined in Usps Services. Calling getPackageSplit

svn commit: r987996 - /ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/CheckInits.groovy

2010-08-22 Thread ashish
Author: ashish Date: Mon Aug 23 05:04:53 2010 New Revision: 987996 URL: http://svn.apache.org/viewvc?rev=987996view=rev Log: Changing the sorting order(storeName - productStoreId, storeName) of Product Store. In general for testing purpose we create sales order for an Ecommerce store from

svn commit: r985844 - in /ofbiz/branches/release10.04: ./ applications/order/src/org/ofbiz/order/order/OrderReturnServices.java specialpurpose/googlecheckout/servicedef/secas.xml

2010-08-16 Thread ashish
Author: ashish Date: Mon Aug 16 09:44:39 2010 New Revision: 985844 URL: http://svn.apache.org/viewvc?rev=985844view=rev Log: Applied fix from trunk for revision: 940851 === Fixed a bug in vendor return. The service getReturnableItems returns a map containing the returable quantity

svn commit: r981025 - /ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/ups/UpsServices.java

2010-07-31 Thread ashish
Author: ashish Date: Sat Jul 31 09:44:07 2010 New Revision: 981025 URL: http://svn.apache.org/viewvc?rev=981025view=rev Log: When we pass fractional package weight to UPS like (0.5) then it gives error. This is because in UpsServices.java file, package weight has been changed

svn commit: r981026 - /ofbiz/branches/release10.04/applications/product/src/org/ofbiz/shipment/thirdparty/ups/UpsServices.java

2010-07-31 Thread ashish
Author: ashish Date: Sat Jul 31 09:51:16 2010 New Revision: 981026 URL: http://svn.apache.org/viewvc?rev=981026view=rev Log: Applied fix from trunk for revision: 981025 When we pass fractional package weight to UPS like (0.5) then it gives error. This is because in UpsServices.java file, package

svn commit: r978806 - in /ofbiz/trunk/applications/accounting: webapp/ap/WEB-INF/actions/invoices/CommissionRun.groovy webapp/ap/invoices/CommissionRun.ftl widget/ap/InvoiceScreens.xml

2010-07-24 Thread ashish
Author: ashish Date: Sat Jul 24 06:13:06 2010 New Revision: 978806 URL: http://svn.apache.org/viewvc?rev=978806view=rev Log: Applied patch from jira issue - OFBIZ-3872. Error in Screen Ap - Invoices - Commission Run. The following error screen appears when we click on find button with partyId

svn commit: r978808 - in /ofbiz/branches/release10.04: ./ applications/accounting/webapp/ap/WEB-INF/actions/invoices/CommissionRun.groovy applications/accounting/webapp/ap/invoices/CommissionRun.ftl a

2010-07-24 Thread ashish
Author: ashish Date: Sat Jul 24 06:16:36 2010 New Revision: 978808 URL: http://svn.apache.org/viewvc?rev=978808view=rev Log: Applied fix from trunk for revision: 978806 Applied patch from jira issue - OFBIZ-3872. Modified: ofbiz/branches/release10.04/ (props changed) ofbiz/branches

svn commit: r960495 - /ofbiz/trunk/framework/common/data/UnitData.xml

2010-07-05 Thread ashish
Author: ashish Date: Mon Jul 5 09:21:59 2010 New Revision: 960495 URL: http://svn.apache.org/viewvc?rev=960495view=rev Log: Added gram into pound support. Thanks Vivek for the patch. Modified: ofbiz/trunk/framework/common/data/UnitData.xml Modified: ofbiz/trunk/framework/common/data

svn commit: r955340 - /ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryReserveServices.xml

2010-06-16 Thread ashish
Author: ashish Date: Wed Jun 16 18:30:24 2010 New Revision: 955340 URL: http://svn.apache.org/viewvc?rev=955340view=rev Log: Inventory reservations should not be done with defective inventory in system. Patch from Pranay Pandey(Thanks!) Modified: ofbiz/trunk/applications/product/script/org

svn propchange: r949465 - svn:log

2010-05-30 Thread ashish
Author: ashish Revision: 949465 Modified property: svn:log Modified: svn:log at Mon May 31 05:10:27 2010 -- --- svn:log (original) +++ svn:log Mon May 31 05:10:27 2010 @@ -1 +1 @@ -The paypal checkout should always

svn commit: r949465 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/thirdparty/paypal/ExpressCheckoutEvents.java

2010-05-29 Thread ashish
Author: ashish Date: Sun May 30 03:25:35 2010 New Revision: 949465 URL: http://svn.apache.org/viewvc?rev=949465view=rev Log: The paypal checkout should always redirect to sandbox while you are in production environment. Contribution from Divesh Pranay - Thanks Guys. Modified: ofbiz/trunk

svn commit: r944606 - in /ofbiz/branches/release10.04: applications/accounting/data/ applications/content/data/ applications/marketing/data/ applications/order/servicedef/ applications/party/data/ app

2010-05-15 Thread ashish
Author: ashish Date: Sat May 15 09:57:41 2010 New Revision: 944606 URL: http://svn.apache.org/viewvc?rev=944606view=rev Log: Reverting my commit r938446 based on the comments received on mailing list. For now I am keeping old email address in place (i.e ofbizt...@yahoo.com) keeping in mind

svn commit: r940814 - in /ofbiz/trunk: applications/accounting/data/ applications/content/data/ applications/marketing/data/ applications/order/servicedef/ applications/party/data/ applications/party/

2010-05-04 Thread ashish
Author: ashish Date: Tue May 4 11:57:35 2010 New Revision: 940814 URL: http://svn.apache.org/viewvc?rev=940814view=rev Log: Reverting my commit r938446 based on the comments received on mailing list. For now I am keeping old email address in place (i.e ofbizt...@yahoo.com) keeping in mind

svn commit: r938446 - in /ofbiz/trunk: applications/accounting/data/ applications/content/data/ applications/marketing/data/ applications/order/servicedef/ applications/party/data/ applications/party/

2010-04-27 Thread ashish
Author: ashish Date: Tue Apr 27 13:17:45 2010 New Revision: 938446 URL: http://svn.apache.org/viewvc?rev=938446view=rev Log: Changing email address ofbizt...@yahoo.com - ofbiztest...@gmail.com - this was creating too much problem since long in development effort. Following points were

svn commit: r937284 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCart.java

2010-04-23 Thread ashish
Author: ashish Date: Fri Apr 23 13:23:11 2010 New Revision: 937284 URL: http://svn.apache.org/viewvc?rev=937284view=rev Log: Avoiding NPE. Thanks Deepak for the contribution. Modified: ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCart.java Modified: ofbiz/trunk

svn commit: r936228 - in /ofbiz/trunk: applications/order/src/org/ofbiz/order/shoppingcart/ applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/ applications/product/data/ specialpurpose/

2010-04-21 Thread ashish
Author: ashish Date: Wed Apr 21 09:36:40 2010 New Revision: 936228 URL: http://svn.apache.org/viewvc?rev=936228view=rev Log: Applied patch from jira issue: OFBIZ-3633 - Minimum order quantity. It will work as follows; We will set the special type price as 'MINIMUM_ORDER_PRICE' for a Product

svn commit: r936260 - in /ofbiz/trunk/applications/order: servicedef/services.xml src/org/ofbiz/order/order/OrderServices.java

2010-04-21 Thread ashish
Author: ashish Date: Wed Apr 21 11:35:55 2010 New Revision: 936260 URL: http://svn.apache.org/viewvc?rev=936260view=rev Log: Adding statusId optional input parameter in createOrderPaymentPreference service. Thanks Divesh for the contribution. Modified: ofbiz/trunk/applications/order

svn commit: r936296 - /ofbiz/trunk/applications/product/src/org/ofbiz/product/feature/ParametricSearch.java

2010-04-21 Thread ashish
Author: ashish Date: Wed Apr 21 13:29:08 2010 New Revision: 936296 URL: http://svn.apache.org/viewvc?rev=936296view=rev Log: Applied patch from jira issue OFBIZ-3735 - Added defaultSequenceNum field for sort order in makeCategoryFeatureLists method for ParametricSearch. Description of the work

svn commit: r935886 - in /ofbiz/trunk: applications/content/src/org/ofbiz/content/cms/CmsEvents.java specialpurpose/cmssite/template/cms/HtmlHead.ftl

2010-04-20 Thread ashish
Author: ashish Date: Tue Apr 20 12:03:21 2010 New Revision: 935886 URL: http://svn.apache.org/viewvc?rev=935886view=rev Log: Applied patch from jira issue: OFBIZ-3719 - Include DOCTYPE at the begining of CMS driven html page. Description of work: Include DOCTYPE at the begining of html pages

<    2   3   4   5   6   7   8   9   10   11   >