svn commit: r550708 - in /ofbiz/trunk/specialpurpose/oagis: servicedef/services.xml src/org/ofbiz/oagis/OagisServices.java webapp/oagis/message/ConfirmBod.ftl widget/MessageInfoScreens.xml

2007-06-25 Thread apatel
Author: apatel Date: Mon Jun 25 23:28:08 2007 New Revision: 550708 URL: http://svn.apache.org/viewvc?view=rev&rev=550708 Log: First cut of sendConfirmBod service and template. Added: ofbiz/trunk/specialpurpose/oagis/webapp/oagis/message/ConfirmBod.ftl Modified: ofbiz/trunk/specialpurpose/

svn commit: r550701 - /ofbiz/trunk/framework/webapp/config/url.properties

2007-06-25 Thread jacopoc
Author: jacopoc Date: Mon Jun 25 22:42:42 2007 New Revision: 550701 URL: http://svn.apache.org/viewvc?view=rev&rev=550701 Log: http and https ports should not be changed; I think this change has been committed by accident. Modified: ofbiz/trunk/framework/webapp/config/url.properties Modifie

svn commit: r550689 - /ofbiz/trunk/applications/accounting/entitydef/eecas.xml

2007-06-25 Thread jaz
Author: jaz Date: Mon Jun 25 22:02:01 2007 New Revision: 550689 URL: http://svn.apache.org/viewvc?view=rev&rev=550689 Log: removed eeca which sets fin accounts to frozen (now a manual only flag), the inGoodStanding flag is handled elsewhere. Modified: ofbiz/trunk/applications/accounting/enti

svn commit: r550673 - in /ofbiz/trunk/framework: base/src/base/org/ofbiz/base/util/UtilHttp.java webapp/config/url.properties webapp/src/org/ofbiz/webapp/control/RequestHandler.java

2007-06-25 Thread jleroux
Author: jleroux Date: Mon Jun 25 20:56:42 2007 New Revision: 550673 URL: http://svn.apache.org/viewvc?view=rev&rev=550673 Log: A patch from Dimitri Unruh "Remove sessionid for Googlebot & Co." (https://issues.apache.org/jira/browse/OFBIZ-857). Modified: ofbiz/trunk/framework/base/src/base/o

svn commit: r550640 - /ofbiz/branches/release4.0/applications/order/src/org/ofbiz/order/order/OrderReadHelper.java

2007-06-25 Thread sichen
Author: sichen Date: Mon Jun 25 17:06:25 2007 New Revision: 550640 URL: http://svn.apache.org/viewvc?view=rev&rev=550640 Log: Fix problem were order open amount does not subtract refunds from settled payments. Modified: ofbiz/branches/release4.0/applications/order/src/org/ofbiz/order/order/

svn commit: r550639 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderReadHelper.java

2007-06-25 Thread sichen
Author: sichen Date: Mon Jun 25 17:05:50 2007 New Revision: 550639 URL: http://svn.apache.org/viewvc?view=rev&rev=550639 Log: Fix problem were order open amount does not subtract refunds from settled payments. Modified: ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderReadHelpe

svn commit: r550627 - /ofbiz/branches/release4.0/applications/accounting/src/org/ofbiz/accounting/payment/PaymentGatewayServices.java

2007-06-25 Thread sichen
Author: sichen Date: Mon Jun 25 15:16:18 2007 New Revision: 550627 URL: http://svn.apache.org/viewvc?view=rev&rev=550627 Log: Fix bug where PaymentGatewayResponse.currencyUomId is not being set for PGT_REFUND. Modified: ofbiz/branches/release4.0/applications/accounting/src/org/ofbiz/account

svn commit: r550626 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/PaymentGatewayServices.java

2007-06-25 Thread sichen
Author: sichen Date: Mon Jun 25 15:15:50 2007 New Revision: 550626 URL: http://svn.apache.org/viewvc?view=rev&rev=550626 Log: Fix bug where PaymentGatewayResponse.currencyUomId is not being set for PGT_REFUND. Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/Pa

