svn commit: r755320 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/EntityComparisonOperator.java

2009-03-17 Thread sichen
Author: sichen Date: Tue Mar 17 17:00:38 2009 New Revision: 755320 URL: http://svn.apache.org/viewvc?rev=755320view=rev Log: OFBIZ-1266 patch from Jeremy Wickersheimer to fix issue with IN FALSE on some queries Modified: ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition

svn commit: r740117 - /ofbiz/trunk/applications/product/webapp/catalog/category/EditCategory.ftl

2009-02-02 Thread sichen
Author: sichen Date: Mon Feb 2 21:59:32 2009 New Revision: 740117 URL: http://svn.apache.org/viewvc?rev=740117view=rev Log: fix input field for parent product category ID of a product category Modified: ofbiz/trunk/applications/product/webapp/catalog/category/EditCategory.ftl Modified

svn commit: r720570 - in /ofbiz/trunk: applications/party/script/org/ofbiz/party/contact/PartyContactMechServices.xml applications/party/servicedef/services.xml framework/common/config/general.propert

2008-11-25 Thread sichen
Author: sichen Date: Tue Nov 25 11:40:33 2008 New Revision: 720570 URL: http://svn.apache.org/viewvc?rev=720570view=rev Log: Allow email matching to be non case sensitive, so [EMAIL PROTECTED] would map to [EMAIL PROTECTED] Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party

svn commit: r720237 - /ofbiz/trunk/applications/content/src/org/ofbiz/content/email/EmailServices.java

2008-11-24 Thread sichen
Author: sichen Date: Mon Nov 24 09:52:44 2008 New Revision: 720237 URL: http://svn.apache.org/viewvc?rev=720237view=rev Log: email mime types should not be case sensitive when processing emails Modified: ofbiz/trunk/applications/content/src/org/ofbiz/content/email/EmailServices.java

svn commit: r714185 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceServices.java

2008-11-14 Thread sichen
Author: sichen Date: Fri Nov 14 15:10:13 2008 New Revision: 714185 URL: http://svn.apache.org/viewvc?rev=714185view=rev Log: fix bug where payments are not applied to invoices generated by subsequent ship groups that are packed Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz

svn commit: r713828 - /ofbiz/trunk/applications/product/script/org/ofbiz/shipment/shipment/ShipmentServices.xml

2008-11-13 Thread sichen
Author: sichen Date: Thu Nov 13 13:19:16 2008 New Revision: 713828 URL: http://svn.apache.org/viewvc?rev=713828view=rev Log: fix bug where packing multiple ship groups to different destinations associates the wrong shipping address to the shipment (note how these conditions never end up

svn commit: r686301 - in /ofbiz/trunk/framework/webapp: dtd/site-conf.xsd src/org/ofbiz/webapp/control/ConfigXMLReader.java src/org/ofbiz/webapp/control/RequestHandler.java

2008-08-15 Thread sichen
Author: sichen Date: Fri Aug 15 11:15:39 2008 New Revision: 686301 URL: http://svn.apache.org/viewvc?rev=686301view=rev Log: OFBIZ-1915 from Jeremy Wickersheimer for request-redirect-filter-param Modified: ofbiz/trunk/framework/webapp/dtd/site-conf.xsd ofbiz/trunk/framework/webapp/src

svn commit: r686311 - /ofbiz/trunk/framework/webapp/dtd/site-conf.xsd

2008-08-15 Thread sichen
Author: sichen Date: Fri Aug 15 11:32:58 2008 New Revision: 686311 URL: http://svn.apache.org/viewvc?rev=686311view=rev Log: more comments on OFBIZ-1915 Modified: ofbiz/trunk/framework/webapp/dtd/site-conf.xsd Modified: ofbiz/trunk/framework/webapp/dtd/site-conf.xsd URL: http

svn commit: r686356 - /ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/RequestHandler.java

2008-08-15 Thread sichen
Author: sichen Date: Fri Aug 15 13:20:34 2008 New Revision: 686356 URL: http://svn.apache.org/viewvc?rev=686356view=rev Log: reverted last commit Modified: ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control/RequestHandler.java Modified: ofbiz/trunk/framework/webapp/src/org/ofbiz

svn commit: r685248 - /ofbiz/trunk/applications/party/entitydef/entitymodel.xml

2008-08-12 Thread sichen
Author: sichen Date: Tue Aug 12 11:01:27 2008 New Revision: 685248 URL: http://svn.apache.org/viewvc?rev=685248view=rev Log: Fix bug in PartyContactWithPurpose view entity. The join is missing a partyId constraint that causes the wrong data to show up if a party has more than one contact mech

svn commit: r676062 - /ofbiz/trunk/applications/order/servicedef/services.xml

2008-07-11 Thread sichen
Author: sichen Date: Fri Jul 11 12:56:25 2008 New Revision: 676062 URL: http://svn.apache.org/viewvc?rev=676062view=rev Log: changed updateOrderItemShipGroup to auto-fields OrderItemShipGroup Modified: ofbiz/trunk/applications/order/servicedef/services.xml Modified: ofbiz/trunk/applications

svn commit: r673843 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceServices.java

