Access to add and change pages is restricted. See: https://cwiki.apache.org/confluence/display/OFBIZ/Wiki+access

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 328 Next »

Main New Features In The OFBiz Trunk

These features correspond approximately to trunk changes since Release 4.0. As always, OFBiz releases (4.0 and 9.04) represent stable code while trunk versions include the latest and greatest functionalities.

May 2010

  • Framework
    • Help text tooltips can be created for form fields. For example, hover your mouse over some field labels on the Product Store form on the demo server (username=admin, password=ofbiz).
    • Charting capacity with flotr
    • Screen widgets are constructed using the factory pattern. Users can create their own screen widgets.
  • Applications
    • All lookups are now layered but an example of popup in the Example component (for nostalgics)

Here the R10.04 branch has been created

April 2010

  • Framework
    • UtilCache now automatically removes expired(ttl and softref) items in the background.
    • Migration to Tomcat 6.0.26
  • Order
    • loadCartFromOrder can now read OrderItemShipGroup
  • Applications
    • Almost all lookups now use the layered presentation. We will fix some bugs which prevent us, for the moment, to generalize to lookups called from lookups.
  • Portals
    • Adding a bunch of new portal generic screens

March 2010

  • Product
    • Products inside categories can now be filtered by introductionDate
  • Workeffort
    • enhanced workeffort calendars: it is now possible to select a calendar type ("personal", "manufacturing") and then specify further search constraints; simple stat information (like total number of people allocated in a day by all the events happening in that day) are available; improved information for specific work efforts (like production run or production run tasks)
  • Accounting
    • implemented LIFO and FIFO costing methods for accounting
  • Project manager:
    • Adding milestones to Gantt charts
  • Framework
    • Removed of several previously deprecated methods in base and entity engine.
    • Improve startup time, by reducing heavy debug logging in catalina and axis. In a production environment, this gave a 40% speedup during startup.
    • Found/fixed several cases where an entity value would fall back on using the "default" delegator.
  • Framework: Multitenancy
    • First steps to an integrated multitenant functionality.

February 2010

  • Accounting
    • implemented fixed asset depreciations and associated accounting transactions
  • Theming
    • New theme tomahawk

January 2010

  • A single badly formed email address will not abort sending an email to any other recipients.
  • Added autocompleter support to some screens in accounting, party, product, and workeffort components.
  • Added web analytics support, with support for google and bing analytics.
  • Started work on layered lookups; instead of a separate popup window for form field lookups, do an ajax request and do it dynamically as a layered div.
  • Added some ordermgr reports that make use of birt.
  • No labels