svn commit: r549145 - /ofbiz/branches/release4.0/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml

2007-06-20 Thread sichen
Author: sichen Date: Wed Jun 20 09:16:06 2007 New Revision: 549145 URL: http://svn.apache.org/viewvc?view=revrev=549145 Log: Fix orderBy in balanceInventoryItems service Modified: ofbiz/branches/release4.0/applications/product/script/org/ofbiz/product/inventory/InventoryServices.xml

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

2007-06-19 Thread sichen
Author: sichen Date: Tue Jun 19 11:33:43 2007 New Revision: 548817 URL: http://svn.apache.org/viewvc?view=revrev=548817 Log: Fix bug where order open amount is reported as negative. It should report 0 in this case. Modified: ofbiz/trunk/applications/order/src/org/ofbiz/order/order

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

2007-06-11 Thread sichen
Author: sichen Date: Mon Jun 11 09:38:09 2007 New Revision: 546188 URL: http://svn.apache.org/viewvc?view=revrev=546188 Log: getRequirementsForSupplier will now get any requirements instead of just Approved ones Modified: ofbiz/trunk/applications/order/servicedef/services_requirement.xml

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

2007-06-08 Thread sichen
Author: sichen Date: Fri Jun 8 09:43:36 2007 New Revision: 545556 URL: http://svn.apache.org/viewvc?view=revrev=545556 Log: Changing the package dimensions (length/width/height) and weight in outgoing UPS shipment requests from floating-point values to integers (via truncation), according

svn commit: r545236 - /ofbiz/branches/release4.0/framework/common/data/CommonSecurityData.xml

2007-06-07 Thread sichen
Author: sichen Date: Thu Jun 7 09:32:04 2007 New Revision: 545236 URL: http://svn.apache.org/viewvc?view=revrev=545236 Log: Remove a couple of SecurityGroupPermission references which don't correspond to any SecurityPermission. I fixed this with a bug Pointed out by Ignatius Reilly Modified

svn commit: r544653 - /ofbiz/branches/release4.0/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml

2007-06-05 Thread sichen
Author: sichen Date: Tue Jun 5 14:58:52 2007 New Revision: 544653 URL: http://svn.apache.org/viewvc?view=revrev=544653 Log: Remove default text for inventory items add to a production run Modified: ofbiz/branches/release4.0/applications/manufacturing/webapp/manufacturing/jobshopmgt

svn commit: r544652 - /ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml

2007-06-05 Thread sichen
Author: sichen Date: Tue Jun 5 14:58:31 2007 New Revision: 544652 URL: http://svn.apache.org/viewvc?view=revrev=544652 Log: Remove default text for inventory items add to a production run Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt

svn commit: r544324 - /ofbiz/trunk/applications/order/webapp/ordermgr/order/orderitems.ftl

2007-06-04 Thread sichen
Author: sichen Date: Mon Jun 4 16:36:33 2007 New Revision: 544324 URL: http://svn.apache.org/viewvc?view=revrev=544324 Log: Prevent NPE when order item's item issuance does not have a ship group seqid, such as from a POS order. Based on suggestion from Vikrant Rathorpe Modified: ofbiz

svn commit: r541024 - /ofbiz/trunk/applications/party/webapp/partymgr/party/editcreditcard.ftl

2007-05-23 Thread sichen
Author: sichen Date: Wed May 23 11:48:38 2007 New Revision: 541024 URL: http://svn.apache.org/viewvc?view=revrev=541024 Log: Fix bug where edit credit card page crashes when address has no postalCode (non-US, for instance) Modified: ofbiz/trunk/applications/party/webapp/partymgr/party

svn commit: r541026 - /ofbiz/branches/release4.0/applications/party/webapp/partymgr/party/editcreditcard.ftl

2007-05-23 Thread sichen
Author: sichen Date: Wed May 23 11:49:03 2007 New Revision: 541026 URL: http://svn.apache.org/viewvc?view=revrev=541026 Log: Fix bug where edit credit card page crashes when address has no postalCode (non-US, for instance) Modified: ofbiz/branches/release4.0/applications/party/webapp

svn commit: r541104 - in /ofbiz/trunk/applications/product: config/ entitydef/ src/org/ofbiz/shipment/thirdparty/ups/ webapp/facility/WEB-INF/actions/shipment/ webapp/facility/shipment/

2007-05-23 Thread sichen
Author: sichen Date: Wed May 23 15:27:52 2007 New Revision: 541104 URL: http://svn.apache.org/viewvc?view=revrev=541104 Log: Change shipmentRouteSegment to use two fields for thirdPartyPostalCode and thirdPartyCountryGeoCode instead of thirdPartyContactMechId, to make it easier to integrate

svn commit: r541109 - in /ofbiz/trunk/applications/product: config/shipment.properties src/org/ofbiz/shipment/thirdparty/ups/UpsServices.java

