![]() |
|||||
|
<< New features in openCRX v1.10 >>
Enhanced GUI with powerful AJAX supportThanks to a major rework of the openMDX Portal, openCRX v1.10 will feature a new look and feel:
The new GUI makes heavy use of AJAX and various widgets to improve the user experience:
Have a look at the PREVIEW of openCRX v1.10. A big thank you to Yahoo! and to Jack Slocum for providing both the Yahoo! UI Library (yui) and WYMeditor, a web-based XHTML editor for text fieldsWYMeditor can be activated (by customizing) for any openCRX text field:
More information about WYMeditor is available from http://www.wymeditor.org/. Store-like front-end for openCRX (openCRX Extension)openCRX/Store is a store-like custom front-end that connects to openCRX/Core (i.e. all the data is managed by openCRX/Core). The store is a nice demonstration of how you can hide the complexities of an ERP/CRM system behind a user-friendly facade.
Store objects are mapped to openCRX/Core objects and managed by the openCRX core engine:
Give it a try and connect to the openCRX/Store Demo Server. Support for IBM DB2openCRX now supports IBM DB2. In addition to various commercial editions there is also a free edition called DB2 Express-C (available for Linux and Windows). We would like to point out that DB2 Express-C is the highest performing free DBMS without a limit on the size of data we are aware of. Enhanced ProductOfferings (ComplexProductBundle, BundledProductType, etc.)See UML Model. CalculationRules and PricingRulesEach contract and each contract position (optionally) points to a calculation rule and to a pricing rule. Rules are specified by server-side java scripts to allow for ultimate flexible - rules are basically "scripts" that are programmed in Java and have access to the complete API of openCRX (and anything else that is available, including third-party systems like billing systems, etc.); the scripts are compiled on the fly at runtime (we use Janino - http://www.janino.net/ - an embedded Java compiler) for maximum flexibility, i.e. scripts can be added/modified/deleted at runtime! Integration with OpenOffice Writer and MS Word (RTF)openCRX supports the JSP-wizard-based generation of RTF documents. You can generate RTF documents from scratch or merge data with existing RTF templates. The RTF documents are generated on the fly and can be opened with any RTF-compatible word processor including OpenOffice Writer and MS Word. You can test this feature on our demo server with the following steps:
A sample JSP and the matching RTF document are available courtesy of CRIXP Corp. Integration with OpenOffice Calc and MS Excel (XLS)openCRX supports the JSP-wizard-based generation of XLS documents. You can generate XLS documents from scratch or merge data with existing XLS templates. The XLS documents are generated on the fly and can be opened with any XLS-compatible spreadsheet program including OpenOffice Calc and MS Excel. You can test this feature on our demo server with the following steps:
A sample report JSP is available courtesy of CRIXP Corp. Generic E-Mail Adapter as a ServiceopenCRX includes a totally platform independent E-Mail Adapter (JavaMail) which enables you to
Importers/Exporters are controlled by activity processes (i.e. you can change/adapt them to your requirements).
Get the new openCRX Administrator Guide for information on how to configure and use the new openCRX E-Mail Adapter. Programmable Reports (HTML, RTF, XLS)Reports can be created in various formats:
An Apache POI based example is available here. Support for Apache POIopenCRX is now POI-enabled, i.e. you can generate or manipulate Microsoft Format Files directly from openCRX. See also Integration with OpenOffice Calc and MS Excel. |
||||