Versions Compared

Key

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

3.Overview:

VIENNA Framework is an open source ERP, developed in http://ASP.NET MVC technology using C# with visual studio 2012 as IDE (Integrated Development Environment). It is a Single Page Application (SPA), all necessary code – HTML, CSS, JavaScript retrieved with a Single page load. 

...

VIENNA Advantage Framework requires a database to store its data. Currently, VIENNA Advantage Framework supports Oracle (18C - XE & 19C - Standard/Enterprise ) and PostgreSQL 12. To enhance productivity and performance appropriate functions, procedures and views are created in database. 

3.1 Model Overview and Architecture:

In most applications, developers must design code and test every screen. This can be very time consuming and lead to inconsistency across an application in terms of look and feel, as well as functionality. 

Vienna Advantage simplifies the task by using a more advanced concept of a central active data dictionary. Windows are generated at runtime from the data dictionary. Developers simply define the rules for how the window displays and in what conditions.  

 

Vienna Advantage Framework Architecture Diagram

...