2007-05-23 Thread sichen
Author: sichen Date: Wed May 23 15:40:39 2007 New Revision: 541109 URL: http://svn.apache.org/viewvc?view=revrev=541109 Log: Rename the shipment.ups.cod.applyCODSurcharge property in shipment.properties to shipment.ups.cod.allowCOD, which better describes the purpose. Modified: ofbiz/trunk

svn commit: r540264 - /ofbiz/trunk/applications/product/servicedef/secas_shipment.xml

2007-05-21 Thread sichen
Author: sichen Date: Mon May 21 13:19:19 2007 New Revision: 540264 URL: http://svn.apache.org/viewvc?view=revrev=540264 Log: Run the createInvoicesForX services as system when shipments are updated. Shippers and packers might not have accounting permissions to create an invoice. Modified

svn commit: r539588 - /ofbiz/trunk/framework/entity/config/entityengine.xml

2007-05-18 Thread sichen
Author: sichen Date: Fri May 18 13:15:52 2007 New Revision: 539588 URL: http://svn.apache.org/viewvc?view=revrev=539588 Log: alias-view-columns must be turned off for oracle to work properly Modified: ofbiz/trunk/framework/entity/config/entityengine.xml Modified: ofbiz/trunk/framework

svn commit: r539645 - /ofbiz/trunk/framework/entity/config/entityengine.xml

2007-05-18 Thread sichen
Author: sichen Date: Fri May 18 17:06:37 2007 New Revision: 539645 URL: http://svn.apache.org/viewvc?view=revrev=539645 Log: fix last commit of oracle alias-view-column Modified: ofbiz/trunk/framework/entity/config/entityengine.xml Modified: ofbiz/trunk/framework/entity/config

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

2007-05-16 Thread sichen
Author: sichen Date: Wed May 16 14:23:57 2007 New Revision: 538743 URL: http://svn.apache.org/viewvc?view=revrev=538743 Log: Fix a potential problem with null productfacility records when creating requirements Modified: ofbiz/trunk/applications/order/script/org/ofbiz/order/order

svn commit: r536948 - /ofbiz/branches/release4.0/applications/product/servicedef/services_shipment.xml

2007-05-10 Thread sichen
Author: sichen Date: Thu May 10 10:44:01 2007 New Revision: 536948 URL: http://svn.apache.org/viewvc?view=revrev=536948 Log: Change timeout of quick ship to 10 minutes in case there are large orders Modified: ofbiz/branches/release4.0/applications/product/servicedef/services_shipment.xml

svn commit: r536980 - /ofbiz/branches/release4.0/applications/party/entitydef/entitymodel.xml

2007-05-10 Thread sichen
Author: sichen Date: Thu May 10 13:01:30 2007 New Revision: 536980 URL: http://svn.apache.org/viewvc?view=revrev=536980 Log: Changed AgreementItem.agreementText to text type (very-long) and AgreementTerm.termValue to currency-precise to match pricing Modified: ofbiz/branches/release4.0

svn commit: r536578 - /ofbiz/branches/release4.0/framework/widget/src/org/ofbiz/widget/html/HtmlFormRenderer.java

2007-05-09 Thread sichen
Author: sichen Date: Wed May 9 09:40:03 2007 New Revision: 536578 URL: http://svn.apache.org/viewvc?view=revrev=536578 Log: Convert newlines to proper html br with the form widget. From Scott Gray. OFBIZ-973 Modified: ofbiz/branches/release4.0/framework/widget/src/org/ofbiz/widget/html

svn commit: r536333 - in /ofbiz/trunk/applications: accounting/entitydef/ accounting/src/org/ofbiz/accounting/invoice/ ecommerce/data/ order/entitydef/ order/src/org/ofbiz/order/shoppingcart/ order/we

2007-05-08 Thread sichen
Author: sichen Date: Tue May 8 14:22:09 2007 New Revision: 536333 URL: http://svn.apache.org/viewvc?view=revrev=536333 Log: Added textValue to InvoiceTerm, OrderTerm and AgreementTerm to store an actual description of what the term is and can be filled in with seed data. The description fields

svn commit: r532804 - in /ofbiz/trunk/applications: accounting/src/org/ofbiz/accounting/payment/PaymentGatewayServices.java order/src/org/ofbiz/order/order/OrderReturnServices.java

2007-04-26 Thread sichen
Author: sichen Date: Thu Apr 26 10:02:13 2007 New Revision: 532804 URL: http://svn.apache.org/viewvc?view=revrev=532804 Log: Returning failure instead of error from the refundPayment service to support extensions to OFBIZ-459 - a failed CC refund will not cause the entire refund process

svn commit: r532489 - /ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml

2007-04-25 Thread sichen
Author: sichen Date: Wed Apr 25 14:17:14 2007 New Revision: 532489 URL: http://svn.apache.org/viewvc?view=revrev=532489 Log: Fix for Double type parameter preventing refunds in the updateReturnHeader service Modified: ofbiz/trunk/applications/order/script/org/ofbiz/order/order