2008-07-03 Thread sichen
Author: sichen Date: Thu Jul 3 15:12:46 2008 New Revision: 673843 URL: http://svn.apache.org/viewvc?rev=673843view=rev Log: Fix issue where invoice items for adjustments have no description. Some adjustments use the comments field instead, so use it if the description is empty. Modified

svn commit: r667206 - /ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/usps/UspsServices.java

2008-06-12 Thread sichen
Author: sichen Date: Thu Jun 12 12:33:23 2008 New Revision: 667206 URL: http://svn.apache.org/viewvc?rev=667206view=rev Log: prevent a cascade of rollbacks when a shipping value could not be obtained Modified: ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/usps

svn commit: r666746 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityListIterator.java

2008-06-11 Thread sichen
Author: sichen Date: Wed Jun 11 10:46:47 2008 New Revision: 666746 URL: http://svn.apache.org/viewvc?rev=666746view=rev Log: ofbiz 1826: allow EntityListIterator to be created from jdbc ResultSet Modified: ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityListIterator.java

svn commit: r657925 - /ofbiz/trunk/applications/product/data/ShipmentTypeData.xml

2008-05-19 Thread sichen
Author: sichen Date: Mon May 19 12:19:24 2008 New Revision: 657925 URL: http://svn.apache.org/viewvc?rev=657925view=rev Log: Removing the ability to cancel a packed shipment, which would cause the shipment to be cancelled and yet the inventory has already been issued, etc. Modified: ofbiz

svn commit: r655631 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/shipping/ShippingEvents.java

2008-05-12 Thread sichen
Author: sichen Date: Mon May 12 13:21:49 2008 New Revision: 655631 URL: http://svn.apache.org/viewvc?rev=655631view=rev Log: Do not throw exception if external shipping estimate service returns failure, or a change of service errors will prevent all sorts of services like add or update order

svn commit: r646130 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartServices.java

2008-04-08 Thread sichen
Author: sichen Date: Tue Apr 8 16:18:14 2008 New Revision: 646130 URL: http://svn.apache.org/viewvc?rev=646130view=rev Log: order list of shopping cart items from quotes by quote item seq ID Modified: ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartServices.java

svn commit: r646132 - /ofbiz/trunk/applications/order/servicedef/services_cart.xml

2008-04-08 Thread sichen
Author: sichen Date: Tue Apr 8 16:21:14 2008 New Revision: 646132 URL: http://svn.apache.org/viewvc?rev=646132view=rev Log: turning off transactions for loading of cart from quote, since there does not seem to be any data being stored, and having a transaction consumes resources unnecessarily

svn commit: r634851 - in /ofbiz/trunk/applications: order/src/org/ofbiz/order/shoppingcart/shipping/ product/servicedef/ product/src/org/ofbiz/shipment/thirdparty/ups/

2008-03-07 Thread sichen
Author: sichen Date: Fri Mar 7 14:30:28 2008 New Revision: 634851 URL: http://svn.apache.org/viewvc?rev=634851view=rev Log: Added support for calculating shipment estimates from any origin postal address via calcShipmentEstimateInterface.shippingOriginContactMechId. Use this to implement

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

2008-03-03 Thread sichen
Author: sichen Date: Mon Mar 3 09:17:50 2008 New Revision: 633182 URL: http://svn.apache.org/viewvc?rev=633182view=rev Log: Fix for issue in the cancelRemainingPurchaseOrderItems (used by the completePurchaseOrder service) where the code was getting short-circuited for items which were

svn commit: r631785 - /ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml

2008-02-27 Thread sichen
Author: sichen Date: Wed Feb 27 16:12:58 2008 New Revision: 631785 URL: http://svn.apache.org/viewvc?rev=631785view=rev Log: Add relation for GlAccountType's parent/child structure. Modified: ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml Modified: ofbiz/trunk/applications

svn commit: r629279 - in /ofbiz/trunk/applications: content/src/org/ofbiz/content/survey/SurveyWrapper.java product/src/org/ofbiz/product/store/ProductStoreSurveyWrapper.java

2008-02-19 Thread sichen
Author: sichen Date: Tue Feb 19 15:50:35 2008 New Revision: 629279 URL: http://svn.apache.org/viewvc?rev=629279view=rev Log: allow retrieving survey response if there were an errorf Modified: ofbiz/trunk/applications/content/src/org/ofbiz/content/survey/SurveyWrapper.java ofbiz/trunk

svn commit: r615240 - in /ofbiz/trunk/applications/product: servicedef/secas.xml servicedef/services_facility.xml src/org/ofbiz/product/inventory/InventoryServices.java

2008-01-25 Thread sichen
Author: sichen Date: Fri Jan 25 07:02:34 2008 New Revision: 615240 URL: http://svn.apache.org/viewvc?rev=615240view=rev Log: reversing my previous commit r 614970 which may have undesirable side effects Modified: ofbiz/trunk/applications/product/servicedef/secas.xml ofbiz/trunk

svn commit: r614279 - /ofbiz/trunk/applications/ecommerce/webapp/ecommerce/WEB-INF/actions/login.bsh

