[358 total ]
Openbravo's SourceForge news: Openbravo ERP: 2.50alpha-r8 available

Openbravo ERP is a Web based ERP for SME, built on proven MVC & MDD framework that facilitate its customization. Already in production, Openbravo ERP encompasses a broad range of functionalities such as finance, supply chain, manufacturing & much more (0 comments)

Galder Romo: Data migration, watch out!

Usually, nor sales responsibles neither consultants give data migration task the importance they should during the sales process, but they consume a really hugh amount of not planned time.

Migration tasks include: extracting, transformating ... [More] and loading which are also known as ETL tasks.

As we all agree, the effort required to migrate the data of a small enterprise who manages all their activity using spreadsheets is not the same as a large company with a previous ERP system that wants to keep all its historical activity.

Therefore, I would like to enumerate few points to be taken into consideration,  before delivering a proposal, for a correct effort evaluation:

Master data & historical data: Master data or reference data(business partners, products, accounting plan, assets, banks, taxes, production plans, etc.)  is what really makes sense to migrate instead of typing them manually. Historical data (orders, receipts, shipments, invoices, bank statements, amortizations, accounting entries, etc.) can be usually reviewed on the old system, so probably we could convince the customer it is not really necessary. Somehow, it is important to realize a historical data migration always requires a master data migration, and also note a historical data migration can take 4 times the master data migration. (20% & 80%).
Accounting data & management data: There is also also difference between migrating just the accounting data or having to migrate all the invoices, bank statements, daily cashes, etc. in order to create the accounting data by the new application. Accounting data migration may take 20% of time than management data will.
Period of time: Although the period won’t change the scope of the migration task, for sure, more defects and inconsistencies will be found as larger is the period. If we ask to the customer about the migration period, they will always say: “all existing information”.
Extraction and transformation tasks included & excluded: Too often, when talking about migration we forget extraction and transformation tasks. Sometimes it is clear we do not know about the old system or the customer does not want to give us access to it, so it is clear we can’t deal with the extraction and transformation, but anyway, it is important to make it clear who is responsibe for data extraction and transformation. Not extracting data correctly when we have invested time on it can be a big issue. I’ll always try to ask for extracted and transformed data, ready to be loaded.
Extracted data consistency and validation: If we can’t avoid extraction and transformation tasks, make sure the customer validates what you are going to migrate. It is useful to deliver lists or spreadsheets containing the final migration result before we finally load it so the customer can validate it.

As I tried to explained, migration offering needs to be detailed as possible in order to avoid future issues or project deviations from proposal.

       [Less]

Martin Taal: Openbravo 2.50: Data Access Layer in the overall Openbravo Architecture

This post discusses the architecture of the new Data Access Layer and its place in the rest of the current and future envisioned architecture.

The image below illustrates the different layers of the Openbravo architecture. Part of the ... [More] architecture is delivered in 2.50 other parts will be delivered in future releases.

The Data Access Layer (DAL) uses the application dictionary as the basis for its operations. The application dictionary defines the tables, columns and data types in Openbravo (for example Business Partner, Sales Order, etc.). The Data Access Layer uses the application dictionary for two purposes:
to generate Java business objects at development timeat runtime to generate a Hibernate mapping to persist the business objectsTo perform these two steps the DAL reads the application dictionary from the database and builds an in-memory representation. This is called the runtime model. Having the model in-memory makes it possible to use the model in an efficient way for different kinds of tasks (security checking, validation, etc.)

So at development time Java business objects are generated for each table in the system. The columns of the table corresponds to properties (getters/setters) in the generated Java class. The foreign key columns are present as references to other generated business objects. The business object generation is done as part of the standard Openbravo build steps. The generated classes can be found in the src-gen folder in the openbravo development project.

At runtime the DAL is responsible for generating the mapping for Hibernate and configuring Hibernate.
The DAL provides an API to store, query and remove business objects from the database. This DAL service layer takes care of validation and security checks. In a future Openbravo release this API will be used to develop the business logic layer. The business logic layer will replace the current stored procedures and triggers. The business service layer will provide an API to the outside world to run business logic within Openbravo.

Two other interesting components are also present: UI and Web Services. Integrating the DAL into the UI will be done in a future release. In 2.50 we provide a REST webservice layer which provides CRUD operations on all Openbravo business objects. I will discuss the REST Webservice support in the next post.

At runtime the DAL takes care of transaction handling and providing a context in which all DAL operations run. The transaction handling is done using the open-session-in-view pattern whereby the developer in general does not need to take care of transaction handling explicitly (but he/she can ofcourse when required). The Openbravo context object makes it easy for a developer to retrieve the current user object and other context information.

The following parts of the new architecture are delivered as part of 2.50:
Runtime ModelGeneration of Business Object and Hibernate MappingDAL APIREST WebservicesTransaction Handling and User ContextThe other components will be delivered as part of subsequent releases.

For more information here are two wiki documents which give some more details:
DAL Functional SpecDAL Developers GuideThis hopefully gives a feel for the overall current and future architecture of Openbravo. In the next blog post I will discuss the new REST Webservice functionality in Openbravo 2.50. [Less]