svn commit: r532531 - /ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/return/returnItems.bsh

2007-04-25 Thread sichen
Author: sichen Date: Wed Apr 25 16:30:37 2007 New Revision: 532531 URL: http://svn.apache.org/viewvc?view=revrev=532531 Log: fix missing import of BigDecimal Modified: ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/return/returnItems.bsh Modified: ofbiz/trunk/applications

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

2007-04-20 Thread sichen
Author: sichen Date: Fri Apr 20 10:56:55 2007 New Revision: 530867 URL: http://svn.apache.org/viewvc?view=revrev=530867 Log: Improvement to AgreementTerm: min and max quantities to define a range applicable to term. Modified: ofbiz/trunk/applications/party/entitydef/entitymodel.xml

svn commit: r530113 - in /ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility: EditContactMech.bsh ViewContactMechs.bsh

2007-04-18 Thread sichen
Author: sichen Date: Wed Apr 18 11:18:41 2007 New Revision: 530113 URL: http://svn.apache.org/viewvc?view=revrev=530113 Log: Improved facility bsh scripts to get facilityId from session if not in parameters. This helps other screens re-use these bsh files. Modified: ofbiz/trunk

svn commit: r530167 - /ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/FindFacilityLocation.bsh

2007-04-18 Thread sichen
Author: sichen Date: Wed Apr 18 14:36:16 2007 New Revision: 530167 URL: http://svn.apache.org/viewvc?view=revrev=530167 Log: Replace request.getparameter with parameters Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/FindFacilityLocation.bsh Modified

svn commit: r530184 - /ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/FindFacilityTransfers.bsh

2007-04-18 Thread sichen
Author: sichen Date: Wed Apr 18 15:17:22 2007 New Revision: 530184 URL: http://svn.apache.org/viewvc?view=revrev=530184 Log: Retrieving facilityId from the parameters map Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/FindFacilityTransfers.bsh Modified

svn commit: r529416 - in /ofbiz/trunk/applications/order: config/OrderErrorUiLabels.properties servicedef/services.xml src/org/ofbiz/order/order/OrderServices.java

2007-04-16 Thread sichen
Author: sichen Date: Mon Apr 16 14:57:34 2007 New Revision: 529416 URL: http://svn.apache.org/viewvc?view=revrev=529416 Log: Adding the getOrderItemValue service, which calculates the value of a given orderItem by totalling the item subtotal, any adjustments for that item, and the item's share

svn commit: r529422 - in /ofbiz/trunk/applications/product: config/ entitydef/ servicedef/ src/org/ofbiz/shipment/shipment/ src/org/ofbiz/shipment/thirdparty/ups/ webapp/facility/WEB-INF/actions/shipm

2007-04-16 Thread sichen
Author: sichen Date: Mon Apr 16 15:39:18 2007 New Revision: 529422 URL: http://svn.apache.org/viewvc?view=revrev=529422 Log: UPS Support for: Insured package value; Third-party shipper payment; COD - Insured package value controlled by a new ShipmentPackage.insuredValue field and UI

svn commit: r524278 - /ofbiz/trunk/applications/product/webapp/facility/returns/receiveReturn.ftl

2007-03-30 Thread sichen
Author: sichen Date: Fri Mar 30 14:21:09 2007 New Revision: 524278 URL: http://svn.apache.org/viewvc?view=revrev=524278 Log: Fix bug with receive returns in facility manager. OFBIZ-859 from Joe Eckard Modified: ofbiz/trunk/applications/product/webapp/facility/returns/receiveReturn.ftl

svn commit: r524350 - /ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/actions/party/viewprofile.bsh

2007-03-30 Thread sichen
Author: sichen Date: Fri Mar 30 18:49:03 2007 New Revision: 524350 URL: http://svn.apache.org/viewvc?view=revrev=524350 Log: comment out some code which was not used but causing crashes when trying to set up for security Modified: ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF

svn commit: r524370 - /ofbiz/trunk/applications/workeffort/data/WorkEffortTypeData.xml

2007-03-30 Thread sichen
Author: sichen Date: Fri Mar 30 21:48:48 2007 New Revision: 524370 URL: http://svn.apache.org/viewvc?view=revrev=524370 Log: valid status change to cancel a scheduled production run Modified: ofbiz/trunk/applications/workeffort/data/WorkEffortTypeData.xml Modified: ofbiz/trunk/applications

svn commit: r524371 - /ofbiz/trunk/applications/manufacturing/config/ManufacturingUiLabels.properties

2007-03-30 Thread sichen
Author: sichen Date: Fri Mar 30 21:54:52 2007 New Revision: 524371 URL: http://svn.apache.org/viewvc?view=revrev=524371 Log: ui label for successful status change Modified: ofbiz/trunk/applications/manufacturing/config/ManufacturingUiLabels.properties Modified: ofbiz/trunk/applications

svn commit: r524372 - /ofbiz/trunk/applications/manufacturing/servicedef/services_bom.xml

