Commit Graph

30722 Commits

Author SHA1 Message Date
Laurent Destailleur
ec43a8626e Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-03-18 14:37:48 +01:00
Laurent Destailleur
dc2cb7fbb3 NEW Add dropdown button actions (example on Create button on project) 2023-03-18 14:10:23 +01:00
Regis Houssin
5e9eb6f185 FIX missing $module value if $module not empty and $object->element is
empty
2023-03-18 11:49:57 +01:00
Regis Houssin
5f9ac6cd73 FIX regression 2023-03-18 11:43:45 +01:00
Regis Houssin
86c7bbe33a FIX return $conf->entity if $object->entity is null 2023-03-18 11:30:44 +01:00
Laurent Destailleur
8e5a235470
Merge pull request #24074 from ATM-Consulting/FIX_16.0_arraytotal_extrafield
FIX 16.0 total line for extrafields on list if totalizable
2023-03-18 11:06:05 +01:00
Laurent Destailleur
9582a30782
Merge pull request #24092 from jyhere/jyhere-patch-4
Unreachable else statement removed, move some conditions...
2023-03-18 11:02:43 +01:00
Laurent Destailleur
66eb668965
Merge pull request #24164 from frederic34/multidiroutput
use a fonction to get multidir output
2023-03-18 10:56:25 +01:00
Laurent Destailleur
dd885a8e29
Update functions.lib.php 2023-03-18 10:55:05 +01:00
Laurent Destailleur
a2748602a9 Fix php syntax error 2023-03-18 10:20:03 +01:00
Laurent Destailleur
cf2d1a24d6
Merge branch 'develop' into ModuleBuilderFixes 2023-03-18 02:39:02 +01:00
Laurent Destailleur
24381d709f Modify '2' to allow its use 2023-03-18 02:33:25 +01:00
Laurent Destailleur
8af6f29cec
Merge pull request #24210 from Hystepik/develop#1
NEW : add convertion of images to webp for single image
2023-03-17 23:14:34 +01:00
Laurent Destailleur
516f4a6c53
Merge pull request #24200 from grandoc/new_branch_13_03_2023
fix : Fatal error: Uncaught TypeError: strlen(): Argument #1 () must …
2023-03-17 21:16:55 +01:00
Laurent Destailleur
936f36c6be
Merge pull request #24213 from frederic34/patch-4
uncomment code to have user feedback
2023-03-17 21:13:30 +01:00
Laurent Destailleur
4052410c70
Merge pull request #24218 from lamrani002/permissionsRewriting
NEW function in modulebuilder.lib for rewriting all permissions
2023-03-17 21:12:56 +01:00
Laurent Destailleur
b7c242c210 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-17 20:54:18 +01:00
Laurent Destailleur
9ade245774 Fix responsive 2023-03-17 20:12:38 +01:00
Laurent Destailleur
62ec69770b Fix responsive 2023-03-17 20:06:45 +01:00
Laurent Destailleur
b8c169ac18
Merge pull request #24203 from frederic34/moduledoc
add doc
2023-03-17 19:11:20 +01:00
Laurent Destailleur
f39bf7a43c Debug v17 2023-03-17 19:09:31 +01:00
Mickaël 'lastmikoi' FALCK
59b02a9f49 FIX #24138 Fix box_birthdays SQL for postgres
PR #21631's implementation causes issues with PostgreSQL and potentially
other stricter RDBMSes, indeed doing an ORDER BY using a function is not
supported.

In this fix we're computing the day of each user birthday and
employment day in the SELECT columns, and use those columns as a sorting
key.
2023-03-17 18:48:25 +01:00
Laurent Destailleur
2ebf152884
Merge pull request #24238 from lastmikoi/issue-24138-birthday-sql-error
FIX #24138 Fix box_birthdays SQL for postgres
2023-03-17 18:45:13 +01:00
Laurent Destailleur
1a89a7ea5c FIX #24138 FIX #24238 2023-03-17 18:16:30 +01:00
Laurent Destailleur
e394ee0144 Fix regression 2023-03-17 16:29:40 +01:00
Jyhere
99d0f5c5d2 FIX : fatal error when margin enable (missing check on element), fix User::hasRight() when checking a margin right 2023-03-17 16:26:21 +01:00
Laurent Destailleur
7541a2932f
Merge pull request #24248 from jyhere/jyhere/patch-margins
FIX : fatal error when margin enable, User::hasRight() when checking a margin right
2023-03-17 16:25:06 +01:00
Laurent Destailleur
a612c131f7 NEW Add mass action delete on VAT 2023-03-17 16:15:31 +01:00
Laurent Destailleur
98b01fdc1f Fix complete tooltip 2023-03-17 15:28:07 +01:00
Jyhere
78cf8dd8eb FIX : fatal error when margin enable (missing check on element), fix User::hasRight() when checking a margin right 2023-03-17 11:42:06 +01:00
Laurent Destailleur
34ff43f2ec css 2023-03-17 02:04:04 +01:00
Mickaël 'lastmikoi' FALCK
f136cee0f2
FIX #24138 Fix box_birthdays SQL for postgres
PR #21631's implementation causes issues with PostgreSQL and potentially
other stricter RDBMSes, indeed doing an ORDER BY using a function is not
supported.

In this fix we're computing the day of each user birthday and
employment day in the SELECT columns, and use those columns as a sorting
key.
2023-03-16 17:03:28 +01:00
Lamrani Abdel
6fa3e7417d update function for rewrite permissions 2023-03-16 10:40:18 +01:00
Laurent Destailleur
b2afcad3f5 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-16 09:43:30 +01:00
Laurent Destailleur
882857ce08 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-03-16 09:42:01 +01:00
Laurent Destailleur
388889a0e3 Table for TakePOS module created only when module is enabled 2023-03-15 15:54:40 +01:00
Laurent Destailleur
9e68d98b4e Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-15 14:24:59 +01:00
Laurent Destailleur
befdd967f7 Fix margin calculation on credit not when price is 0 2023-03-15 13:49:28 +01:00
Laurent Destailleur
8c4a590548 Fix MAIN_NO_INPUT_PRICE_WITH_TAX 2023-03-15 13:45:53 +01:00
Laurent Destailleur
dc80e6b029 Fix look and feel v18 2023-03-15 11:29:44 +01:00
Laurent Destailleur
a3534cdd27 Do not show description if duplicate of title on message views 2023-03-15 11:01:32 +01:00
Lamrani Abdel
2a7583ca14 fix a problem in function 2023-03-15 10:48:13 +01:00
Laurent Destailleur
a9e8a3ed93 Fix regression 2023-03-15 10:45:16 +01:00
Lamrani Abdel
f1ba6a3611 add function in modulebuilder for rewriting all permissions 2023-03-15 10:33:42 +01:00
Frédéric FRANCE
525f2704a3
uncomment code to have user feedback 2023-03-14 23:18:24 +01:00
Frédéric FRANCE
bd4d06887c return null instead void 2023-03-14 22:05:16 +01:00
hystepik
59af4d3dce New : add convertion of images for single image 2023-03-14 15:27:55 +01:00
Lamrani Abdel
bbcdc3ad20 rename a function 2023-03-14 14:48:48 +01:00
Laurent Destailleur
b97b85fa8c Look and feel v18 2023-03-14 12:05:25 +01:00
Laurent Destailleur
eccb61e95d Look and feel v18 2023-03-14 11:58:46 +01:00