2
0
forked from Wavyzz/dolibarr
Commit Graph

31811 Commits

Author SHA1 Message Date
Laurent Destailleur
e67edfe882 Merge pull request #24254 from lamrani002/generateDocInMB
NEW write all fields and their properties in asciidoc format
2023-03-18 20:31:50 +01:00
Laurent Destailleur
2bdd60e806 Fix duplicate label when there is an accent 2023-03-18 18:13:44 +01:00
Lamrani Abdel
85916bfb64 Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into generateDocInMB 2023-03-18 14:56:34 +01:00
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
6e17c0c961 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2023-03-18 10:51:07 +01:00
Laurent Destailleur
b81cb7e963 Merge pull request #24070 from Daviid-P/ignore_localtaxes_if_localtax_type_zero
Ignore localtaxes if localtax1_type or localtax2_type is 0
2023-03-18 10:48:23 +01:00
Laurent Destailleur
91cf865583 Update functions.lib.php 2023-03-18 10:41:07 +01:00
Laurent Destailleur
9e0c822512 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2023-03-18 10:30:11 +01:00
Laurent Destailleur
4ef435e286 Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2023-03-18 10:24:52 +01:00
Laurent Destailleur
a2748602a9 Fix php syntax error 2023-03-18 10:20:03 +01:00
Lamrani Abdel
a8a1b9fddc write all fields and their properties in asciidoc format 2023-03-18 02:55:35 +01:00
Laurent Destailleur
cf2d1a24d6 Merge branch 'develop' into ModuleBuilderFixes 2023-03-18 02:39:02 +01:00
Laurent Destailleur
05de5d7e9f Merge pull request #24206 from noec764/14_AddContextFor_selectForFormsListWhere_hook
FIX: Add more context for selectForFormsListWhere Hook
2023-03-18 02:35:57 +01:00
Laurent Destailleur
926c99f913 Update html.form.class.php 2023-03-18 02:35:31 +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
hystepik
4a1dabc3d7 Upload works 2023-03-17 16:43:56 +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
kkhelifa
35e75f335a FIX : Fix case when the value of a extrafields of the type 'boolean', 'select' or other have an option with a value equal to '0'.
It's not reselected when the filter is set.
2023-03-17 09:58:49 +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
hystepik
93cb4eb6bf New : uploadfile drag and drop on card 2023-03-16 14:51:15 +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
marcusdeangabriel
280a4f65f9 Merge branch 'Dolibarr:develop' into SELECT_PRODUITS_LIST 2023-03-16 07:44:46 +01:00