2007-03-30 Thread sichen
Author: sichen Date: Fri Mar 30 22:03:53 2007 New Revision: 524372 URL: http://svn.apache.org/viewvc?view=revrev=524372 Log: set long time out for initlowlevelcode service Modified: ofbiz/trunk/applications/manufacturing/servicedef/services_bom.xml Modified: ofbiz/trunk/applications

svn commit: r523829 - /ofbiz/trunk/applications/product/webapp/facility/facility/PicklistManage.ftl

2007-03-29 Thread sichen
Author: sichen Date: Thu Mar 29 13:28:58 2007 New Revision: 523829 URL: http://svn.apache.org/viewvc?view=revrev=523829 Log: changed picklist screen to use buttontext Modified: ofbiz/trunk/applications/product/webapp/facility/facility/PicklistManage.ftl Modified: ofbiz/trunk/applications

svn commit: r523901 - /ofbiz/trunk/applications/product/webapp/facility/facility/PickMoveStock.ftl

2007-03-29 Thread sichen
Author: sichen Date: Thu Mar 29 18:20:45 2007 New Revision: 523901 URL: http://svn.apache.org/viewvc?view=revrev=523901 Log: changed stock move buttons to use buttontext Modified: ofbiz/trunk/applications/product/webapp/facility/facility/PickMoveStock.ftl Modified: ofbiz/trunk/applications

svn commit: r523441 - /ofbiz/trunk/applications/order/script/org/ofbiz/order/order/OrderReturnServices.xml

2007-03-28 Thread sichen
Author: sichen Date: Wed Mar 28 12:20:44 2007 New Revision: 523441 URL: http://svn.apache.org/viewvc?view=revrev=523441 Log: fix a bug where returns for less than the purchase price could not be created Modified: ofbiz/trunk/applications/order/script/org/ofbiz/order/order

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

2007-03-28 Thread sichen
Author: sichen Date: Wed Mar 28 17:52:39 2007 New Revision: 523521 URL: http://svn.apache.org/viewvc?view=revrev=523521 Log: Associate AA/AE/AP state codes with USA Modified: ofbiz/trunk/framework/common/data/GeoData_US.xml Modified: ofbiz/trunk/framework/common/data/GeoData_US.xml URL

svn commit: r522985 - /ofbiz/trunk/applications/product/data/ProductSecurityData.xml

2007-03-27 Thread sichen
Author: sichen Date: Tue Mar 27 09:20:08 2007 New Revision: 522985 URL: http://svn.apache.org/viewvc?view=revrev=522985 Log: adding missing catalog price maint permission to catalog admin security group Modified: ofbiz/trunk/applications/product/data/ProductSecurityData.xml Modified: ofbiz

svn commit: r521954 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/EntityFunction.java

2007-03-23 Thread sichen
Author: sichen Date: Fri Mar 23 17:37:50 2007 New Revision: 521954 URL: http://svn.apache.org/viewvc?view=revrev=521954 Log: Fix entity engine's upper function to allow searches for names with an apostrophe in them. From Leon Torres. OFBIZ-837 Modified: ofbiz/trunk/framework/entity/src

svn commit: r520504 - /ofbiz/trunk/applications/product/webapp/facility/WEB-INF/controller.xml

2007-03-20 Thread sichen
Author: sichen Date: Tue Mar 20 11:12:37 2007 New Revision: 520504 URL: http://svn.apache.org/viewvc?view=revrev=520504 Log: Add missing content-type for facility manager XSL:FO PDFs Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/controller.xml Modified: ofbiz/trunk

svn commit: r520554 - in /ofbiz/trunk/applications/product: config/ProductUiLabels.properties webapp/facility/WEB-INF/actions/shipment/ReceiveInventoryAgainstPurchaseOrder.bsh webapp/facility/shipment

2007-03-20 Thread sichen
Author: sichen Date: Tue Mar 20 13:26:14 2007 New Revision: 520554 URL: http://svn.apache.org/viewvc?view=revrev=520554 Log: Receiving inventory against purchase orders: - Added column for fulfilled back order reservations related to purchase order item - Fixed currency conversion of purchase

svn commit: r520102 - in /ofbiz/trunk/applications/accounting: data/AccountingTypeData.xml src/org/ofbiz/accounting/invoice/InvoiceWorker.java webapp/accounting/WEB-INF/actions/invoice/editInvoice.bsh

2007-03-19 Thread sichen
Author: sichen Date: Mon Mar 19 14:07:28 2007 New Revision: 520102 URL: http://svn.apache.org/viewvc?view=revrev=520102 Log: Resolved issue OFBIZ-405: The ability to get the invoice total with and without tax. This clears the way for supporting VAT in invoices. Thanks go to Eriks Dobelis

svn commit: r519101 - /ofbiz/trunk/applications/product/webapp/facility/shipment/PackingSlip.fo.ftl