2008-01-22 Thread sichen
Author: sichen Date: Tue Jan 22 10:18:38 2008 New Revision: 614279 URL: http://svn.apache.org/viewvc?rev=614279view=rev Log: Fix bug which occurs when login page loads again with PASSWORD already in the parameters. The presence of two PASSWORDs will cause subsequent login attempts to fail

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

2008-01-21 Thread sichen
Author: sichen Date: Mon Jan 21 21:06:35 2008 New Revision: 614118 URL: http://svn.apache.org/viewvc?rev=614118view=rev Log: return failure instead of error if a payment method does not have a payment setting, such as paypal, when doing a refund. Modified: ofbiz/trunk/applications

svn commit: r614119 - /ofbiz/trunk/applications/order/servicedef/services.xml

2008-01-21 Thread sichen
Author: sichen Date: Mon Jan 21 21:07:44 2008 New Revision: 614119 URL: http://svn.apache.org/viewvc?rev=614119view=rev Log: increase transaction timeout for canceling orders Modified: ofbiz/trunk/applications/order/servicedef/services.xml Modified: ofbiz/trunk/applications/order/servicedef

svn commit: r612876 - /ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/usps/UspsServices.java

2008-01-17 Thread sichen
Author: sichen Date: Thu Jan 17 09:16:53 2008 New Revision: 612876 URL: http://svn.apache.org/viewvc?rev=612876view=rev Log: comments Modified: ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/usps/UspsServices.java Modified: ofbiz/trunk/applications/product/src/org

svn commit: r612332 - /ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/usps/UspsServices.java

2008-01-15 Thread sichen
Author: sichen Date: Tue Jan 15 17:42:22 2008 New Revision: 612332 URL: http://svn.apache.org/viewvc?rev=612332view=rev Log: If only one package is being sent via USPS, use the shippableWeight input rather than the package input, because the weight specified should take precedence over

svn commit: r610639 - /ofbiz/trunk/applications/content/src/org/ofbiz/content/email/EmailServices.java

2008-01-09 Thread sichen
Author: sichen Date: Wed Jan 9 17:48:08 2008 New Revision: 610639 URL: http://svn.apache.org/viewvc?rev=610639view=rev Log: Fix overflow bug when email system attempts to create a CommunicationEvent.note that's larger than the field size. Modified: ofbiz/trunk/applications/content/src/org

svn commit: r610083 - /ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/orderitems.ftl

2008-01-08 Thread sichen
Author: sichen Date: Tue Jan 8 09:49:49 2008 New Revision: 610083 URL: http://svn.apache.org/viewvc?rev=610083view=rev Log: prevent NPE if order item has no item description Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/orderitems.ftl Modified: ofbiz/trunk

svn commit: r606361 - /ofbiz/trunk/applications/product/src/org/ofbiz/product/product/ProductSearch.java

2007-12-21 Thread sichen
Author: sichen Date: Fri Dec 21 16:37:13 2007 New Revision: 606361 URL: http://svn.apache.org/viewvc?rev=606361view=rev Log: Include special search constraint to correctly find products with prices defined in the appropriate store group. Using this constraint will allow you to restrict

svn commit: r605721 - /ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml

2007-12-19 Thread sichen
Author: sichen Date: Wed Dec 19 14:31:20 2007 New Revision: 605721 URL: http://svn.apache.org/viewvc?rev=605721view=rev Log: add a reference to the cc refund failure for testing Modified: ofbiz/trunk/applications/accounting/servicedef/services_paymentmethod.xml Modified: ofbiz/trunk

svn commit: r605746 - in /ofbiz/trunk/applications/order: data/OrderTypeData.xml src/org/ofbiz/order/order/OrderReturnServices.java

2007-12-19 Thread sichen
Author: sichen Date: Wed Dec 19 16:03:41 2007 New Revision: 605746 URL: http://svn.apache.org/viewvc?rev=605746view=rev Log: manual refund status for returns that require manual refunds Modified: ofbiz/trunk/applications/order/data/OrderTypeData.xml ofbiz/trunk/applications/order/src

svn commit: r603767 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java

2007-12-12 Thread sichen
Author: sichen Date: Wed Dec 12 15:00:47 2007 New Revision: 603767 URL: http://svn.apache.org/viewvc?rev=603767view=rev Log: Fix another captureRefNum problem in AIMPaymentServices Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet

svn commit: r603769 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java

2007-12-12 Thread sichen
Author: sichen Date: Wed Dec 12 15:06:46 2007 New Revision: 603769 URL: http://svn.apache.org/viewvc?rev=603769view=rev Log: Fix bug in AIMPaymentServices where failed captures will crash the payment system because the captureRefNum was not passed back. Modified: ofbiz/trunk/applications

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

2007-12-10 Thread sichen
Author: sichen Date: Mon Dec 10 11:10:03 2007 New Revision: 602997 URL: http://svn.apache.org/viewvc?rev=602997view=rev Log: Fix bug where PaymentGatewayServices.releaseOrderPayments attempts to release a settled credit card payment. It should only be releasing authorized CC payments

svn commit: r602283 - /ofbiz/branches/release4.0/applications/product/src/org/ofbiz/shipment/thirdparty/usps/UspsServices.java