svn commit: r550624 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/finaccount/FinAccountServices.java

2007-06-25 Thread jaz
Author: jaz Date: Mon Jun 25 15:02:09 2007 New Revision: 550624 URL: http://svn.apache.org/viewvc?view=rev&rev=550624 Log: now sending the account id back Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/finaccount/FinAccountServices.java Modified: ofbiz/trunk/applica

svn commit: r550612 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/finaccount/FinAccountServices.java

2007-06-25 Thread jaz
Author: jaz Date: Mon Jun 25 14:19:19 2007 New Revision: 550612 URL: http://svn.apache.org/viewvc?view=rev&rev=550612 Log: fixed service missing return parameter Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/finaccount/FinAccountServices.java Modified: ofbiz/trunk/

svn commit: r550585 - /ofbiz/branches/release4.0/applications/order/src/org/ofbiz/order/order/OrderReturnServices.java

2007-06-25 Thread sichen
Author: sichen Date: Mon Jun 25 12:36:23 2007 New Revision: 550585 URL: http://svn.apache.org/viewvc?view=rev&rev=550585 Log: Changed checkReturnComplete to use updateReturnHeader instead of delegator.store Modified: ofbiz/branches/release4.0/applications/order/src/org/ofbiz/order/order/Orde

svn commit: r550570 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/PaymentGatewayServices.java

2007-06-25 Thread jaz
Author: jaz Date: Mon Jun 25 11:20:16 2007 New Revision: 550570 URL: http://svn.apache.org/viewvc?view=rev&rev=550570 Log: fixed so that 0.00 which do no process are the same as a successful auth (since there is nothing to do) Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/acco

svn commit: r550445 - /ofbiz/branches/release4.0/applications/product/webapp/facility/WEB-INF/actions/shipment/ReceiveInventoryAgainstPurchaseOrder.bsh

2007-06-25 Thread lektran
Author: lektran Date: Mon Jun 25 03:22:20 2007 New Revision: 550445 URL: http://svn.apache.org/viewvc?view=rev&rev=550445 Log: Applied fix from trunk for revision: 549648 Modified: ofbiz/branches/release4.0/applications/product/webapp/facility/WEB-INF/actions/shipment/ReceiveInventoryAgainst

svn commit: r550438 - /ofbiz/branches/release4.0/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml

2007-06-25 Thread lektran
Author: lektran Date: Mon Jun 25 02:53:07 2007 New Revision: 550438 URL: http://svn.apache.org/viewvc?view=rev&rev=550438 Log: Applied fix from trunk for revision: 550413 Modified: ofbiz/branches/release4.0/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml Modified:

svn commit: r550437 - in /ofbiz/branches/release4.0: applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/ applications/content/src/org/ofbiz/content/content/ applications/order

2007-06-25 Thread lektran
Author: lektran Date: Mon Jun 25 02:48:18 2007 New Revision: 550437 URL: http://svn.apache.org/viewvc?view=rev&rev=550437 Log: Applied combined fix from trunk for revisions: 550233, 550384 Modified: ofbiz/branches/release4.0/applications/accounting/src/org/ofbiz/accounting/thirdparty/authori

svn commit: r550433 - /ofbiz/branches/release4.0/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartItem.java

2007-06-25 Thread lektran
Author: lektran Date: Mon Jun 25 02:38:42 2007 New Revision: 550433 URL: http://svn.apache.org/viewvc?view=rev&rev=550433 Log: Applied fix from trunk for revision: 550232 Modified: ofbiz/branches/release4.0/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartItem.java Modified:

svn commit: r550432 - in /ofbiz/branches/release4.0/applications/order/src/org/ofbiz/order: order/OrderReadHelper.java shoppingcart/ShoppingCart.java

2007-06-25 Thread lektran
Author: lektran Date: Mon Jun 25 02:31:22 2007 New Revision: 550432 URL: http://svn.apache.org/viewvc?view=rev&rev=550432 Log: Applied fix from trunk for revision: 550044 Modified: ofbiz/branches/release4.0/applications/order/src/org/ofbiz/order/order/OrderReadHelper.java ofbiz/branches