2007-03-16 Thread sichen
Author: sichen Date: Fri Mar 16 12:01:09 2007 New Revision: 519101 URL: http://svn.apache.org/viewvc?view=revrev=519101 Log: Improve packing slip PDF so header and gift message footer are uniform across pages. Modified: ofbiz/trunk/applications/product/webapp/facility/shipment

svn commit: r519102 - in /ofbiz/trunk/applications/product: config/ webapp/facility/WEB-INF/actions/facility/ webapp/facility/facility/

2007-03-16 Thread sichen
Author: sichen Date: Fri Mar 16 12:02:27 2007 New Revision: 519102 URL: http://svn.apache.org/viewvc?view=revrev=519102 Log: Provide 'Usage' column to the Facility inventory report, based on sales usage plus production usage. Sales usage is assembled via OrderItem/OrderHeader/ItemIssuance

svn commit: r519118 - /ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/shipGroups.bsh

2007-03-16 Thread sichen
Author: sichen Date: Fri Mar 16 13:02:10 2007 New Revision: 519118 URL: http://svn.apache.org/viewvc?view=revrev=519118 Log: Fix typo bug in ship groups pdf which was causing group total to be off. Modified: ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/shipGroups.bsh

svn commit: r519155 - in /ofbiz/trunk/applications/order: config/OrderUiLabels.properties webapp/ordermgr/WEB-INF/actions/order/shipGroups.bsh webapp/ordermgr/order/ordershippinginfo.ftl webapp/orderm

2007-03-16 Thread sichen
Author: sichen Date: Fri Mar 16 15:03:01 2007 New Revision: 519155 URL: http://svn.apache.org/viewvc?view=revrev=519155 Log: Improve ship groups PDF to include shipped and open quantities, allow PDF to be generated for specified ship group. Modified: ofbiz/trunk/applications/order/config

svn commit: r518702 - in /ofbiz/trunk/applications/order: script/org/ofbiz/order/order/ servicedef/ src/org/ofbiz/order/order/ webapp/ordermgr/WEB-INF/ webapp/ordermgr/order/

2007-03-15 Thread sichen
Author: sichen Date: Thu Mar 15 10:36:49 2007 New Revision: 518702 URL: http://svn.apache.org/viewvc?view=revrev=518702 Log: Improvements to add/remove payment methods in order view. The payment amount field defaults to the open order amount, which is a new method in Order Read Helper

svn commit: r518800 - /ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/showcartitems.ftl

2007-03-15 Thread sichen
Author: sichen Date: Thu Mar 15 15:52:17 2007 New Revision: 518800 URL: http://svn.apache.org/viewvc?view=revrev=518800 Log: fix bad renderProductContentWrapper.getProductContentAsText in ordermgr show cart items. Thanks to Rashko Rejmer. OFBIZ-820 Modified: ofbiz/trunk/applications/order

svn commit: r517398 - in /ofbiz/trunk: applications/product/config/ applications/product/webapp/facility/WEB-INF/ applications/product/webapp/facility/WEB-INF/actions/shipment/ applications/product/we

2007-03-12 Thread sichen
Author: sichen Date: Mon Mar 12 14:12:48 2007 New Revision: 517398 URL: http://svn.apache.org/viewvc?view=revrev=517398 Log: OFBIZ-793: Receive inventory verified against purchase order - Adding a tab in shipment screens to receive purchase order items one unit at a time, while checking

svn commit: r515660 - in /ofbiz/trunk: applications/accounting/src/org/ofbiz/accounting/invoice/ applications/ecommerce/data/ applications/product/entitydef/ specialpurpose/pos/data/

2007-03-07 Thread sichen
Author: sichen Date: Wed Mar 7 09:45:29 2007 New Revision: 515660 URL: http://svn.apache.org/viewvc?view=revrev=515660 Log: OFBIZ-781: Implement setting to control auto-approval of sales invoice Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice

svn commit: r515693 - in /ofbiz/trunk/applications/product: config/ProductUiLabels.properties webapp/facility/WEB-INF/actions/facility/FindFacilityTransfers.bsh webapp/facility/WEB-INF/controller.xml

2007-03-07 Thread sichen
Author: sichen Date: Wed Mar 7 10:48:11 2007 New Revision: 515693 URL: http://svn.apache.org/viewvc?view=revrev=515693 Log: OFBIZ-780: Added link to show requested inventory transfers. This link causes the list to become a multi-form with use-row-submit so that completing the transfers can

svn commit: r514747 - /ofbiz/trunk/applications/product/src/org/ofbiz/shipment/packing/PackingSession.java

2007-03-05 Thread sichen
Author: sichen Date: Mon Mar 5 09:47:39 2007 New Revision: 514747 URL: http://svn.apache.org/viewvc?view=revrev=514747 Log: NPE protection in PackingSession.setPackageWeight() Modified: ofbiz/trunk/applications/product/src/org/ofbiz/shipment/packing/PackingSession.java Modified: ofbiz

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

