Laurent Destailleur
ab81492fa4
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/core/class/html.formwebsite.class.php
htdocs/core/lib/cron.lib.php
2022-07-24 22:17:25 +02:00
Laurent Destailleur
89999d0138
Fix update description of skills
2022-07-24 17:31:30 +02:00
jpb
ac53c0c454
Merge branch 'develop' of github.com:Dolibarr/dolibarr into NEW/Collective_group_leave
2022-06-24 11:42:37 +02:00
Laurent Destailleur
dd392143e1
Fix conf->projet conf->project
2022-06-14 17:53:17 +02:00
Laurent Destailleur
e040363b81
Fix link in v16
2022-06-14 14:41:10 +02:00
jpb
e97334848c
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into NEW/Collective_group_leave
2022-06-11 13:11:58 +02:00
Frédéric FRANCE
38b18a68d7
Merge branch 'develop' into useismodenabled
2022-06-10 10:07:41 +02:00
Laurent Destailleur
32d54ee44d
Fix permission
2022-06-10 09:43:19 +02:00
Frédéric France
588046d825
use isModEnabled function
2022-06-09 21:33:39 +02:00
stickler-ci
c87c6ad042
Fixing style errors.
2022-06-08 07:26:00 +00:00
jpb
c434e9cffe
add card and feature
2022-06-07 19:01:57 +02:00
Laurent Destailleur
87230795cc
Fix warning
2022-06-03 14:23:37 +02:00
Frédéric FRANCE
5b316487b4
Update eldy.lib.php
2022-06-02 10:29:34 +02:00
Laurent Destailleur
e3fa24fab2
Merge pull request #18283 from atm-gauthier/NEW_stockstransfers
...
NEW : Stocks transfers objects management
2022-06-01 14:49:21 +02:00
BENKE Charlene
d36175c523
php V8 warning
2022-05-27 16:23:57 +02:00
stickler-ci
f0fa315a7b
Fixing style errors.
2022-05-24 13:24:31 +00:00
jpb
52b23c748c
change same left menu name on GRH top menu
2022-05-24 15:13:22 +02:00
Alexandre SPANGARO
977907c07b
Asset module - Fix advanced rights
2022-05-22 06:47:28 +02:00
Maxime Kohlhaas
6445dd3882
Merge branch 'develop' into NEW_stockstransfers
2022-05-21 16:06:59 +02:00
Laurent Destailleur
2a34d6354f
Fix scrutinizer
2022-05-17 20:08:59 +02:00
Laurent Destailleur
4de50da0dd
Repare code to forbidden var_dump() into code
2022-05-17 14:55:38 +02:00
Gauthier PC portable 024
2c840e80fb
Merge branch 'develop' of github.com:Dolibarr/dolibarr into NEW_stockstransfers
2022-05-06 11:41:18 +02:00
Laurent Destailleur
1dd8cfe559
NEW More mode for THEME_TOPMENU_DISABLE_IMAGE
2022-05-02 20:10:42 +02:00
Laurent Destailleur
5dfd38c8f9
Clean code for top menu
2022-05-02 16:54:27 +02:00
Gauthier PC portable 024
2aee60ad59
NEW : expense report payments list
2022-04-15 12:14:41 +02:00
Gauthier PC portable 024
6faefa7d86
Merge branch 'develop' of github.com:Dolibarr/dolibarr into NEW_stockstransfers
2022-04-12 09:08:57 +02:00
Laurent Destailleur
9be7bae765
Fix menu entry invalid
2022-04-01 11:24:58 +02:00
Laurent Destailleur
038033f0ec
Merge pull request #20389 from atm-GregM/retoursGRH
...
NEW/fix GRH extrafields and more stuff
2022-03-29 14:19:24 +02:00
Laurent Destailleur
1bb1475b54
Fix phpdoc
2022-03-19 15:03:32 +01:00
GregM
ab87d772c7
update GRH extrafields and more stuff
2022-03-17 15:20:23 +01:00
Laurent Destailleur
c6338e0de0
Merge pull request #20252 from wdammak/patch-47
...
Simplification of the code by separating the part given to menu proce…
2022-03-17 02:48:08 +01:00
UT from dolibit
993cb70a6f
Update init_menu_auguria.sql
2022-03-12 12:38:58 +01:00
UT from dolibit
4134bf5890
Update init_menu_auguria.sql
2022-03-12 12:31:52 +01:00
UT from dolibit
4438ef74f1
Update init_menu_auguria.sql
2022-03-12 12:29:10 +01:00
UT from dolibit
7ff53ddb74
Update init_menu_auguria.sql
2022-03-12 12:25:49 +01:00
UT from dolibit
bc60a1c819
Update init_menu_auguria.sql
2022-03-12 12:19:13 +01:00
UT from dolibit
bb82e6328d
Update init_menu_auguria.sql
2022-03-12 12:08:53 +01:00
Gauthier PC portable 024
c103c7d61e
Merge branch 'develop' of github.com:Dolibarr/dolibarr into NEW_stockstransfers
2022-03-10 10:31:56 +01:00
wdammak
cf43024d5d
Update eldy.lib.php
2022-03-03 11:29:47 +01:00
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
Alexandre SPANGARO
6734a3575e
Core
2022-02-14 04:52:39 +01:00
Laurent Destailleur
77f1649adf
Merge pull request #20012 from atm-adrien/NEW_rec_invoices_15.0_newPR
...
NEW Recurring vendor invoices
2022-02-10 10:09:47 +01:00
Laurent Destailleur
53bac7ae0f
Fix menu
2022-02-07 15:16:11 +01:00
Adrien Raze
ee52cac3ba
NEW : Template supplier invoices
2022-02-07 14:34:27 +01:00
Laurent Destailleur
9d067d74ab
Fix responsive
2022-01-17 17:51:03 +01:00
Gauthier PC portable 024
55389036d9
FIX : perms
2022-01-13 12:02:05 +01:00
Laurent Destailleur
3a6b5199ec
Debug module intracomm
2022-01-08 01:19:04 +01:00
Laurent Destailleur
27134a1f91
Fix position of menu
2021-12-26 15:44:04 +01:00
Laurent Destailleur
a7ef4991fd
Fix position of menu
2021-12-26 15:41:09 +01:00
Laurent Destailleur
8c73ef4bbf
Fix menu perm
2021-12-16 16:30:42 +01:00