svn commit: r570706 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/GenericDelegator.java

2007-08-29 Thread jonesde
Author: jonesde Date: Wed Aug 29 01:58:10 2007 New Revision: 570706 URL: http://svn.apache.org/viewvc?rev=570706&view=rev Log: Cleaned up exception and error handling in getNextSeqId code, was redundant and the tx code in getNextSeqIdLong that getNextSeqId always calls wasn't handling commits ri

svn commit: r570729 - in /ofbiz/trunk/framework/entity/src/org/ofbiz/entity: datasource/GenericDAO.java jdbc/SQLProcessor.java

2007-08-29 Thread jonesde
Author: jonesde Date: Wed Aug 29 03:03:11 2007 New Revision: 570729 URL: http://svn.apache.org/viewvc?rev=570729&view=rev Log: A few improvements to make error logs less redundant Modified: ofbiz/trunk/framework/entity/src/org/ofbiz/entity/datasource/GenericDAO.java ofbiz/trunk/framework/

svn commit: r570846 - in /ofbiz/trunk/applications/order: webapp/ordermgr/entry/cart/addItemsToShoppingList.ftl webapp/ordermgr/entry/cart/javascript.ftl webapp/ordermgr/entry/cart/showcart.ftl widget

2007-08-29 Thread jacopoc
Author: jacopoc Date: Wed Aug 29 08:54:46 2007 New Revision: 570846 URL: http://svn.apache.org/viewvc?rev=570846&view=rev Log: Small improvement in the order entry cart screen: separated into smaller templates so that it is easier to reuse it. Added: ofbiz/trunk/applications/order/webapp/or

svn commit: r570857 - /ofbiz/trunk/framework/base/src/base/org/ofbiz/base/util/UtilJ2eeCompat.java

2007-08-29 Thread jonesde
Author: jonesde Date: Wed Aug 29 09:31:33 2007 New Revision: 570857 URL: http://svn.apache.org/viewvc?rev=570857&view=rev Log: After more testing it looks like I was wrong about this, changing back to use getWriter instead of getOutputStream for Tomcat Modified: ofbiz/trunk/framework/base/sr

svn commit: r570873 - /ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml

2007-08-29 Thread jonesde
Author: jonesde Date: Wed Aug 29 10:33:07 2007 New Revision: 570873 URL: http://svn.apache.org/viewvc?rev=570873&view=rev Log: Small change to be more generic, ie not require an isVariant=N for a general product lookup; in note mentioned how both the concept and implementation have issues Modif

svn commit: r570874 - /ofbiz/trunk/applications/party/webapp/partymgr/party/PartyForms.xml

2007-08-29 Thread jonesde
Author: jonesde Date: Wed Aug 29 10:34:36 2007 New Revision: 570874 URL: http://svn.apache.org/viewvc?rev=570874&view=rev Log: Changed state/province drop-down to not have prefix before state abbreviation, makes it possible to use the first letter to jump in the list; also changed to have states

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=570894&view=rev Log: Fix rounding issues in general ledger posting routines because they did not have configurable BigDecimal rounding properties. Modified: ofbiz/trunk/applications/accou

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=570956&view=rev Log: Comments Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/jobshopmgt/ProductionRunDeclaration.bsh Modified: ofbiz/trunk/applica

svn commit: r571020 - /ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/ftl/OfbizCurrencyTransform.java

2007-08-29 Thread hansbak
Author: hansbak Date: Wed Aug 29 19:33:16 2007 New Revision: 571020 URL: http://svn.apache.org/viewvc?rev=571020&view=rev Log: avoid having NPE in verbose message Modified: ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/ftl/OfbizCurrencyTransform.java Modified: ofbiz/trunk/framework/web

svn commit: r571051 - /ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/JSONServiceEventHandler.java

2007-08-29 Thread byersa
Author: byersa Date: Wed Aug 29 23:41:21 2007 New Revision: 571051 URL: http://svn.apache.org/viewvc?rev=571051&view=rev Log: Added some code to convert Timestamp types to string so that this code will handle them. Not sure why it is limited to the types - String, Number, Map, List. Modified:

svn commit: r571052 - in /ofbiz/trunk/applications/content: script/org/ofbiz/content/content/ContentServices.xml servicedef/services_content.xml

2007-08-29 Thread byersa
Author: byersa Date: Wed Aug 29 23:46:10 2007 New Revision: 571052 URL: http://svn.apache.org/viewvc?rev=571052&view=rev Log: I was troubled by the fact that createTextContent did not return the fromDate - making it difficult to get a primary key for the newly created content. I made changes so