2007-12-07 Thread sichen
Author: sichen Date: Fri Dec 7 16:36:12 2007 New Revision: 602283 URL: http://svn.apache.org/viewvc?rev=602283view=rev Log: Finally fixed the usps rate estimate: only parcel post can have a Container tag. This is on the USPS web api documentation Modified: ofbiz/branches/release4.0

svn commit: r601497 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/requirement/RequirementServices.java

2007-12-05 Thread sichen
Author: sichen Date: Wed Dec 5 12:11:47 2007 New Revision: 601497 URL: http://svn.apache.org/viewvc?rev=601497view=rev Log: Fix bug in ATP minimum stock requirements where pending requirements are not counted in the shortfall correctly. Modified: ofbiz/trunk/applications/order/src/org

svn commit: r601010 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceServices.java

2007-12-04 Thread sichen
Author: sichen Date: Tue Dec 4 09:21:30 2007 New Revision: 601010 URL: http://svn.apache.org/viewvc?rev=601010view=rev Log: Fill in return invoice's parentInvoiceId/itemSeqId Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceServices.java Modified

svn commit: r601039 - in /ofbiz/trunk/applications/order: servicedef/secas.xml servicedef/services_requirement.xml src/org/ofbiz/order/requirement/RequirementServices.java

2007-12-04 Thread sichen
Author: sichen Date: Tue Dec 4 11:03:31 2007 New Revision: 601039 URL: http://svn.apache.org/viewvc?rev=601039view=rev Log: Refactor ATP requirements based on minimum stock so that the service can be run on order status change rather than on inventory reservation. Modified: ofbiz/trunk

svn commit: r599982 - /ofbiz/trunk/applications/product/config/shipment.properties

2007-11-30 Thread sichen
Author: sichen Date: Fri Nov 30 14:16:08 2007 New Revision: 599982 URL: http://svn.apache.org/viewvc?rev=599982view=rev Log: Adding a couple of properties to shipment.properties to support future Fedex SOAP integration Modified: ofbiz/trunk/applications/product/config/shipment.properties

svn commit: r599939 - /ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/TestRunContainer.java

2007-11-30 Thread sichen
Author: sichen Date: Fri Nov 30 12:08:47 2007 New Revision: 599939 URL: http://svn.apache.org/viewvc?rev=599939view=rev Log: Print exceptions when a unit test fails. Modified: ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/TestRunContainer.java Modified: ofbiz/trunk/framework

svn commit: r598723 - /ofbiz/trunk/applications/product/script/org/ofbiz/shipment/shipment/ShipmentServices.xml

2007-11-27 Thread sichen
Author: sichen Date: Tue Nov 27 10:13:27 2007 New Revision: 598723 URL: http://svn.apache.org/viewvc?rev=598723view=rev Log: Set the statuses of both purchase order items and linked sales order items to completed when quickDropShipping a drop ship group Modified: ofbiz/trunk/applications

svn commit: r598733 - /ofbiz/branches/release4.0/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml

2007-11-27 Thread sichen
Author: sichen Date: Tue Nov 27 11:06:45 2007 New Revision: 598733 URL: http://svn.apache.org/viewvc?rev=598733view=rev Log: Fix a bug where invoice items of type product cannot be updated if they don't have a productId Modified: ofbiz/branches/release4.0/applications/accounting/script/org

svn commit: r598813 - /ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/HtmlWidget.java

2007-11-27 Thread sichen
Author: sichen Date: Tue Nov 27 15:12:00 2007 New Revision: 598813 URL: http://svn.apache.org/viewvc?rev=598813view=rev Log: Report freemarker file not found error to the screen so we don't have to dig through a very messy log to find it. Modified: ofbiz/trunk/framework/widget/src/org/ofbiz

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

2007-11-12 Thread sichen
Author: sichen Date: Mon Nov 12 20:47:27 2007 New Revision: 594430 URL: http://svn.apache.org/viewvc?rev=594430view=rev Log: prevent potential NPE from a null ReturnAdjustment.amount in getReturnAdjustmentTotal Modified: ofbiz/trunk/applications/order/src/org/ofbiz/order/order

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

2007-11-12 Thread sichen
Author: sichen Date: Mon Nov 12 20:47:42 2007 New Revision: 594431 URL: http://svn.apache.org/viewvc?rev=594431view=rev Log: prevent potential NPE from a null ReturnAdjustment.amount in getReturnAdjustmentTotal Modified: ofbiz/branches/release4.0/applications/order/src/org/ofbiz/order

svn commit: r594432 - /ofbiz/branches/release4.0/applications/order/webapp/ordermgr/return/returnReportBody.fo.ftl

2007-11-12 Thread sichen
Author: sichen Date: Mon Nov 12 20:50:06 2007 New Revision: 594432 URL: http://svn.apache.org/viewvc?rev=594432view=rev Log: prevent potential problems from a null ReturnAdjustment.amount Modified: ofbiz/branches/release4.0/applications/order/webapp/ordermgr/return/returnReportBody.fo.ftl

svn commit: r594434 - /ofbiz/trunk/applications/order/webapp/ordermgr/return/returnReportBody.fo.ftl

