dolibarr/htdocs/core/menus
wdammak dd9a350136
Simplification of the code by separating the part given to menu processing
The goal:
- A simplification of the code for easier maintenance is targeted
- Separation of data to left menu display processing
- Plan in the future to put the left menu data directly in the folders of the modules concerned and which will be loaded automatically by eldy.lib.php or eldy_menus.php (for example add a folder "menus/leftmenu.php" in the module "bank" => "bank/menus/leftmenu.php")... This greatly cleans up the code and makes the modules easier to maintain while also avoiding the massive use of hooks for external modules.
- A reuse of the left menus in other corners of the ERP just by calling the function of the desired menu.
- The code is much lighter! is more readable with easier display order modification!
2022-03-02 22:41:00 +01:00
..
standard Simplification of the code by separating the part given to menu processing 2022-03-02 22:41:00 +01:00
init_menu_auguria.sql NEW : Template supplier invoices 2022-02-07 14:34:27 +01:00