Versions Compared

Key

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

...

This document is all about the question: Is Open For Business OFBiz something for Me? We have talked to many who are using or considering using Open For Business. We have also talked to many who are trying to leverage OFBiz in their business as a tool or a starting point for more focused endeavors. This document is based on all of that feedback and includes ideas from dozens of discussions with those who are benefiting from OFBiz right now.

...

Though you may find two Workflow Engines in OFBiz (in older releases in specialpurpose : workflow and shark directories) OFBIz itself does not use a Workflow Engine. It has been tried, but OFBiz is finally using EDA through its concept of ECA (Event Condition Action)

...

  • Ergonomy
    • In ecommerce the templates are often changed so much that accessibility ends up more in the hands of the designers and developers who customize the system (so make sure you have a good service provider!). The OOTB ecommerce templates do a pretty good job of this by using styled text instead of images, alt-text on images, and so on.
    • For the OOTB (Out Of The Box) back-end functionality, accessibility is considered, and to be maintained it must be considered in customizations. These are primarily web-based applications and to improve accessibility are very text-heavy, etc.
    • Note also that OFBiz back-end is able to be read from left to right or right to left (try Chinese or Arab languages to check)
  • For disabled persons
    • We did some effort in the back-end part of OFBiz. Sight disabled persons should be able to work with OFBiz without too much pain. For instance, following Jeffrey Zeldman's excellent advices in his "Designing with Web Standards" book (see our books page for details) we have implemented an access key to skip navigation and go diretly to content area. This concept could be extended of course...