2007-11-12 Thread sichen
Author: sichen Date: Mon Nov 12 20:50:39 2007 New Revision: 594434 URL: http://svn.apache.org/viewvc?rev=594434view=rev Log: prevent potential problems from a null ReturnAdjustment.amount Modified: ofbiz/trunk/applications/order/webapp/ordermgr/return/returnReportBody.fo.ftl Modified

svn commit: r590518 - /ofbiz/branches/release4.0/applications/product/servicedef/services_picklist.xml

2007-10-30 Thread sichen
Author: sichen Date: Tue Oct 30 16:56:08 2007 New Revision: 590518 URL: http://svn.apache.org/viewvc?rev=590518view=rev Log: set longer timeout for picklist create service Modified: ofbiz/branches/release4.0/applications/product/servicedef/services_picklist.xml Modified: ofbiz/branches

svn commit: r588716 - /ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml

2007-10-26 Thread sichen
Author: sichen Date: Fri Oct 26 10:16:02 2007 New Revision: 588716 URL: http://svn.apache.org/viewvc?rev=588716view=rev Log: Added group by glFiscalTypeId to AcctgTransEntryProdSums because without it, subtle bugs may crop up. Modified: ofbiz/trunk/applications/accounting/entitydef

svn commit: r585742 - /ofbiz/trunk/applications/product/src/org/ofbiz/product/inventory/InventoryServices.java

2007-10-17 Thread sichen
Author: sichen Date: Wed Oct 17 15:43:25 2007 New Revision: 585742 URL: http://svn.apache.org/viewvc?rev=585742view=rev Log: Cancel inventory transfer will now check inventoryTransferId first and actually set the cancelled status at the end Modified: ofbiz/trunk/applications/product/src

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

2007-10-17 Thread sichen
Author: sichen Date: Wed Oct 17 15:44:00 2007 New Revision: 585743 URL: http://svn.apache.org/viewvc?rev=585743view=rev Log: Cancel inventory transfer will now check inventoryTransferId first and actually set the cancelled status at the end Modified: ofbiz/branches/release4.0/applications

svn commit: r585198 - /ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMNode.java

2007-10-16 Thread sichen
Author: sichen Date: Tue Oct 16 10:00:54 2007 New Revision: 585198 URL: http://svn.apache.org/viewvc?rev=585198view=rev Log: Allow a negative scrap factor to function like a salvage factor in BOMs Modified: ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMNode.java

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

2007-10-11 Thread sichen
Author: sichen Date: Thu Oct 11 11:42:43 2007 New Revision: 583910 URL: http://svn.apache.org/viewvc?rev=583910view=rev Log: cut down excessive logging Modified: ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/ups/UpsServices.java Modified: ofbiz/trunk/applications

svn commit: r583636 - /ofbiz/trunk/applications/product/script/org/ofbiz/shipment/shipment/ShipmentServices.xml

2007-10-10 Thread sichen
Author: sichen Date: Wed Oct 10 15:36:33 2007 New Revision: 583636 URL: http://svn.apache.org/viewvc?rev=583636view=rev Log: fix a potential bug where an unrelated contactMechId might be assigned to Shipment.destinationTelecomNumberId if there are no phone numbers for a facility Modified

svn commit: r583642 - /ofbiz/branches/release4.0/applications/product/script/org/ofbiz/shipment/shipment/ShipmentServices.xml

2007-10-10 Thread sichen
Author: sichen Date: Wed Oct 10 16:33:22 2007 New Revision: 583642 URL: http://svn.apache.org/viewvc?rev=583642view=rev Log: fix a potential bug where an unrelated contactMechId might be assigned to Shipment.destinationTelecomNumberId if there are no phone numbers for a facility Modified

svn commit: r582967 - in /ofbiz/trunk/applications/product/webapp/facility: WEB-INF/actions/facility/EditFacility.bsh facility/EditFacility.ftl

2007-10-08 Thread sichen
Author: sichen Date: Mon Oct 8 13:49:48 2007 New Revision: 582967 URL: http://svn.apache.org/viewvc?rev=582967view=rev Log: removed restriction that only internal organization can be owner parties of facilities Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions

svn commit: r581979 - /ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/collections/ResourceBundleMapWrapper.java

2007-10-04 Thread sichen
Author: sichen Date: Thu Oct 4 11:20:25 2007 New Revision: 581979 URL: http://svn.apache.org/viewvc?rev=581979view=rev Log: Catch NPE in ResourceBundleMapWrapper.containsKey(Object) Modified: ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/collections/ResourceBundleMapWrapper.java

svn commit: r579858 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java

2007-09-26 Thread sichen
Author: sichen Date: Wed Sep 26 17:56:07 2007 New Revision: 579858 URL: http://svn.apache.org/viewvc?rev=579858view=rev Log: turn off auth.net logging of properties file Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java

svn commit: r578874 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityUtil.java

2007-09-24 Thread sichen
Author: sichen Date: Mon Sep 24 09:39:40 2007 New Revision: 578874 URL: http://svn.apache.org/viewvc?rev=578874view=rev Log: Fix some potential NPEs from Oleg Andreyev OFBIZ-1244 Modified: ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityUtil.java Modified: ofbiz/trunk/framework

svn commit: r578886 - /ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/MessageString.java

