ACQUA ERP CONCEPT

Acqua is an up-to-date tool that allows organizations to model management and business processes according to the dynamics and characteristics of their activity.

ACQUA CORE ERP

The core of Acqua is entirely written in the Java language, which is a leading one in the development of enterprise applications. Java provides extensive options for the communication among the different application layers in safe and stable environments. In addition to this, and perhaps as one of its main advantages, Java is a language with support to be used on different platforms (GNU / Linux, OS X and Windows among others).

ACQUA ERP SOLUTIONS

Through various wizards and the possibility to add Java code on the fly on the application, you can create modelling packages that provide solutions to diverse needs. Consequently, Acqua already has out-of-the-box modelling for different requirements of the organization, which may be optionally acquired along with Acqua Core.

MEET SOME OF THE FEATURES AND QUALITIES THAT MAKE ACQUA ERP AND UNCONVENTIONAL PRODUCT

  • Portable. Compatible with Solaris, Linux and Windows and others. 100% Java.
  • Web-Enabled. It is implemented on a web server Apache Tomcat or IBM Websphere.
  • Three layers architecture of 4 levels, enabling the implementation of clients 100% functional.
  • Multi-DBMS. Enabled for MS SQL Server, Oracle and MySQL soon.
  • SaaS (Software As A Service). You can install the system on a local server or hire the SaaS (software as a service) and server management outsourcing to reduce costs. High Availability.
  • 100% flexibility. Change the system functionality in Java programming.

  • Quick modelling of master entities under the RAD (Rapid Application Design) concept.
  • Automatic Auditing.
  • Comprehensive security as user profiles, menus, per transaction and as each element of the transaction automatically.
  • Centralized administration. No maintenance is required on the client side.
  • Integrated security with Active Directory.
  • Secure connectivity – SSL.

  • Task management agendas and asynchronous processing.
  • Professional Quality Reports through iReports. Bound reports, graphics, and bar codes, among others. Export native PDF, ODT and XLS.
  • Analysis of information via Pivot Tables.
  • Wizard scripting.
  • Internacionalization. i18n.

ARCHITECTURE

Acqua is designed on a 4-layer flexible architecture:

erp modelling 2

  • Database Server
  • Applications server
  • Interactive server
  • Presentation Server

 

En particular, el Servidor Interactivo es un extracto de la capa de negocios que se separa, a fin de aumentar la performance del sistema. Puede ser alojado en la capa de Presentación o en la Capa de Aplicaciones dependiendo de la capacidad del dispositivo cliente que accede al sistema. En términos prácticos, permite que accesos (como el otorgado por el cliente Java) resuelvan parte del cómputo en forma autónoma logrando una performance óptima para el usuario, mientras que un cliente liviano (ej. cliente Ajax) podría solo dar atención a la presentación trasladando el procesamiento al Servidor.