2007-03-05 Thread sichen
Author: sichen Date: Mon Mar 5 15:44:36 2007 New Revision: 514926 URL: http://svn.apache.org/viewvc?view=revrev=514926 Log: OFBIZ-779: UPS rate estimate support Canada addresses - UPSServices.upsRateInquire now inserts CountryCode element based on origin and destination CountryGeo Modified

svn commit: r514929 - in /ofbiz/trunk/applications/product/script/org/ofbiz: product/inventory/InventoryServices.xml shipment/receipt/ShipmentReceiptServices.xml

2007-03-05 Thread sichen
Author: sichen Date: Mon Mar 5 15:57:17 2007 New Revision: 514929 URL: http://svn.apache.org/viewvc?view=revrev=514929 Log: OFBIZ-774: balance inventory supports serialized inventory - Extend balanceInventoryItems service to take serialized inventory into account - If serialized inventory

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

2007-03-01 Thread sichen
Author: sichen Date: Thu Mar 1 10:32:40 2007 New Revision: 513430 URL: http://svn.apache.org/viewvc?view=revrev=513430 Log: removing RequestHandler from request attributes before a request-redirect. OFBIZ-750 Modified: ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/control

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

2007-02-27 Thread sichen
Author: sichen Date: Tue Feb 27 11:51:52 2007 New Revision: 512373 URL: http://svn.apache.org/viewvc?view=revrev=512373 Log: Implementing logic to handle automatic creation of drop ship groups during checkout - If a product is set to always drop ship (Product.requirementMethodEnumId

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

2007-02-27 Thread sichen
Author: sichen Date: Tue Feb 27 15:55:51 2007 New Revision: 512502 URL: http://svn.apache.org/viewvc?view=revrev=512502 Log: Set default available from date of now and default min order qty of 0 for new supplier products Modified: ofbiz/trunk/applications/product/webapp/catalog/product

svn commit: r510664 - in /ofbiz/trunk/applications: accounting/servicedef/ accounting/src/org/ofbiz/accounting/invoice/ order/webapp/ordermgr/WEB-INF/ order/webapp/ordermgr/order/ product/config/ prod

2007-02-22 Thread sichen
Author: sichen Date: Thu Feb 22 13:49:10 2007 New Revision: 510664 URL: http://svn.apache.org/viewvc?view=revrev=510664 Log: OFBIZ-733: Create invoices for drop ship orders - Adding logic to createInvoicesFromShipments service to deal with creating both purchase invoices for drop shipment orders

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

2007-02-22 Thread sichen
Author: sichen Date: Thu Feb 22 16:26:42 2007 New Revision: 510730 URL: http://svn.apache.org/viewvc?view=revrev=510730 Log: OFBIZ-734 - Hiding per-line weight entry in favour of per-package weight entry - Storing package weights and weightUomId in the PackingSession, plus supporting methods

svn commit: r510172 - /ofbiz/trunk/applications/content/src/org/ofbiz/content/ContentManagementServices.java

2007-02-21 Thread sichen
Author: sichen Date: Wed Feb 21 11:49:56 2007 New Revision: 510172 URL: http://svn.apache.org/viewvc?view=revrev=510172 Log: Patch from Stefan Huehner to avoid a null result. OFBIZ-730 Modified: ofbiz/trunk/applications/content/src/org/ofbiz/content/ContentManagementServices.java Modified

svn commit: r509679 - /ofbiz/trunk/applications/ecommerce/data/DemoPurchasing.xml

2007-02-20 Thread sichen
Author: sichen Date: Tue Feb 20 09:43:37 2007 New Revision: 509679 URL: http://svn.apache.org/viewvc?view=revrev=509679 Log: Demo data for text purchasing terms Modified: ofbiz/trunk/applications/ecommerce/data/DemoPurchasing.xml Modified: ofbiz/trunk/applications/ecommerce/data

svn commit: r509680 - /ofbiz/trunk/applications/ecommerce/data/DemoProduct.xml

2007-02-20 Thread sichen
Author: sichen Date: Tue Feb 20 09:44:11 2007 New Revision: 509680 URL: http://svn.apache.org/viewvc?view=revrev=509680 Log: set weight uom to lb for demo warehouse Modified: ofbiz/trunk/applications/ecommerce/data/DemoProduct.xml Modified: ofbiz/trunk/applications/ecommerce/data

svn commit: r509727 - /ofbiz/trunk/applications/order/webapp/ordermgr/order/orderitems.ftl

2007-02-20 Thread sichen
Author: sichen Date: Tue Feb 20 12:02:34 2007 New Revision: 509727 URL: http://svn.apache.org/viewvc?view=revrev=509727 Log: Made the Create As New Order button on order items accessible on all sales orders Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/orderitems.ftl

svn commit: r509735 - /ofbiz/trunk/applications/order/webapp/ordermgr/order/ordershippinginfo.ftl

2007-02-20 Thread sichen
Author: sichen Date: Tue Feb 20 12:16:34 2007 New Revision: 509735 URL: http://svn.apache.org/viewvc?view=revrev=509735 Log: add missing external login so quick receive PO items doesn't cause a login screen to be shown Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order

