Friday, May 19, 2006

OFBiz Development SVN r7637

73 new commits this week. Significant changes this week:
  1. New translations and internationalizations
  2. Forum administration in content manager. Forum feature fixed in ecommerce
  3. POS and Manufacturing now switched to Apache 2.0 license.

Accounting
  • Invoice pdf is now loalized (r 7592)
  • Sorting of accounting screens (r 7594)
  • New Fixed Asset Maintenance services and screens (r 7600, 7637)
  • Fixed argument encoding problem with paypal services (r 7611)
  • More translations and internationalization (r 7618, 7623, 7624, 7625, 7626)
  • partyId or partyIdFrom are now required for createInvoice service (r 7619)
Base and Framework
  • Screen-widget now defaults viewIndex to zero if it is not supplied, so it is no longer necessary to default-value="" it (r 7585)
  • Adds performFindList that gets partial results by index (r 7587)
  • Fixed content from screen widget to make the locale correct (r 7587)
  • Dutch translations (r 7599)
  • Debug.java now setting priority on custom appender (r 7602)
  • Updated Apache Axis to 1.4 (r 7603)
  • Service engine job manager now tracking registered job managers to not allow multiple managers running at the same time w/ the same datasource (r 7604, 7606)
  • Delegator name now part of the thread name in service engine's JobInvoker for tracking multiple delegators (r 7605)
  • GenericDelegator's findCountByCondition now supports receiving the EntityFindOptions rather than always creating default values; useful when testing counts before running the same query (r 7607, 7608)
  • Changed MapStack to implement LocalizedMap interface, then changed the ModelFormField back to using a MapStack to include the GenericValue record and the context for the form when populating drop-downs; also changed the GenericEntity.get(name, locale) method to act like the Map.get method and just log a message instead of throwing an exception when a field name is not valid (r 7614)
  • perform now sets viewSize to 20 and viewIndex to 0 by default (r 7617)
  • changed popup print box to point to a local print server (r 7636)
Content
  • Forum administration feature in content manager (r 7588, 7616)
  • Removed htmlarea which is no longer used (r 7597)
  • More translations and internationalization (r 7618, 7623, 7624, 7625, 7626)
Entity Model
  • Added ProductFeatureApplAttr entity, services and ui: the entity can store attributes for ProductFeatureAppl entries. (r 7622)
Manufacturing
  • Conversion of manufacturing files to Apache 2.0 License (r 7570, 7571, 7572, 7573, 7580, 7581, 7582)
  • More translations and internationalization (r 7618, 7623, 7624, 7625, 7626)
Marketing
  • More translations and internationalization (r 7618, 7623, 7624, 7625, 7626)
Order
  • i18n of company header for order PDFs (r 7595)
  • When copying ShoppingCart, internal code and sales channel are copied. (r 7609)
  • More translations and internationalization (r 7618, 7623, 7624, 7625, 7626)
Party
  • New PartyWorker methods to return partyId and contactMechId via lookup (r 7569, 7612, 7613)
  • New link party functionality, which merges information from one party record to another, disables the from account, and moves all notes, attributes, contact mechs, order, and order role links (r 7596, 7610)
  • More translations and internationalization (r 7618, 7623, 7624, 7625, 7626)
  • Fixed bad links for payments on viewprofile page (r 7620)
  • Implemented replacement map for address matching routine; added screens for adding/editing the map and to test address matching (r 7601)
Point Of Sales
  • Point Of Sales application files now have the Apache License 2.0 header (r 7565, 7566, 7567, 7568, 7574, 7575, 7576, 7577, 7578, 7579)
  • Update of JGoodies look&feel for POS to 2.0.2 (r 7632)
  • Added support for the Epson TM-T88III POSPrinter over RS232 connection. (r 7627, 7628, 7629, 7630, 7631)
Product
  • More translations and internationalization (r 7618, 7623, 7624, 7625, 7626)
  • Added ProductFeatureApplAttr entity, services and ui: the entity can store attributes for ProductFeatureAppl entries. (r 7622)
Web Tools
  • Moved FoPrintServerEvents to a new directory (r 7633, 7634, 7635)
Work Effort
  • More translations and internationalization (r 7618, 7623, 7624, 7625, 7626)
eCommerce
  • Updates and fixes for ecommerce forum feature (r 7589, 7590, 7598, 7615)
  • More translations and internationalization (r 7618, 7623, 7624, 7625, 7626)