svn commit: r550428 - /ofbiz/branches/release4.0/applications/order/widget/ordermgr/QuoteScreens.xml

2007-06-25 Thread lektran
Author: lektran Date: Mon Jun 25 02:25:43 2007 New Revision: 550428 URL: http://svn.apache.org/viewvc?view=rev&rev=550428 Log: Applied fix from trunk for revision: 549734 Modified: ofbiz/branches/release4.0/applications/order/widget/ordermgr/QuoteScreens.xml Modified: ofbiz/branches/releas

svn commit: r550422 - /ofbiz/branches/release4.0/applications/product/webapp/facility/WEB-INF/actions/facility/countFacilityInventoryByProduct.bsh

2007-06-25 Thread lektran
Author: lektran Date: Mon Jun 25 02:08:12 2007 New Revision: 550422 URL: http://svn.apache.org/viewvc?view=rev&rev=550422 Log: Applied fix from trunk for revision: 549034 Modified: ofbiz/branches/release4.0/applications/product/webapp/facility/WEB-INF/actions/facility/countFacilityInventoryB

svn commit: r550421 - /ofbiz/branches/release4.0/applications/product/src/org/ofbiz/product/inventory/InventoryServices.java

2007-06-25 Thread lektran
Author: lektran Date: Mon Jun 25 02:05:34 2007 New Revision: 550421 URL: http://svn.apache.org/viewvc?view=rev&rev=550421 Log: Applied fix from trunk for revision: 549024 Modified: ofbiz/branches/release4.0/applications/product/src/org/ofbiz/product/inventory/InventoryServices.java Modified

svn commit: r550413 - /ofbiz/trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml

2007-06-25 Thread jacopoc
Author: jacopoc Date: Mon Jun 25 01:40:34 2007 New Revision: 550413 URL: http://svn.apache.org/viewvc?view=rev&rev=550413 Log: Applied patch from Wickersheimer Jeremy OFBIZ-1100 to fix some form definitions. Modified: ofbiz/trunk/applications/accounting/webapp/accounting/fixedasset/FixedAsse

svn commit: r550411 - in /ofbiz/trunk/applications/accounting: webapp/accounting/WEB-INF/actions/billingaccount/FindBillingAccount.bsh webapp/accounting/billingaccount/FindBillingAccount.ftl widget/Bi

2007-06-25 Thread jacopoc
Author: jacopoc Date: Mon Jun 25 01:27:25 2007 New Revision: 550411 URL: http://svn.apache.org/viewvc?view=rev&rev=550411 Log: Refactored the 'find billing account' screen to use widgets insted of ftl. Based on an initila patch from Jeremy Wickersheimer OFBIZ-1097 Removed: ofbiz/trunk/appli

svn commit: r550395 - /ofbiz/trunk/specialpurpose/oagis/webapp/oagis/message/ProcessShipment.ftl

2007-06-25 Thread apatel
Author: apatel Date: Mon Jun 25 00:14:22 2007 New Revision: 550395 URL: http://svn.apache.org/viewvc?view=rev&rev=550395 Log: missed a small improvement in adding ShipmentItem data. Modified: ofbiz/trunk/specialpurpose/oagis/webapp/oagis/message/ProcessShipment.ftl Modified: ofbiz/trunk/spe

svn commit: r550394 - /ofbiz/trunk/specialpurpose/oagis/webapp/oagis/message/ProcessShipment.ftl

2007-06-25 Thread apatel
Author: apatel Date: Mon Jun 25 00:10:26 2007 New Revision: 550394 URL: http://svn.apache.org/viewvc?view=rev&rev=550394 Log: added a missing shipmentid field value. Modified: ofbiz/trunk/specialpurpose/oagis/webapp/oagis/message/ProcessShipment.ftl Modified: ofbiz/trunk/specialpurpose/oagi