2007-09-24 Thread sichen
Author: sichen Date: Mon Sep 24 10:36:22 2007 New Revision: 578886 URL: http://svn.apache.org/viewvc?rev=578886view=rev Log: Fix bug in request-redirect when attributes contains error messages of type MessageString Modified: ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util

svn commit: r577849 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java

2007-09-20 Thread sichen
Author: sichen Date: Thu Sep 20 11:17:02 2007 New Revision: 577849 URL: http://svn.apache.org/viewvc?rev=577849view=rev Log: clean up authorize.net Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/thirdparty/authorizedotnet/AIMPaymentServices.java Modified: ofbiz

svn commit: r575413 - /ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/mrp/MrpServices.java

2007-09-13 Thread sichen
Author: sichen Date: Thu Sep 13 12:44:16 2007 New Revision: 575413 URL: http://svn.apache.org/viewvc?rev=575413view=rev Log: Fix a bug where MRP was using daysToShip to create requirements for parts. Also provide some information about MRP requirements: show productId and start date Modified

svn commit: r573769 - /ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMNode.java

2007-09-07 Thread sichen
Author: sichen Date: Fri Sep 7 18:36:21 2007 New Revision: 573769 URL: http://svn.apache.org/viewvc?rev=573769view=rev Log: comments Modified: ofbiz/trunk/applications/manufacturing/src/org/ofbiz/manufacturing/bom/BOMNode.java Modified: ofbiz/trunk/applications/manufacturing/src/org

svn commit: r573270 - /ofbiz/trunk/applications/product/entitydef/entitymodel_shipment.xml

2007-09-06 Thread sichen
Author: sichen Date: Thu Sep 6 07:02:25 2007 New Revision: 573270 URL: http://svn.apache.org/viewvc?rev=573270view=rev Log: Fix for Shipment.additionalShippingChargeDesc 30chars. Thanks to Hans Bakker for pointing this out. Modified: ofbiz/trunk/applications/product/entitydef

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

2007-09-05 Thread sichen
Author: sichen Date: Wed Sep 5 13:01:12 2007 New Revision: 573041 URL: http://svn.apache.org/viewvc?rev=573041view=rev Log: Changed seca for createTrackingCodeOrderReturns to run as system to avoid permission problems and also correctly record who ran the service Modified: ofbiz/trunk

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

2007-09-04 Thread sichen
Author: sichen Date: Tue Sep 4 14:44:05 2007 New Revision: 572817 URL: http://svn.apache.org/viewvc?rev=572817view=rev Log: Replacing direct entity ops to update a payment with a service call. Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment

svn commit: r572526 - /ofbiz/trunk/applications/accounting/config/arithmetic.properties

2007-09-03 Thread sichen
Author: sichen Date: Mon Sep 3 22:15:00 2007 New Revision: 572526 URL: http://svn.apache.org/viewvc?rev=572526view=rev Log: Set ledger rounding to be 1 digit more than any other financial rounding setting to avoid rounding problems Modified: ofbiz/trunk/applications/accounting/config

svn commit: r570894 - in /ofbiz/trunk/applications/accounting: config/arithmetic.properties script/org/ofbiz/accounting/ledger/AcctgTransServices.xml script/org/ofbiz/accounting/ledger/GeneralLedgerSe

2007-08-29 Thread sichen
Author: sichen Date: Wed Aug 29 11:39:40 2007 New Revision: 570894 URL: http://svn.apache.org/viewvc?rev=570894view=rev Log: Fix rounding issues in general ledger posting routines because they did not have configurable BigDecimal rounding properties. Modified: ofbiz/trunk/applications

svn commit: r570956 - /ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/jobshopmgt/ProductionRunDeclaration.bsh

2007-08-29 Thread sichen
Author: sichen Date: Wed Aug 29 15:28:36 2007 New Revision: 570956 URL: http://svn.apache.org/viewvc?rev=570956view=rev Log: Comments Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/jobshopmgt/ProductionRunDeclaration.bsh Modified: ofbiz/trunk

svn commit: r569454 - /ofbiz/trunk/framework/common/data/GeoData.xml

2007-08-24 Thread sichen
Author: sichen Date: Fri Aug 24 09:47:14 2007 New Revision: 569454 URL: http://svn.apache.org/viewvc?rev=569454view=rev Log: Not a political statement, but mail will not get there Modified: ofbiz/trunk/framework/common/data/GeoData.xml Modified: ofbiz/trunk/framework/common/data/GeoData.xml

svn commit: r569467 - /ofbiz/trunk/applications/product/script/org/ofbiz/shipment/shipment/ShipmentServices.xml

2007-08-24 Thread sichen
Author: sichen Date: Fri Aug 24 10:59:04 2007 New Revision: 569467 URL: http://svn.apache.org/viewvc?rev=569467view=rev Log: comment out workefforts related to shpiment schedule/arrival ofbiz-1207 Modified: ofbiz/trunk/applications/product/script/org/ofbiz/shipment/shipment

svn commit: r567872 - in /ofbiz/trunk/applications/manufacturing: servicedef/services_production_run.xml src/org/ofbiz/manufacturing/jobshopmgt/ProductionRunServices.java

