Index
Javascript
The system relies on JavaScript and jQuery to execute complementary operations.
Among the types of scripts, we have:
- Business rules. Scripts that alter the behavior of the system. They are explained in an additional section.
- External libraries. Third-party libraries, in this case jQuery, widely used throughout the system, and chart.js, used for generating charts.
- Own libraries. Used to provide interactivity and routines, as well as to provide a reference table or support for other routines.
These are added to the system scripts defined by the configuration and those specific to the active module, which are defined in the init.json file of the corresponding module.