Global Partner Services: Online courses and Openbravo's e-learning strategy

The end of the year was an exciting period for the Global Partner Services, wrapping up a successful year, planning new products for 2009, while delivering some of the latest ones.

The Education department was proud to introduce the new ... [More] Online Basic Functional Training in a unique e-learning format. The 5-week long course took place between the 17th of November and 19th of December. Eight students participated and completed the course which was an overall success.

The course covers the basic functionality and usability of Openbravo ERP:

Using a Learning Management System (based on Open Source Moodle platform) and practical use of Openbravo ERP hosted on Amazon, the Online Basic Funtional Training provides a unique learning environment supervised by Openbravo training specialists, which also includes the following:
Weekly live sessions through webcastNews blog where live sessions and other news are publishedMaterials (navigable slide show) for each module Links to additional readingsQuizzesDiscussion and Q&A forums answered by Openbravo Training SpecialistsExercises and assignments A link to each participants' own Openbravo ERP application, which is used to experience the product and execute the exercises and assignments Evaluation formThis way the students are given various channels of content, making sure that exercises, quizzes and assignments are successfully completed.

Openbravo's online courses are the answer for those individuals with limited time, and who cannot necessarily afford to fly to a location to complete one of our live intensive courses.

As for the upcoming year, we will continue expanding our online course offer to keep pursuing the efficient dissemination of Openbravo knowledge.

Rok Lenardic
Senior Training Specialist [Less]

Openbravo's SourceForge news: Openbravo ERP: 2.50alpha-r6 available

Openbravo ERP is a Web based ERP for SME, built on proven MVC & MDD framework that facilitate its customization. Already in production, Openbravo ERP encompasses a broad range of functionalities such as finance, supply chain, manufacturing & much more (0 comments)

Openbravo ERP: 2.50alpha-r6 available

Openbravo ERP is a Web based ERP for SME, built on proven MVC & MDD framework that facilitate its customization. Already in production, Openbravo ERP encompasses a broad range of functionalities such as finance, supply chain, manufacturing & ... [More] much more

Featuring an exciting new modular architecture, usability improvements and broader functional coverage, Openbravo ERP 2.50 is the latest release of the leading open source ERP solution. This is an alpha version and it is intended for evaluation and stabilization purposes only. Openbravo 2.40 remains our best version for production usage. You cannot upgrade an existing system to 2.50alpha-r6 and you will not be able to upgrade a 2.50alpha-r6 instance to any subsequent version.

-- What is new --

For a list of feature included in this release, check the release notes:

http://wiki.openbravo.com/wiki/Openbravo_ERP_2.50_ReleaseNotes#New_Features

-- Test it --