2007-08-20 Thread sichen
Author: sichen Date: Mon Aug 20 16:10:44 2007 New Revision: 567872 URL: http://svn.apache.org/viewvc?rev=567872view=rev Log: Improve service to changing production run task statuses: It should pass the original statusId before change so that SECAS can check whether there was an actual change

svn commit: r566369 - in /ofbiz/trunk/applications/order: src/org/ofbiz/order/shoppingcart/ShoppingCart.java src/org/ofbiz/order/shoppingcart/ShoppingCartHelper.java webapp/ordermgr/requirement/Requir

2007-08-15 Thread sichen
Author: sichen Date: Wed Aug 15 15:41:37 2007 New Revision: 566369 URL: http://svn.apache.org/viewvc?view=revrev=566369 Log: OFBIZ-1205 contribution from Leon Torres. Fixes unresolved issue of how to select a facilityId for default purchase order shopping cart. Modified: ofbiz/trunk

svn commit: r564733 - /ofbiz/trunk/framework/common/webcommon/includes/appbar.ftl

2007-08-10 Thread sichen
Author: sichen Date: Fri Aug 10 12:47:27 2007 New Revision: 564733 URL: http://svn.apache.org/viewvc?view=revrev=564733 Log: A small change which makes it possible to have a webapp mounted at / show up on the appbar correctly. This worked ok for me but let me know if there are problems

svn commit: r564444 - in /ofbiz/trunk/applications/order/data: OrderScheduledServices.xml OrderSecurityData.xml

2007-08-09 Thread sichen
Author: sichen Date: Thu Aug 9 17:56:22 2007 New Revision: 56 URL: http://svn.apache.org/viewvc?view=revrev=56 Log: Commenting out the autoCancelOrderItems service by default. Only some businesses do this, and most of the others are usually shocked if this happened, so it should

svn commit: r563545 - /ofbiz/trunk/applications/party/entitydef/entitymodel.xml

2007-08-07 Thread sichen
Author: sichen Date: Tue Aug 7 09:24:02 2007 New Revision: 563545 URL: http://svn.apache.org/viewvc?view=revrev=563545 Log: Missing FK name Modified: ofbiz/trunk/applications/party/entitydef/entitymodel.xml Modified: ofbiz/trunk/applications/party/entitydef/entitymodel.xml URL: http

svn commit: r563364 - /ofbiz/trunk/applications/party/config/PartyUiLabels.properties

2007-08-06 Thread sichen
Author: sichen Date: Mon Aug 6 18:09:08 2007 New Revision: 563364 URL: http://svn.apache.org/viewvc?view=revrev=563364 Log: This is already in accounting and is wrong anyway Modified: ofbiz/trunk/applications/party/config/PartyUiLabels.properties Modified: ofbiz/trunk/applications/party

svn commit: r562545 - /ofbiz/trunk/applications/party/config/PartyUiLabels.properties

2007-08-03 Thread sichen
Author: sichen Date: Fri Aug 3 11:38:08 2007 New Revision: 562545 URL: http://svn.apache.org/viewvc?view=revrev=562545 Log: ui label Modified: ofbiz/trunk/applications/party/config/PartyUiLabels.properties Modified: ofbiz/trunk/applications/party/config/PartyUiLabels.properties URL: http

svn commit: r561866 - in /ofbiz/trunk/applications/product: config/ProductErrorUiLabels.properties servicedef/services_shipment_usps.xml src/org/ofbiz/shipment/thirdparty/usps/UspsServices.java

2007-08-01 Thread sichen
Author: sichen Date: Wed Aug 1 09:41:55 2007 New Revision: 561866 URL: http://svn.apache.org/viewvc?view=revrev=561866 Log: USPS address validation service requires either zip5 or city and state, per http://www.usps.com/webtools/htm/Address-Information.htm. Returning failure instead of error

svn commit: r561925 - /ofbiz/trunk/applications/party/data/PartySecurityData.xml

2007-08-01 Thread sichen
Author: sichen Date: Wed Aug 1 12:25:18 2007 New Revision: 561925 URL: http://svn.apache.org/viewvc?view=revrev=561925 Log: Per David's suggestion, making a SECURITYADMIN group for security administration. Partymgr Admin is just for administering other aspects of parties. You can associate

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

2007-07-30 Thread sichen
Author: sichen Date: Mon Jul 30 11:53:15 2007 New Revision: 561090 URL: http://svn.apache.org/viewvc?view=revrev=561090 Log: Fix for the change in r. 559943. A 'having' clause slipped in by mistake in place of a 'where' clause. Modified: ofbiz/trunk/applications/order/script/org/ofbiz

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

2007-07-26 Thread sichen
Author: sichen Date: Thu Jul 26 11:44:57 2007 New Revision: 559934 URL: http://svn.apache.org/viewvc?view=revrev=559934 Log: When creating product requirements as the result of receiving inventory, only create a requirement if the total of existing requirements for that product/facility

svn commit: r559552 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceServices.java

2007-07-25 Thread sichen
Author: sichen Date: Wed Jul 25 11:43:17 2007 New Revision: 559552 URL: http://svn.apache.org/viewvc?view=revrev=559552 Log: Warning message if no billing InvoiceContactMechs are created for invoice Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice

svn commit: r557431 - /ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml

2007-07-18 Thread sichen
Author: sichen Date: Wed Jul 18 17:05:06 2007 New Revision: 557431 URL: http://svn.apache.org/viewvc?view=revrev=557431 Log: Default create supplier product to main supplier Modified: ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml Modified: ofbiz/trunk

svn commit: r557447 - /ofbiz/branches/release4.0/applications/product/servicedef/secas_shipment.xml

2007-07-18 Thread sichen
Author: sichen Date: Wed Jul 18 18:47:20 2007 New Revision: 557447 URL: http://svn.apache.org/viewvc?view=revrev=557447 Log: run updates to return and order status as systsem user. this allows us to be able to distinguish which ones were automatically updated vs which ones were actually

svn commit: r555367 - in /ofbiz/trunk/applications/accounting: config/AccountingUiLabels.properties src/org/ofbiz/accounting/invoice/InvoiceServices.java

2007-07-11 Thread sichen
Author: sichen Date: Wed Jul 11 11:49:52 2007 New Revision: 555367 URL: http://svn.apache.org/viewvc?view=revrev=555367 Log: Adding a log message when additional shipping charges are ignored during invoice creation from shipments because ProductStore.prorateShipping != N Modified: ofbiz

svn commit: r551939 - /ofbiz/trunk/framework/common/data/GeoData_US.xml

2007-06-29 Thread sichen
Author: sichen Date: Fri Jun 29 09:23:08 2007 New Revision: 551939 URL: http://svn.apache.org/viewvc?view=revrev=551939 Log: changed DC to the correct name Modified: ofbiz/trunk/framework/common/data/GeoData_US.xml Modified: ofbiz/trunk/framework/common/data/GeoData_US.xml URL: http

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

2007-06-28 Thread sichen
Author: sichen Date: Thu Jun 28 08:30:13 2007 New Revision: 551598 URL: http://svn.apache.org/viewvc?view=revrev=551598 Log: Uppercase dimensional unit of measurement in UPS shipment confirm request Modified: ofbiz/trunk/applications/product/src/org/ofbiz/shipment/thirdparty/ups

svn commit: r551229 - /ofbiz/trunk/applications/order/webapp/ordermgr/requirement/RequirementForms.xml

2007-06-27 Thread sichen
Author: sichen Date: Wed Jun 27 09:45:57 2007 New Revision: 551229 URL: http://svn.apache.org/viewvc?view=revrev=551229 Log: Improve Approved Requirements by Vendor screen so that when the [Prepare Order] button is pressed, it lists requirements right away. Modified: ofbiz/trunk

svn commit: r550854 - /ofbiz/trunk/applications/product/src/org/ofbiz/shipment/packing/PackingServices.java

2007-06-26 Thread sichen
Author: sichen Date: Tue Jun 26 09:52:10 2007 New Revision: 550854 URL: http://svn.apache.org/viewvc?view=revrev=550854 Log: Making the setSessionPackageWeights helper method public in the PackingServices class Modified: ofbiz/trunk/applications/product/src/org/ofbiz/shipment/packing

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=revrev=550585 Log: Changed checkReturnComplete to use updateReturnHeader instead of delegator.store Modified: ofbiz/branches/release4.0/applications/order/src/org/ofbiz/order/order

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=revrev=550626 Log: Fix bug where PaymentGatewayResponse.currencyUomId is not being set for PGT_REFUND. Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment

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=revrev=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

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=revrev=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: r549561 - in /ofbiz/trunk/applications/product: servicedef/services_shipment_ups.xml src/org/ofbiz/shipment/thirdparty/ups/UpsServices.java

2007-06-21 Thread sichen
Author: sichen Date: Thu Jun 21 10:35:00 2007 New Revision: 549561 URL: http://svn.apache.org/viewvc?view=revrev=549561 Log: Fix a potential rollback crash if upsRateEstimateByPostalCode is called for an address with a missing zip code. By returning failure instead of using service engine

svn commit: r549562 - in /ofbiz/branches/release4.0/applications/product: servicedef/services_shipment_ups.xml src/org/ofbiz/shipment/thirdparty/ups/UpsServices.java

2007-06-21 Thread sichen
Author: sichen Date: Thu Jun 21 10:35:28 2007 New Revision: 549562 URL: http://svn.apache.org/viewvc?view=revrev=549562 Log: Fix a potential rollback crash if upsRateEstimateByPostalCode is called for an address with a missing zip code. By returning failure instead of using service engine

svn commit: r549648 - /ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/ReceiveInventoryAgainstPurchaseOrder.bsh

2007-06-21 Thread sichen
Author: sichen Date: Thu Jun 21 16:37:03 2007 New Revision: 549648 URL: http://svn.apache.org/viewvc?view=revrev=549648 Log: Support for multiple order items with the same productId in the Facility Manager's Receive Against Purchase Order screen Modified: ofbiz/trunk/applications/product

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

2007-06-20 Thread sichen
Author: sichen Date: Wed Jun 20 05:53:48 2007 New Revision: 549094 URL: http://svn.apache.org/viewvc?view=revrev=549094 Log: Fix orderBy in balanceInventoryItems service Modified: ofbiz/trunk/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml Modified: ofbiz

  1   2   >