Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Main New features in OFBiz

October, 2007

  • Promotions: implemented
    • Implemented validity dates for the ProductPromoCode entity: it is now possible to specify the validity period for a promotional code
    Promotions: enhanced
    • Enhanced support for manual promotions (i.e. promotions that are associated to a store but are applied only if the order entry clerk explicitly selects them)
  • CRM -
    • Surveys
    : implemented
      • Implemented feature to allow
    setting
      • to set default values for survey questions; response can be generated by setting values (via a map) in the wrapper before rendering
    CRM - Surveys: implemented
      • Implemented GEO and ENUMERATION types for Survey Questions; now ANY Geo Group or Enumeration Type can be listed as survey option lists
    CRM: implemented
    • Implemented code to support pre-account email verification (verify email before account is created)
  • Vendor Specific Stores/Catalogs:
    • Added new data model elements, crud services, screens and seed data for modeling vendor-specific store settings and order with ship group per vendor
  • Manufacturing:
    • Implemented service, triggered when a task is completed, that computes the actual/real production run routing task's costs
  • Inventory: added
    • Added ability to export warehouse inventory report in CSV format
  • Ecommerce - Google Checkout: new
    • New special purpose component for integration with Google Checkout
  • Catalog - Google Base
    • New special purpose component for integration with Google Base
  • Business Intelligence: new
    • New component and framework for an integrated Business Intelligence application
  • Payments with Credit Cards:
    • Completed implementation for security codes (ccv2) for credit cards in the order component
  • Localization: added
    • Added geographic data for India
    Localization: enhanced
    • Enhanced support for RTL (Right-To-Left) languages
  • Framework - connection pooling: implemented
    • Implemented new integration with the Apache DBCP connection pool that is now the default connection pool manager in OFBiz (the old Minerva connection pool has been disabled by default)
    Framework: several
    • Several enhancements for the framework: code cleanups for Java 1.5, Java 1.5 markups, optimizations, improvements to memory usage etc...
    moved
    • Moved common controller entries and login screens in the framework/common component: they are now shared by all the applications
  • Form widgets:
    • Added ability to specify an event/action pairs on an hyperlink field of a form widget: useful to define Javascript events, for example, to quickly implement confirm/warning popup screens on mouse clicks
    • Examples Added examples of widget usages have been addedin Example component
    • Added ability to call a local request when reusing a form from an other application (target-type=inter-app)
  • Misc
    • Several
    Misc: several
    • small bug fixes and improvements for the framework and applications