We do encourage you to download and test this new version and give us your feedback. You can post your opinion and question on the new features in the Early Releases Discussion forum (http://sourceforge.net/forum/forum.php?forum_id=808030) and you can log any defect that you might find in the product using our issue tracking system (http://issues.openbravo.com).

In this release, you can install Openbravo ERP following two different approaches:

* Community Appliance (recommended): you can download and install a fully configured appliance that runs in your preferred virtualization environment. The appliance includes both Openbravo ERP as well as its underlaying technology stack and allows you to get started with Openbravo in just a few minutes and with only a few clicks. The images are available for the VMware, VirtualBox, QEMU, Parallels and Xen virtualization systems. To download these images:

https://sourceforge.net/project/showfiles.php?group_id=162271&package_id=275783

* Custom installation (experts only): a custom installation gives you full control over your deployment environment and allows you to choose your preferred configuration for the technology stack. However, it requires you to install and configure all components of the technology stack as well as compiling Openbravo ERP from sources. You can to obtain a copy of the source code by either:

- Downloading a source code tarball:

https://sourceforge.net/project/showfiles.php?group_id=162271&package_id=275783&release_id=652548

- Checking out the source code from the Openbravo Subversion repository

https://dev.openbravo.com/svn/openbravo/tags/r2.50alpha-r6/

Download and test it following our installation and configuration guide:

http://wiki.openbravo.com/wiki/Openbravo_ERP_Installation_2.50 (0 comments) [Less]

Martin Taal: Openbravo 2.50: New Architectural Developments: Data Access Layer and REST Webservices

The Openbravo 2.50 release contains a number of new architectural developments which can be of great interest for Openbravo developers and system integrators.

The first main development is the Data Access Layer which provides the application ... [More] developer with an object-oriented view on the Openbravo database. The Data Access Layer is also used to support new XML conversion functionality which allows the application developer to convert business objects from and to XML. The XML conversion logic again forms the basis for export and import of Client data and new REST Webservices functionality provided in Openbravo 2.50.

I will cover these new developments in a series of blogs which will be published the coming weeks.

In this first blog for Openbravo, let me also introduce myself. I am responsible for some of the new architecture developments at Openbravo, both design and development. My background is both in ERP system as well as technical Java coding. Next to Openbravo I am involved in open source development as a committer of the Eclipse Modeling Framework project. I am looking forward to work further on extending the Openbravo architecture and hope for extensive feedback from the community on the new developments in the Openbravo 2.50 release.

The starting point for the blog series will be the new Data Access Layer (DAL). The DAL provides an object-oriented layer over the Openbravo database. It is based on hibernate using model-driven code generation techniques. The Data Access Layer provides the application developer with the following functionality:
type safe querying and retrieval of business objects from the database.a convenient API to update or create new data in the database.a type safe interface to update information of a business object, increased productivity by making the properties of a business object directly visible through getters and setters (in the IDE).transaction and context handling.security and validation checking.automatically maps new entries in the Application Dictionary to database tables and columns.generates Java class business objects (and their associations) on the basis of the Application Dictionary model.
With the DAL the application developer does not need to type in tedious/type-unsafe sql queries. He/she can make use of the code completion and compile time checking functionality of his/her IDE. The Data Access Layer can also be easily integrated in test driven development approach as it operates independent from servlet containers such as Tomcat.

The Data Access Layer uses an in-memory representation of the application dictionary (the runtime model). This runtime model is used to convert business objects from and to XML. The XML conversion functionality is very usefull for integration scenarios. It is the basis for new functions such as the export and import of Client data and Webservice functionality. The XML Conversion functionality will be discussed in a separate technical blog.

The 2.50 release also provides completely new REST webservice functionality. The REST webservice offers a common api to query, retrieve and update all Openbravo business objects (persisted in the database). The REST webservice can be reached using simple (REST) URI's making it easy to use, test and try out. The Openbravo REST framework is easy to extend and allows you to add your own (REST) webservices. I will spend a separate blog on REST Webservices and how to create your own WebService.

This post was just an introduction to give you a feel for what is coming in 2.50. The next blogs will dive into more details, starting with an architecture description followed by the standard Hello World DAL example! [Less]

Jordi Mas: Openbravo Community awards announced

The Openbravo Community awards are organized and sponsored by Openbravo to honor individuals and companies for their outstanding contributions to the Openbravo ERP and POS projects. The standards for companies and organizations are higher than for ... [More] individuals and are proportionate to their level of resources.

The Individual Awards acknowledge people that have allocated time and resources to make Openbravo POS or ERP better projects and contain the categories; Best Quality Assurance, Best localizer, Best developer, Best support participant, in order to recognise contribution within these areas.

The Technology Awards recognize outstanding projects led by any company or organization built on top of Openbravo technology. In order to acknowledge contribution within these areas, the categories are; Best Localization, Best Implementation and Best Development.

The winners will be awarded during the Conference's World Community Day 2 - Sunday 19th April, 2009. An award certificate will be given to all the winners.

On 2nd March 2009 the Candidate nomination will open. Stay tuned for more details! [Less]

Galder Romo: Openbravo examples using POI

Although the title sounds strange it has been a pleasure discovering POI!

As I mentioned a couple of weeks ago on a post, POI is an Apache project for spreadsheets generation. I had the opportunity to know about this new tool while advising ... [More] Microgenesis in some of their current projects. Their customers required them quite difficult dynamic reports, thus, they decided to use POI.

This two, showing below (click on the image if you do not see the animation), are some of the very interesting customized reports developed for their customers:

Accounting Report:

Generated dynamically with the posted document’s information, allows the user have a general view of the accounting information during the last 5 years and also drilling down to each account’s amount. It is also possible to include some accounting ratios (liquidity, profitability, activity, profit margin, etc.) for a financial statement analysis and facilitate a better understanding of the information.

Assets Report:

Generated dynamically with all assets and amortizations information. Gives a whole idea of an enterprise assets value and situation for the selected year.

Both examples are generated as spreadsheets with all its functionalities: the user can change the information managing different scenarios and situations, create charts or graphics, edit and include new formules, etc.

I will give some technical explanation and code examples on next posts.

P.D.: You can also find some more POI examples here.

       [Less]

Openbravo ERP 2.40 integration with Pentaho available

Openbravo ERP is a Web based ERP for SME, built on the proven MVC & MDD framework that facilitate its customization. Openbravo ERP encompasses a broad range of functionalities such as finance, supply chain, manufacturing & much more ... [More]

Today we announce the immediate availability of a business intelligence solution that integrates Openbravo ERP 2.40 with Pentaho 1.7.

-- What is new --

With this integration, by deploying Openbravo ERP and Pentaho side by side, you can:
* Publish Openbravo content to Pentaho
* Access Pentaho Dashboards directly from Openbravo
* Drill down from the dashboards in the Pentaho analytical tools to perform ad-hoc queries
* Navigate securely from Openbravo to Pentaho using single sign-on (requires Pentaho Enterprise Edition)
* Respect Openbravo data security while performing data analysis in Pentaho

This add on delivers a packaged solution that exposes the Openbravo accounting data in Pentaho and provides a Revenues & Expenses dashboard.
You can use this as a sample to develop more analytical content in Pentaho using Openbravo data.

-- Test it --

We do encourage you to download and test this new add-on and give us your feedback.
https://sourceforge.net/project/showfiles.php?group_id=162271&package_id=250125&release_id=649389

and follow the instructions in the installation and configuration guide:
http://wiki.openbravo.com/wiki/Business_Intelligence_Integration (0 comments) [Less]