svn commit: r508473 - in /ofbiz/trunk: applications/order/src/org/ofbiz/order/order/OrderListState.java applications/order/webapp/ordermgr/order/orderlist.ftl framework/common/config/CommonUiLabels.pr

2007-02-16 Thread sichen
Author: sichen Date: Fri Feb 16 08:22:08 2007 New Revision: 508473 URL: http://svn.apache.org/viewvc?view=revrev=508473 Log: Updating order list screen and OrderListState class to be able to search for held orders Modified: ofbiz/trunk/applications/order/src/org/ofbiz/order/order

svn commit: r508531 - in /ofbiz/trunk/applications/product: src/org/ofbiz/shipment/packing/PackingSession.java webapp/facility/shipment/PackOrder.ftl

2007-02-16 Thread sichen
Author: sichen Date: Fri Feb 16 10:40:22 2007 New Revision: 508531 URL: http://svn.apache.org/viewvc?view=revrev=508531 Log: Layout changes for additionalShippingCharge field in PackOrder screen, and clearing the additional shipping charge from the packing session after packing completion

svn commit: r508554 - /ofbiz/trunk/applications/product/webapp/facility/shipment/PackOrder.ftl

2007-02-16 Thread sichen
Author: sichen Date: Fri Feb 16 12:02:42 2007 New Revision: 508554 URL: http://svn.apache.org/viewvc?view=revrev=508554 Log: Default ship group seq to 1 on the pack order screen Modified: ofbiz/trunk/applications/product/webapp/facility/shipment/PackOrder.ftl Modified: ofbiz/trunk

svn commit: r508576 - in /ofbiz/trunk/applications/order: config/OrderUiLabels.properties webapp/ordermgr/order/orderitems.ftl widget/ordermgr/OrderViewScreens.xml

2007-02-16 Thread sichen
Author: sichen Date: Fri Feb 16 12:49:10 2007 New Revision: 508576 URL: http://svn.apache.org/viewvc?view=revrev=508576 Log: Moved the create as new order button on the orderview page next to the edit items button, instead of way down at the bottom below the order notes Modified: ofbiz

svn commit: r508580 - in /ofbiz/trunk/applications: accounting/entitydef/ accounting/src/org/ofbiz/accounting/invoice/ order/entitydef/ order/src/org/ofbiz/order/shoppingcart/ order/webapp/ordermgr/WE

2007-02-16 Thread sichen
Author: sichen Date: Fri Feb 16 12:58:29 2007 New Revision: 508580 URL: http://svn.apache.org/viewvc?view=revrev=508580 Log: Add 'description' (type description) field to AgreementTerm, OrderTerm and InvoiceTerm entities to allow for terms that aren't necessarily numeric in nature (EG: supplier

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

2007-02-16 Thread sichen
Author: sichen Date: Fri Feb 16 14:48:44 2007 New Revision: 508633 URL: http://svn.apache.org/viewvc?view=revrev=508633 Log: OFBIZ-459: Support refunds to non-credit card. Modified: ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderReturnServices.java Modified: ofbiz/trunk

svn commit: r508223 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartEvents.java

2007-02-15 Thread sichen
Author: sichen Date: Thu Feb 15 14:54:41 2007 New Revision: 508223 URL: http://svn.apache.org/viewvc?view=revrev=508223 Log: fixed a bug. now if you don't enter product id during order entry, it'll return an error message Modified: ofbiz/trunk/applications/order/src/org/ofbiz/order

svn commit: r507567 - in /ofbiz/trunk/framework: webapp/config/ webapp/src/org/ofbiz/webapp/event/ webtools/config/ webtools/webapp/webtools/ webtools/webapp/webtools/WEB-INF/ webtools/webapp/webtools

2007-02-14 Thread sichen
Author: sichen Date: Wed Feb 14 07:12:32 2007 New Revision: 507567 URL: http://svn.apache.org/viewvc?view=revrev=507567 Log: Applied patch from Andrew Sykes to run services synchronously in webtools (OFBIZ-677) Added: ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/service

svn commit: r507773 - in /ofbiz/trunk/applications/product: webapp/facility/WEB-INF/actions/facility/countFacilityInventoryByProduct.bsh widget/facility/FacilityScreens.xml

2007-02-14 Thread sichen
Author: sichen Date: Wed Feb 14 17:54:44 2007 New Revision: 507773 URL: http://svn.apache.org/viewvc?view=revrev=507773 Log: reverting back to the older version of the facility inventory screen so that it will work correctly when there are no inventory items yet for products which have product

svn commit: r502651 - /ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml

2007-02-02 Thread sichen
Author: sichen Date: Fri Feb 2 08:44:46 2007 New Revision: 502651 URL: http://svn.apache.org/viewvc?view=revrev=502651 Log: commented out code which auto-filled in PaymentApplication.billingAccountId from Invoice.billingAccountId, which will cause problems when there are multiple payment

svn commit: r502669 - in /ofbiz/trunk/applications/order/webapp/ordermgr: WEB-INF/controller.xml entry/editShipAddress.ftl

2007-02-02 Thread sichen
Author: sichen Date: Fri Feb 2 09:38:20 2007 New Revision: 502669 URL: http://svn.apache.org/viewvc?view=revrev=502669 Log: In ordermgr checkout, directing errors from createPostalAddress back to EditShipAddress instead of shipsetting, so that the error message makes sense and refers to what's

svn commit: r502329 - /ofbiz/trunk/applications/order/webapp/ordermgr/entry/orderShortcuts.ftl

2007-02-01 Thread sichen
Author: sichen Date: Thu Feb 1 11:41:47 2007 New Revision: 502329 URL: http://svn.apache.org/viewvc?view=revrev=502329 Log: Hide the create customer link in the order shortcuts if there are no items in the cart Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry

svn commit: r501644 - in /ofbiz/trunk/applications/order: servicedef/ src/org/ofbiz/order/requirement/ webapp/ordermgr/WEB-INF/actions/requirement/ webapp/ordermgr/requirement/ widget/ordermgr/

2007-01-30 Thread sichen
Author: sichen Date: Tue Jan 30 16:07:13 2007 New Revision: 501644 URL: http://svn.apache.org/viewvc?view=revrev=501644 Log: More requirements stuff: Add a summary showing the quantity of products to be ordered and the distinct product count. Required changing the in-form service call to bsh

svn commit: r500272 - /ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml

2007-01-26 Thread sichen
Author: sichen Date: Fri Jan 26 08:03:42 2007 New Revision: 500272 URL: http://svn.apache.org/viewvc?view=revrev=500272 Log: Fix issue where createPayment service said it uses PAY_INFO_CREATE but was actually looking for PAY_INFO_UPDATE permission Modified: ofbiz/trunk/applications

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

2007-01-26 Thread sichen
Author: sichen Date: Fri Jan 26 08:40:56 2007 New Revision: 500280 URL: http://svn.apache.org/viewvc?view=revrev=500280 Log: Fix bug with receive offline payments screen in ordermgr which was not filling in partyId of customer or the currency of payment. This probably addresses a JIRA issue

svn commit: r500285 - /ofbiz/trunk/applications/workeffort/ofbiz-component.xml

2007-01-26 Thread sichen
Author: sichen Date: Fri Jan 26 09:03:08 2007 New Revision: 500285 URL: http://svn.apache.org/viewvc?view=revrev=500285 Log: workeffort webapp was not checking for view permissions. now it is Modified: ofbiz/trunk/applications/workeffort/ofbiz-component.xml Modified: ofbiz/trunk

svn commit: r500431 - /ofbiz/trunk/applications/ecommerce/data/DemoPurchasing.xml

2007-01-26 Thread sichen
Author: sichen Date: Fri Jan 26 16:30:50 2007 New Revision: 500431 URL: http://svn.apache.org/viewvc?view=revrev=500431 Log: removed duplicate demo data which was breaking build Modified: ofbiz/trunk/applications/ecommerce/data/DemoPurchasing.xml Modified: ofbiz/trunk/applications/ecommerce

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

2007-01-26 Thread sichen
Author: sichen Date: Fri Jan 26 19:01:33 2007 New Revision: 500462 URL: http://svn.apache.org/viewvc?view=revrev=500462 Log: dhl shipping protocol was misnamed Modified: ofbiz/trunk/applications/product/config/shipment.properties Modified: ofbiz/trunk/applications/product/config

svn commit: r499920 - /ofbiz/trunk/applications/order/webapp/ordermgr/entry/orderagreements.ftl

2007-01-25 Thread sichen
Author: sichen Date: Thu Jan 25 11:11:02 2007 New Revision: 499920 URL: http://svn.apache.org/viewvc?view=revrev=499920 Log: OFBIZ-645: Moving the submit button to top right of order agreements screen in ordermgr checkout, following the pattern of the preceeding and following checkout screens

svn commit: r500005 - /ofbiz/trunk/framework/service/src/org/ofbiz/service/ServiceUtil.java

2007-01-25 Thread sichen
Author: sichen Date: Thu Jan 25 13:41:26 2007 New Revision: 55 URL: http://svn.apache.org/viewvc?view=revrev=55 Log: Fix issue with service error generation code. It doesn't do any validation of input, so it will crash if it gets fed an error list with null messages. Modified

svn commit: r499122 - /ofbiz/trunk/applications/content/src/org/ofbiz/content/email/EmailWorker.java

2007-01-23 Thread sichen
Author: sichen Date: Tue Jan 23 12:31:25 2007 New Revision: 499122 URL: http://svn.apache.org/viewvc?view=revrev=499122 Log: Removing some code which must have been committed accidentally as part of some NPE fixes. These always truncated the file name of attachments down to the first 17

<    1   2