Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API add / fix filter on extrafields in index() #24635

Merged
merged 1 commit into from Apr 28, 2023

Conversation

VMR-Global-Solutions
Copy link
Contributor

Add / change in api_xxx.class.php files the ability to filter on extrafields when missing in the public functions index() by changing the SQL query with the pattern
" FROM ".MAIN_DB_PREFIX"xxxx AS t LEFT JOIN ".MAIN_DB_PREFIX."xxxx_extrafields AS ef ON (ef.fk_object = t.rowid)

Add / change in api_xxx.class.php files the ability to filter on extrafields when missing in the public functions index()
by changing the SQL query with the pattern 
" FROM ".MAIN_DB_PREFIX"xxxx AS t LEFT JOIN ".MAIN_DB_PREFIX."xxxx_extrafields AS ef ON (ef.fk_object = t.rowid)
@eldy eldy merged commit be835d6 into Dolibarr:develop Apr 28, 2023
3 checks passed
aspangaro added a commit to aspangaro/dolibarr that referenced this pull request Apr 28, 2023
commit 4658d9676d30e21d515d0c1223341d2c3db028c7
Merge: d99483c034e 9b2ffafd931
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 28 20:41:17 2023 +0200

    Merge pull request #24626 from alexandre-janniaux/install-inc-getopt-fix/1

    Fix: install/inc: fix some issues on option parsing and add documentation

commit d99483c034e4ff7191215f398d333221fde30250
Merge: be835d63edb ec964040e6c
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 28 20:04:54 2023 +0200

    Merge pull request #24627 from frederic34/patch-2

    Fix unknown variable in product.class.php

commit be835d63edb71c196ae091df565c7de0dbef1b64
Merge: 54c8176cc9f 926aa6fec76
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 28 20:02:09 2023 +0200

    Merge pull request #24635 from VMR-Global-Solutions/develop

    API add / fix filter on extrafields in index()

commit 54c8176cc9f411e0cc98fac93951593931b7d7f1
Merge: 12910959365 cec58e5631f
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 28 19:59:17 2023 +0200

    Merge pull request #24641 from fappels/develop_order_msg

    Add missing error message on modify order error.

commit 12910959365ac193160f8114383a07c4cbdc3293
Merge: 3b7e864b83f 397e6dce38c
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 28 19:53:17 2023 +0200

    Merge pull request #24642 from Hystepik/develop#1

    New : Dispatch card on reception object

commit 3b7e864b83f2197e2d9494f1014a464942ab2074
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 28 18:44:08 2023 +0200

    Fix regression

commit e74c50aa8aa43fdf344d1610498453830e126ed1
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 28 16:05:25 2023 +0200

    Clean code

commit 600eb2b23b52f286a4844e4c88aafa4729e845b9
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 28 15:42:41 2023 +0200

    NEW The batch for remind on due date can be setup from validation date

commit 8dd72e4540ad5c616b3b21737dea96c995f0f134
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 28 14:45:07 2023 +0200

    Debug v18

commit 9b2ffafd9314be9635c192e6d09960e373fb9390
Author: Alexandre Janniaux <alexandre.janniaux@gmail.com>
Date:   Thu Apr 27 14:09:55 2023 +0200

    Fix install/inc: detect unknown options

    Previous commit 3c883c4b319c1742fa8d4403200081b0119a4f3a added support
    for parsing option -- in particular -c/--config -- and added some way of
    detecting invalid arguments. But the detection was incorrect.

    getopt will stop looking for arguments when it detects a non-argument
    (dash-prefixed) which is not an option parameter, but checking that
    options were all consumed should be done right after by comparing the
    options up to this last non-argument and those that were detected.

    This only displays the first unrecognized option, mimicking the
    behaviour of most software.

commit c3deee285a78969eb3ef2b31e5f1069abe828618
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 28 14:15:34 2023 +0200

    css

commit 397e6dce38cef58c12f1344f416a1541156d2d80
Author: hystepik <lucas.marcouiller@gmail.com>
Date:   Fri Apr 28 12:18:14 2023 +0200

    Fix CI

commit 79b686fb3305a6b4f9f041e5406ca8d9b543daaf
Merge: e979a8c97c8 684e4298722
Author: Lucas Marcouiller <45882981+Hystepik@users.noreply.github.com>
Date:   Fri Apr 28 11:31:43 2023 +0200

    Merge branch 'develop' into develop#1

commit cec58e5631fe1c4ada879ac27c5c8f0662c63938
Author: Francis Appels <francis.appels@yahoo.com>
Date:   Fri Apr 28 10:42:39 2023 +0200

    Add missing error message on modify order error.

commit 926aa6fec76e89a7ddac79da2051435914075242
Author: VMR Global Solutions <contact@vmr-globalsolutions.eu>
Date:   Fri Apr 28 09:31:33 2023 +0200

    API add / fix filter on extrafields in index()

    Add / change in api_xxx.class.php files the ability to filter on extrafields when missing in the public functions index()
    by changing the SQL query with the pattern
    " FROM ".MAIN_DB_PREFIX"xxxx AS t LEFT JOIN ".MAIN_DB_PREFIX."xxxx_extrafields AS ef ON (ef.fk_object = t.rowid)

commit c1196c7e4d140c4ea487ce2b8fcddd8545fa804f
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 23:07:10 2023 +0200

    Fix doc

commit aafb54fbc3dd7449e868113087605e4feab85d20
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 23:01:34 2023 +0200

    Declare properties

commit 05307c66676d4528cc63c6cb5aca6d849f0e6b3e
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 22:49:38 2023 +0200

    Fix missing return

commit 684e42987227f5a4251a08caba880d778ea6a9e5
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 22:45:49 2023 +0200

    Fix bad param of function call

commit 80fc8ab6ec8b52795d0bd743f8b113f793dc8267
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 22:33:22 2023 +0200

    More complete test for escape pgsql

commit 36f8da5333881dffee7cf415b483863fd5f650a9
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 22:21:08 2023 +0200

    Doc

commit 8c798b25d0931ac300d6a6a3c50588382f33ab42
Merge: f44c97d3c63 57cbb21f6ba
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 22:14:06 2023 +0200

    Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

commit f44c97d3c63a922c33c7cfdd0ba0d67d5224303d
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 22:12:23 2023 +0200

    Code is using the Universal Filter Syntax

commit 3065b9ca6ade988e8d7a8a8550415c0abb56b9cb
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 19:30:34 2023 +0200

    Clean code

commit ec964040e6cf92997e139ce0af24b893bf2e1755
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Thu Apr 27 20:12:39 2023 +0200

    Update product.class.php

commit ef8f8d990ac741ef60298d19d1ccad5005525368
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Thu Apr 27 20:07:36 2023 +0200

    Fix unknown variable in product.class.php

commit f19a36856ba8ef791a078b5585e740023e6d67a4
Author: Alexandre Janniaux <alexandre.janniaux@gmail.com>
Date:   Thu Apr 27 13:35:34 2023 +0200

    install/inc: add some usage documentation

    Change the way the existing script syntax is documented and add the
    syntax and options for the step2.php script.

commit d7f715cc36626dce2b3ebdce49744b6b97edfd4d
Author: Alexandre Janniaux <alexandre.janniaux@gmail.com>
Date:   Thu Apr 27 13:35:34 2023 +0200

    Fix: install/inc: remove optional argument check

    htdocs/install/step2.php has two optional argv parameters: action and
    selectlang.

    It doesn't have any version indicator, and thus doesn't have any
    constraint on the number of parameters, so remove it from inc.php.

    The constraint can still be re-included in the other files including
    inc.php, as well as the other script-specific options.

commit 57cbb21f6babcc2b3a529a17db98d721ad877421
Merge: 302f212d90b d64da50a9e7
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 16:25:26 2023 +0200

    Merge pull request #24547 from frederic34/patch-2

    property and doc

commit 302f212d90b5e5b0d329a8fe302fbc03dfb20cd3
Merge: 038add3a618 244a986baf7
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 16:24:02 2023 +0200

    Merge pull request #24595 from frederic34/patch-5

    fix warning PHP8.1

commit 038add3a6188d07f29d37f4c75ef162c021ab1bd
Merge: 07c77722550 7126ff7b1f2
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 16:21:29 2023 +0200

    Merge pull request #24616 from VMR-Global-Solutions/patch-1

    Update api_receptions.class.php

commit 07c777225507369471492843773d48a4d6f09fb6
Merge: 60385ea6ca8 5e24ef51085
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 16:21:04 2023 +0200

    Merge pull request #24623 from frederic34/patch-1

    fix init_menu_auguria.sql

commit 263d315ba4e06f37340b9c3649c3c1a32a7f03c0
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 16:19:35 2023 +0200

    Debug tooltip for cron

commit 46e3413e8ab8778d9c01f8a99598d46d84d1ad81
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 15:55:21 2023 +0200

    Fix tooltips

commit e979a8c97c8ec41df92f986fc31ad0d01dfc4eff
Author: hystepik <lucas.marcouiller@gmail.com>
Date:   Thu Apr 27 15:35:00 2023 +0200

    add  trans

commit 5e24ef51085db3c3633b41ea97b674f671baaa81
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Thu Apr 27 15:29:42 2023 +0200

    fix init_menu_auguria.sql

commit 60385ea6ca8585fd680a2c6d88d9559ddab99710
Merge: 020ba25956a a2c78bcec7e
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 15:02:59 2023 +0200

    Merge pull request #24612 from frederic34/ajaxtooltip_cronjob

    add ajax tooltip for cronjobs

commit 020ba25956ab6e59b1e2ea54630cc53a803fdbdd
Merge: efc660aac32 53d2757a8fb
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 14:59:17 2023 +0200

    Merge pull request #24620 from frederic34/patch-1

    clean code

commit efc660aac320f388d4bf0a7f81905228c4f751ac
Merge: 80b6e78679c 8642791dce3
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 14:58:53 2023 +0200

    Merge pull request #24622 from bafbes/abb170175

    fix:Unused variable

commit ca815ff9c6e03be4869e06f6b1306f44b535fb23
Author: hystepik <lucas.marcouiller@gmail.com>
Date:   Thu Apr 27 14:56:27 2023 +0200

    working dispatchcard reception

commit d64da50a9e743e05bbc28ea31672a3f7612d0324
Merge: 1d8c7f934f7 80b6e78679c
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Thu Apr 27 14:42:56 2023 +0200

    Merge remote-tracking branch 'upstream/develop' into patch-2

commit 80b6e78679cd00deb4b2a1aa105f6d0d096eeeac
Merge: 8a92d7f905a 302c6a0ab99
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 14:19:09 2023 +0200

    Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop

commit 8642791dce3153ec7f5be35499e729687c49d362
Author: bahfir abbes <bafbes@gmail.com>
Date:   Thu Apr 27 12:09:01 2023 +0100

    Unused variable

commit 8a92d7f905acb4b971d1d734f2892e4da4c8e199
Merge: 5b90302bf85 84f79b592c3
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 14:03:59 2023 +0200

    Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop

commit 302c6a0ab993d767eb097cb8f846ca987fcb435f
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 14:02:59 2023 +0200

    Fix serious regression in creating MO.

commit 44b5b4fde951b7475c6552c23a43daf6d86d293d
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 12:53:50 2023 +0200

    Fix look and feel v17

commit fa832e8a0df70ba9734bff4f2dd423d64325d971
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 12:37:42 2023 +0200

    Fix missing date in popup

commit 84f79b592c3b6deefea5504a1bf26f6143d0e884
Merge: a11d8a5589c 0878c53f02b
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 12:24:47 2023 +0200

    Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0

commit a11d8a5589c345ff9f5fdaf3ea84726917c48d27
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 11:55:49 2023 +0200

    Fix field must never be empty

commit 53d2757a8fb0ec17e78866ff014c29e697405a65
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Thu Apr 27 09:54:40 2023 +0200

    clean code

commit 1d8c7f934f7d011711da4eb3aac8033f7a74458f
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Thu Apr 27 09:47:00 2023 +0200

    clean code

commit 0d3fdbe408074e397d62a01b0dd5aedad55dc603
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Thu Apr 27 09:42:54 2023 +0200

    clean code

commit 244a986baf74e7be662055ac8c0d822c9786987f
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Thu Apr 27 09:21:56 2023 +0200

    fix eval

commit 7126ff7b1f2b1f37d149753721f02e0b1da0190e
Author: VMR Global Solutions <contact@vmr-globalsolutions.eu>
Date:   Thu Apr 27 09:16:17 2023 +0200

    Update api_receptions.class.php

    Change made in _private function validate in reception/class/api_receptions.class.php:709
    replaced line 712
    foreach (Shipments::$FIELDS as $field) { => foreach (Receptions::$FIELDS as $field) {

commit 5b90302bf85cec4f1d809da65a11e3bff25651ac
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 00:00:36 2023 +0200

    Update scope for security report

commit e09e6ffe2cf452a015053fbd94a94bc4c7f1a9b4
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 22:57:43 2023 +0200

    Fix error message

commit eb0e56d9dd0c3c0eb3641ad9aa65b13a1e2152b6
Merge: 99ba7353273 69b2089bf6b
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 22:54:55 2023 +0200

    Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
    develop

commit 99ba7353273bdf34ac1f01ca7a8f55264079420a
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 22:49:33 2023 +0200

    Fix message

commit 69b2089bf6b0ced5d477c2447aef148346d27e26
Merge: 21a3c3e82b7 6657a34ff09
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 22:33:38 2023 +0200

    Merge pull request #24583 from BitKFu/Secure-indexFile

    Prevent PHP Warning in error log file, when the generated doc file does not exists.

commit a2c78bcec7eb84bc0eb5fd1505b2ebdcb37df0c3
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Wed Apr 26 22:33:26 2023 +0200

    add ajax tooltip for cronjobs

commit 21a3c3e82b75167808cdbb9824cebd46532b8ed5
Merge: 9a041774f9a e52742ab4b2
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 22:25:21 2023 +0200

    Merge pull request #24611 from frederic34/auguria_use_ismodenabled

    clean code use isModEnabled

commit 9a041774f9ab65876af4af4042f79ecb939218c7
Merge: 7253b307166 b4d4b96dc43
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 22:11:27 2023 +0200

    Merge pull request #24553 from atm-lena/NEW_MoBom_AddLine_DefaultWorkstation

    New mo bom add line default workstation

commit 7253b3071661967c918828138fcd7d81f760c44f
Merge: d56a0fa5035 c2387919001
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 22:08:43 2023 +0200

    Merge pull request #24594 from frederic34/patch-1

    add missing init hook value

commit e52742ab4b26186342673b603b049f3a9a5f8ebf
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Wed Apr 26 22:05:12 2023 +0200

    clean code use isModEnabled

commit d56a0fa50354a7d6e16f2c0efd29df6bb1ff9f20
Merge: 712dd1689b2 d7c654665f4
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 22:04:07 2023 +0200

    Merge pull request #24597 from frederic34/patch-6

    can setup max extrafields to show in tooltip

commit 712dd1689b21e0a333578825284407b1076185f3
Merge: aa3fa86c4ff b6235c29d01
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 22:02:25 2023 +0200

    Merge pull request #24596 from alexandre-janniaux/phpunit-changes/1

    phpunit: use $db instead of $this->savdb

commit aa3fa86c4ff10ab9e35dac42473a8aae8052feab
Merge: 2dbc944a4e7 6e5abdc4628
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 21:20:38 2023 +0200

    Merge pull request #24600 from frederic34/patch-8

    add hook init context

commit 2dbc944a4e77eb57e78780cb179df7731baf4e79
Merge: 98efea14cf7 61b58e8234e
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 21:20:23 2023 +0200

    Merge pull request #24598 from frederic34/patch-7

    Doc

commit 98efea14cf7a3202973f44c62229888935b2200d
Merge: ca00480f1aa 93ed2621d9f
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 21:20:05 2023 +0200

    Merge pull request #24599 from frederic34/commonobjectclassdoc

    add doc

commit ca00480f1aa0b5ac97047af00eede5f8ad0ae03d
Merge: b3ea71f8f9b a665e69b2d9
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 21:15:30 2023 +0200

    Merge pull request #24603 from frederic34/patch-9

    Fix getElementProperties for usergroup

commit 0878c53f02b5fa058391c0688f8dfa32d29b058c
Merge: 1f97fcd2ebe 0d830aef892
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 21:12:47 2023 +0200

    Merge pull request #24609 from FHenry/17_fix_cron_invoice_contact

    fix: cron sendEmailsRemindersOnInvoiceDueDate if contact exists and mail on thridparty exists there is an error

commit 447f992b92a6fdedd4dfe211a3891e778be97445
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 21:07:14 2023 +0200

    Fix warning

commit 07be975b2d423d262107e21c24f0c9c38bd555d0
Merge: dbe95db38a3 b3ea71f8f9b
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 21:05:57 2023 +0200

    Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

commit b3ea71f8f9b10c5a932a491a9d4123a8797de1d7
Merge: 6c30e44f977 871610d4a15
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 21:05:41 2023 +0200

    Merge pull request #24608 from solution-libre/fix-notification-templates

    Fix notification templates

commit 6c30e44f977a846f5772aff009fafc9638fb5c69
Merge: 86456e299c2 56c16379b37
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 21:03:25 2023 +0200

    Merge pull request #24606 from BB2A-Anthony/FIX---init-menu-auguria-isModEnabled

    FIX - init menu auguria isModEnabled

commit 56c16379b37e0e65a30012248f6e75e6c5df657c
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 21:02:00 2023 +0200

    Update init_menu_auguria.sql

commit 3d5aac644ecbb75c70feb94566a1acee45f0e1e6
Merge: 40212eb1fa5 86456e299c2
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 20:56:59 2023 +0200

    Merge branch 'develop' into FIX---init-menu-auguria-isModEnabled

commit d7c654665f415dc8f0444ecc454cd49c8d23f258
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Wed Apr 26 20:56:11 2023 +0200

    fix display extrafields in tooltip

commit dbe95db38a382c174ecab429bf6a3d643eb29abf
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 18:46:27 2023 +0200

    Look and feel v18

commit 86456e299c281df6e8b5864912e51df7e46a10a8
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 18:25:56 2023 +0200

    NEW add option keepspace into dol_string_nospecialchar()

commit f45c4dc867b790a8ef97115da4c3d19feaca5613
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 18:13:23 2023 +0200

    Fix invalid char into ustrd sepa field

commit 9c4dc9a3d60457c3e10cd8954678cdadc0b40527
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 18:04:51 2023 +0200

    Add more date in ustrd field for credit transfer SEPA files

commit 0d830aef89208022d5972702ec69c55e080ff65c
Author: Florian HENRY <florian.henry@open-concept.pro>
Date:   Wed Apr 26 17:50:59 2023 +0200

    fix: cron sendEmailsRemindersOnInvoiceDueDate if contact exists and mail on thridparty exists there is an error

commit a3bd4a8cfd30927b9574a51d5343ce72f64f1008
Author: Florian HENRY <florian.henry@open-concept.pro>
Date:   Wed Apr 26 17:48:09 2023 +0200

    fix: cron sendEmailsRemindersOnInvoiceDueDate if contact exists and email exists the is an error

commit 871610d4a15729a91e64939e07725f99a5985dc6
Author: Florent Poinsaut <florent@poinsaut.fr>
Date:   Wed Apr 26 17:41:35 2023 +0200

    Fix notification templates

commit f99da75a9f79ab30ee3ab8c383d94fc1e4f1399b
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 17:40:36 2023 +0200

    Fix use ref instead of empty field in unstructured data sepa field

commit 40212eb1fa5d7e65210ce98f7a68baaaea5c081c
Author: Anthony Berton <anthony.berton@bb2a.fr>
Date:   Wed Apr 26 16:54:31 2023 +0200

    FIX - init menu auguria isModEnabled

commit b6235c29d017cdff77dc429f9e8f794dd8f963e6
Author: Alexandre Janniaux <alexandre.janniaux@gmail.com>
Date:   Thu Apr 13 20:25:07 2023 +0200

    phpunit: use $db instead of $this->savdb

    The global variables are stored in $this, and in particular $db is used
    through this mean. But $this->savdb is supposed to be the immutable
    global state that is stored at the test class instantiation and restored
    at the beginning of each test.

    For $this->savdb, I don't think any consequences are created by this,
    since the object is saved by each test anyway and the $db object is
    mostly a query object within a transaction, but future change could use
    this to inject a different stateful $db object to trace some behaviour
    in the test for instance, so make sure the correct one is used.

commit 1f97fcd2ebeb7dffdb35977688d64139f6586a40
Merge: 00d4e09c68e e2a622b83af
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 13:27:06 2023 +0200

    Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0

commit fcb139cbd56950d0848a65bcd1a4a68c310891db
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 13:25:47 2023 +0200

    Code comment

commit 00d4e09c68ebb7475ef7b82a8d3522e703ea8e92
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 13:20:28 2023 +0200

    Fix filter lost

commit e375252a8303a9df811037c4d359b65b521ebf2e
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 12:45:02 2023 +0200

    Clean code of dictionnary page

commit b31dbdc5ea5e2fb425c7fa871011b1d276f4d574
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 11:48:43 2023 +0200

    Add dictionary table for invoice subtypes (country specific)

commit e2a622b83aff6c915d492557e78229154bbbd477
Merge: 55ace3e601e 69f66859716
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 11:41:34 2023 +0200

    Merge pull request #24562 from ibuiv/patch-2

    FIX ref_client on Project Overview for propale

commit 2f3cefcc09f57cf6c34b6549061a682c084f02d3
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 11:41:02 2023 +0200

    Clean code

commit ff98cb10e3ab9cec865185f09568c703d553ece3
Merge: a5a55b37c57 2a3f1744794
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 11:28:19 2023 +0200

    Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

commit a5a55b37c57f541f32c91b7887d5eef5d25b3838
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 11:28:05 2023 +0200

    Add column subtype

commit b4d4b96dc434ecac10565245c82494a003803cfc
Author: stickler-ci <support@stickler-ci.com>
Date:   Wed Apr 26 09:10:37 2023 +0000

    Fixing style errors.

commit a665e69b2d9c468100197a97e8bd6e79cc2274b5
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Wed Apr 26 11:08:04 2023 +0200

    Fix getElementProperties for usergroup

commit 2a3f17447945a220653c195df00df9ae0b9eaf8c
Merge: 1f763e1f36b f5ac52bd017
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 11:01:44 2023 +0200

    Merge pull request #24483 from sonikf/sonikf-patch-2

    The deposit and replacement invoice types are not allowed in Greece.

commit cf9ce353c36b271aa5cb68ce0adb66e77ba942da
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Wed Apr 26 10:58:19 2023 +0200

    Update ajaxtooltip.php

commit a93cb8b5727d1f211e37b02643d2762d2011818d
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Wed Apr 26 10:56:52 2023 +0200

    Update commonobject.class.php

commit 55ace3e601eff1ef844917314c6c17ffedb4695a
Merge: 60c7c376a7b ceb3ab077cf
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 10:53:39 2023 +0200

    Merge pull request #24582 from MaximilienR-easya/v17_php8_compatibility

    PHP8 compatibility

commit 1f763e1f36b54cf2d22065e00b6c4e3fd241ef22
Merge: 789336ab34d 6ab9b5d68e0
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 10:52:49 2023 +0200

    Merge pull request #24438 from aspangaro/18a7

    NEW: Accountancy - Add specific page to export accounting data

commit 60c7c376a7b93ea135eb65c9186daeb0181462d7
Merge: 0bc8227f48e 14560c1de81
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 10:39:13 2023 +0200

    Merge pull request #24361 from atm-adrien/FIX_noUpdateProductionNeededForMo

    FIX : No usage of the function updateProduction in the update function

commit 6e5abdc4628ff0f7a12386160fc2d50a9c1c2091
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Wed Apr 26 09:48:02 2023 +0200

    add hook init context

commit 93ed2621d9fd0ff7cc58c5598992d4e2b2f38fb0
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Wed Apr 26 09:24:24 2023 +0200

    add doc

commit 74ff77d8b237f566cd79647584b7874d394c34f7
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Wed Apr 26 09:23:38 2023 +0200

    add doc

commit 61b58e8234e3f273d061595644f096432fbd2cdd
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Wed Apr 26 09:21:27 2023 +0200

    Doc

commit 8cb877c118b52a49ffb68a52468608fba255e2b2
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Wed Apr 26 08:43:11 2023 +0200

    can setup max extrafields to show in tooltip

commit 6ab9b5d68e0f6fcc14be9f8b187116fda38c2d58
Author: Alexandre SPANGARO <aspangaro.dolibarr@gmail.com>
Date:   Wed Apr 26 07:18:00 2023 +0200

    Not display message to explain document are not included when we are in mode all includes

commit 789336ab34d63fb9fcbeff4e44726489b7cf733b
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 02:30:58 2023 +0200

    Fix qodana warning

commit fb961ffd8213a4b3690a88217e79483b112bec65
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 02:28:21 2023 +0200

    Fix qodana warnings

commit 8d06189621556b824bf504d71a3a49d81abc90f7
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 02:05:43 2023 +0200

    Fix qodana warning

commit f228aa1a80beff81e31a052fb3a1352187808ca5
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 01:59:53 2023 +0200

    Fix phpcs

commit b1c51954dd5c9aa483ac46e22dd084b9cf51a4b7
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 22:15:51 2023 +0200

    NEW Add link to edit VAT list from error message of missing VAT

commit 40ed102dfedd714860680494afc1c3477213b77e
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 21:30:00 2023 +0200

    Fix selection of email template

commit 388ba8f399b2c6ff20613fe950dd9a9c8c31029f
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 21:16:56 2023 +0200

    Fix missing limit

commit c891196b5b0c4fbf998e98407b3aef782f858a10
Merge: 302f5eb68d0 0bc8227f48e
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 21:02:01 2023 +0200

    Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
    develop

commit 302f5eb68d023d397fe1e362f0192faea035b669
Merge: f7dd265ee51 d30eb4d9a40
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 20:55:30 2023 +0200

    Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

commit 0bc8227f48e9ec1fd2011ae51ea5d243a69a614c
Merge: 1eb483a9813 2e3e6f68997
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 20:54:15 2023 +0200

    Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0

commit 2e3e6f68997dd9cd3db8f0373079cf01530fd63d
Merge: 1d235c2fd94 10e38ec7f9a
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 20:51:40 2023 +0200

    Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0

commit 697d36c7d199ac9f8abe2c02d9c44c27616a45eb
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Tue Apr 25 20:31:49 2023 +0200

    fix warning

commit c238791900117e3f71fbfe418168079997c01579
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Tue Apr 25 20:17:54 2023 +0200

    add missing init hook value

commit 1eb483a98139e47295a12c1779f7ed2f0b6cca58
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 19:50:15 2023 +0200

    FIX message MAIN_MESSAGE_INSTALL_MODULES_DISABLED_CONTACT_US

commit 10e38ec7f9a5b7b3c1d028250f17b9755c488858
Merge: 63a2d70d359 1805b3ae78d
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 19:14:33 2023 +0200

    Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0

commit 6657a34ff09eb8c28f254b703f66caef43e77e6a
Author: BitKFu <gerhard.stephan@timepunch.de>
Date:   Tue Apr 25 19:07:35 2023 +0200

    use dol_is_file instead of file_exists

commit f7dd265ee51bfb7cdb97145a96c250456ec055a5
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 18:57:17 2023 +0200

    Clean code

commit 1805b3ae78dc7fe1c5185b5528c187c3b6391896
Merge: 440a526b0ac 5ec6b293451
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 18:16:46 2023 +0200

    Merge pull request #24572 from vold-lu/add_origin_in_create_from_proposal

    FIX: Propagate correct origin/origin_id when creating order from proposal

commit a76cad966858a1dfbbc4cb7b22c2d4f89c7eb7d4
Merge: f1410758965 c6143bcf3f9
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 18:15:29 2023 +0200

    Merge pull request #24580 from randallmoraes/patch-13

    Enable modify file to send by hook.

commit f141075896545b3100e610893df09579bd8a8af8
Merge: e85abc3b17f eb5c02a83db
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 18:14:47 2023 +0200

    Merge pull request #24581 from randallmoraes/patch-14

    Enable modify file to send, by hook

commit d30eb4d9a4053300733f1073816b39ee1e5bbeeb
Merge: 9f4db8986af 20c8d47d6ab
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 18:02:40 2023 +0200

    Merge pull request #24585 from frederic34/patch-1

    Fiw warnings

commit 9f4db8986afa41264d0d3a351122bdb50f9ca2d6
Merge: a6246167d71 60b308b3941
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 18:02:16 2023 +0200

    Merge pull request #24586 from frederic34/patch-5

    Doc

commit a6246167d7176a880a29e531b2b9b631cdeab7ce
Merge: 2635ec9c19b 6f351d5481e
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 18:01:03 2023 +0200

    Merge pull request #24588 from frederic34/patch-6

    load translation for tooltip

commit e85abc3b17f2ba1aef75e14cd66a9d1c986ad2a5
Merge: 776f9fa5b6b 9ed12a7b5a2
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 17:58:56 2023 +0200

    Merge pull request #24589 from hregis/fix_sql_update_error

    FIX avoid error when computed property of extrafields is used

commit 63a2d70d359c56390ff091657d90e81bdc04865a
Merge: b3eb9f47484 08b81e90912
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 17:50:52 2023 +0200

    Merge pull request #24590 from FHenry/15_fix_auguria_menu_supplier_invoie

    fix: with auguria when user have only supplier invoice perms the Financial top menu is not displayed

commit 776f9fa5b6b0849ca187345c73664e8ac5570f8e
Merge: 0d98df95684 10f286c4544
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 17:49:54 2023 +0200

    Merge pull request #24591 from jonathan-lescaut/patch-1

    FIX categorie compatibility with actioncomm

commit 2635ec9c19b79d39520180d39ad4d2a495fe42b8
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 16:57:31 2023 +0200

    NEW Autofill email form with the email template with status "Default" on

commit 06228ca6458af7412a3d9d37f2286a11b19807a5
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 16:13:15 2023 +0200

    Look and feel v18

commit 5470c1e64ecd943a87b22e3240a96855e7ea9575
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 16:02:50 2023 +0200

    Fix duplicate textarea

commit e51d0beefa1f88d6cd20429f707c6fe29ee382d4
Merge: b08e3e63daa 13aeb454292
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 15:43:18 2023 +0200

    Merge commit '13aeb4542924b7112c56ca7e0fe30b5174eb9adb' into develop

commit 13aeb4542924b7112c56ca7e0fe30b5174eb9adb
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 15:31:14 2023 +0200

    Fix missing par $check

commit 10f286c4544b5b0ae868aa9e66e1c0883b295a4f
Author: stickler-ci <support@stickler-ci.com>
Date:   Tue Apr 25 13:04:59 2023 +0000

    Fixing style errors.

commit 2f68ba1e2ffbee1e0655712e0e7c9b3bbe87df0c
Author: jonathan-lescaut <91247137+jonathan-lescaut@users.noreply.github.com>
Date:   Tue Apr 25 14:57:05 2023 +0200

    fix compatibility with actioncomm

    Compatibility with actioncomm table which has id instead of rowid

commit 1d235c2fd94a7369d1c55ddfaac59f93057e69bb
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 11:32:49 2023 +0200

    FIX Creation of thumbs when images.lib.php was already included

commit 08b81e90912b016b1925eed05470993aa51b4780
Author: Florian HENRY <florian.henry@open-concept.pro>
Date:   Tue Apr 25 11:17:27 2023 +0200

    fix: with auguria when user have only supplier invoie right the Financial top menu is not displayed

commit 0d98df956847affe7248f0c27c8b6341206f4469
Merge: ad07f3b7e8d 5abe61b90a0
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 10:39:39 2023 +0200

    Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0

commit ad07f3b7e8d63564e984668b6ac4fecb9ba10ea7
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 10:39:21 2023 +0200

    FIX making search in takepos broken when TAKEPOS_PRODUCT_IN_STOCK is set

commit 9ed12a7b5a2637a40fdc303ae69192c51a0092ae
Author: Regis Houssin <regis.houssin@inodbox.com>
Date:   Tue Apr 25 10:20:54 2023 +0200

    FIX avoid error when computed property of extrafields is used

commit 6f351d5481e2221917eec54dc38faad24a947df0
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Tue Apr 25 09:46:12 2023 +0200

    load translation for tooltip

    translation was not loaded when using ajax tooltip

commit ceb3ab077cf037bb95701d073e8dec820fa3b967
Author: Maximilien Rozniecki <mrozniecki@easya.solutions>
Date:   Tue Apr 25 09:37:03 2023 +0200

    remove includes from modification

commit b08e3e63daa5de46ed316eba0c3728d385fe0daa
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 03:08:02 2023 +0200

    Include sql files into doxygen doc

commit 60b308b394192f013470475f9be10e296ae4d1f4
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Mon Apr 24 20:24:34 2023 +0200

    Doc

commit 20c8d47d6abd1a2bb42fb8c774a30b10a8ac7d07
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Mon Apr 24 20:11:02 2023 +0200

    Fiw warnings

commit 936512d0bbf9dc992f677e35660b1b667084cbcc
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 18:42:04 2023 +0200

    Update Stripe lib to 10.7.0

commit 799f8c5d125ec867c3e530e447a08ad7c8254b68
Author: Gerhard Stephan <gerhard.stephan@timepunch.de>
Date:   Mon Apr 24 18:35:43 2023 +0200

    Remove whitespace at the end of the line

commit 06f8291e0763776329979a3838a3d7185d0691ca
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 18:09:18 2023 +0200

    Dolibarrize v18

commit 847870f29f820f362c51ec84f548c721c020cc90
Author: Maximilien Rozniecki <mrozniecki@easya.solutions>
Date:   Mon Apr 24 18:07:44 2023 +0200

    more warning corrected

commit a09a29fa6ac4f04a8d66ac683762fd8c331ed163
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 17:55:54 2023 +0200

    Code comment

commit 63a02083b87287602fbdf2d61d44477984ccbe09
Author: Maximilien Rozniecki <mrozniecki@easya.solutions>
Date:   Mon Apr 24 17:37:44 2023 +0200

    PHP8 compatibility

commit ecc85263d0923bb6cc57bd409bcb609e3c9ab016
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 16:51:23 2023 +0200

    Trans

commit 1c3264ee0ae5a4b0a442e65a50d684e6e4fdc0df
Merge: 0f65dbe5a78 011013fd87b
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 16:47:24 2023 +0200

    Merge pull request #24443 from altairis-benjamin/ticketAssignNotification

    NEW Send a notification email when ticket assigned

commit 0f65dbe5a780231e136348d756009a8c5fd0fe33
Merge: c960bb73da7 0d41eb42967
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 16:18:06 2023 +0200

    Merge pull request #24560 from AuTEAMation/multicurrency-api

    NEW: Multicurrency REST API to create, update, delete, update rate...

commit c960bb73da7c7a4f5e348bb7c1ec9e81fe8b26ad
Merge: 7c0611f34d6 ec9fb80c02a
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 16:16:09 2023 +0200

    Merge pull request #24571 from erikvanberkum/develop

    fix: typo in constant MAIN_AUTOFILL_DATE_ORDER

commit 5abe61b90a0cbed3a3424e79f3f600b6f4a21066
Merge: 70f5174938d 110393c89e2
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 16:15:38 2023 +0200

    Merge pull request #24576 from grandoc/new_branch_24_04_2023

    fix : Typo issue

commit 70f5174938dcab21e943128fa13ca1d35ed2d28f
Merge: 6cb14248248 cdd8b005349
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 16:02:30 2023 +0200

    Merge pull request #24577 from FHenry/17_fix_24405

    fix: #24405 (save deposit percent)

commit 7c0611f34d6b9871c155b787515bc11150b4ab33
Merge: 86a0df9ce00 d391d8a2983
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 15:53:47 2023 +0200

    Merge pull request #24579 from frederic34/fiscalyear

    tooltip ajax for Fiscalyear

commit eb5c02a83dbcecd585b67f223c02bae2f3d57867
Author: Randall Mora <50120822+randallmoraes@users.noreply.github.com>
Date:   Mon Apr 24 07:43:25 2023 -0600

    Enable modify file to send, by hook

    Enable modify file to send, by hook

commit c6143bcf3f9b5338e989db0139c95ef9158ec5d5
Author: Randall Mora <50120822+randallmoraes@users.noreply.github.com>
Date:   Mon Apr 24 07:40:59 2023 -0600

    Enable modify file to send by hook.

    Enable modify file to send by hook.

commit 86a0df9ce00e2b8697a759c245746fbe5622f1ff
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 15:07:30 2023 +0200

    Autofill mor/phy when creating member from membership type card.

commit 6cb142482481f78a21d5763fb57ec8d6acfcf7ab
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 15:33:14 2023 +0200

    Removed a message non expected in a lot of cases

commit a6d1cdcef971fba5ac7c6240a48f4d6387439878
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 15:01:31 2023 +0200

    Dolibarrize page

commit 04bca1cc1ffcd5441125a0ffdd0fff2c12392290
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 14:51:20 2023 +0200

    Fix when membership type option "Any amount" when Yes.

commit 002c2b0abed818b21c45000017a437d5ae55bf3e
Author: Gerhard Stephan <gerhard.stephan@timepunch.de>
Date:   Mon Apr 24 14:11:06 2023 +0200

    Prevent PHP Warning in error log file, when the generated doc file does not exists.
    This is the case when we create a PDF file out of a ODT file and automatically delete the ODT.
    The indexed file will then be the ODT, which can't be found on drive (because it has been deleted when converting to PDF) and therefore creates an error log entry.

commit 155c52bc303220777da9f9cf7caf882b624b778b
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 13:52:31 2023 +0200

    Fix #yogosha16184

commit 6b942aed6fa752cd6465eeaa6a04cb9539eae04f
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 13:20:23 2023 +0200

    Better http message on not allowed access

commit ec3fcd852a906bad433d53fa9bb99484de0fa0d1
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 12:46:52 2023 +0200

    Fix #yogosha16039

commit 351c8c58b22bdb3c728d26fa18831c8726142dfe
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 11:45:20 2023 +0200

    Fix look and feel v17

commit cdd8b0053492816e884c51ad8ecbf8c8b1d73661
Author: Florian HENRY <florian.henry@open-concept.pro>
Date:   Mon Apr 24 11:30:22 2023 +0200

    fix: #24405 (save deposit percent)

commit 110393c89e2267f97a2176c19160d3e0b1c7ba48
Author: Philippe GRAND <philippe.grand@atoo-net.com>
Date:   Mon Apr 24 10:56:24 2023 +0200

    fix : Typo issue

commit d391d8a2983952bc85ed909d8b9f262f6546fc27
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Mon Apr 24 10:25:44 2023 +0200

    tooltip ajax for fiscalyear

commit f023e213f73d32fabecb803f72371ea757002d27
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Mon Apr 24 10:22:05 2023 +0200

    tooltip ajax for fiscalyear

commit 4eca22afc83f344865dd30cd3067f251111bf44b
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Mon Apr 24 10:00:45 2023 +0200

    tooltip ajax for fiscalyear

commit 56a0b16abcfb05b4dad8382200e45d86f8357a29
Merge: fc04299f88f ee2a9d48911
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 02:08:59 2023 +0200

    Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
    develop

commit fc04299f88f637fdbdc9447b6b31f0e080a881c7
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 02:07:20 2023 +0200

    Look and feel v18

commit 586d9f5ba74b47f39d9b22a33ff32e0ae5e19656
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 01:32:47 2023 +0200

    Look and feel v18

commit ee2a9d48911930a7279c638e45f00935694188a4
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 01:32:47 2023 +0200

    Look and feel v18

commit a03358fa467097b3512b93dfcdb5b307ab9a4509
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 01:03:43 2023 +0200

    Debug v18

commit 347d9c3e936ee40c5b03c6d8bdb380cddb27abfe
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sun Apr 23 22:38:52 2023 +0200

    Fix warning when using extrafield separator

commit 8cd8b5f4014b3f73de2158cf55321ea0f03f8620
Merge: a7f5872975e b1536a639f9
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sun Apr 23 22:12:06 2023 +0200

    Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0

commit b1536a639f9410437652a88416bccd0493946da6
Merge: db0b6b0fd58 412a283b904
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sun Apr 23 22:07:40 2023 +0200

    Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 16.0

commit db0b6b0fd5813399302528aa2f77f2dd916c735b
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sun Apr 23 22:07:14 2023 +0200

    Fix label

commit 8a400f0e6fadd22611bf51cc532ae34776aa129e
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sun Apr 23 21:45:47 2023 +0200

    Trans

commit 73539162ffc73d0fad759cf995f172f6bac047c1
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sun Apr 23 21:42:05 2023 +0200

    Show sending mode on emailing file

commit 67c67bbf2e155406a7aeddf31d7a314d3a0f90b2
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sun Apr 23 16:28:28 2023 +0200

    Better compatibility

commit 04d96f489ba28292e4e75d9a8a7407e2c41ea0f6
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sun Apr 23 15:24:10 2023 +0200

    FIX Default VAT of product added does not take account buyer country

commit 470cbb52f8820c3c43fbe779c3c0300419817404
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sun Apr 23 14:09:08 2023 +0200

    Fix phpunit

commit 5ec6b2934511ff3fffba9efdcf3ea3af23a58edb
Author: Aloïs Micard <a.micard@vold.lu>
Date:   Sun Apr 23 14:01:52 2023 +0200

    Fix order line origin/origin_id when creating from proposal

commit ec9fb80c02aa55e372aeab3e18114131e8f3f0e6
Author: Erik van Berkum <erikvanberkum@users.noreply.github.com>
Date:   Sun Apr 23 14:55:10 2023 +0900

    fix: typo in constant MAIN_AUTOFILL_DATE_ORDER

commit 20b51db72c19f65edf6f742aa0e3b58b07cb35b7
Author: Erik van Berkum <erikvanberkum@users.noreply.github.com>
Date:   Sun Apr 23 14:54:12 2023 +0900

    Revert "fix: typo in constant MAIN_AUTOFILL_DATE_ORDER"

    This reverts commit 9a27d025a759a5fb6c69e7e2020e96bf6e39d648.

commit dd60d20019ba4034dbe0da5ae19d47fc956cd162
Merge: 0879ca02584 3a81318c151
Author: Erik van Berkum <erikvanberkum@users.noreply.github.com>
Date:   Sun Apr 23 14:52:32 2023 +0900

    Merge remote-tracking branch 'origin/develop' into develop

commit 0879ca02584bc62f1bb47511ee663b6e73708d08
Merge: 9a27d025a75 e058cceecf1
Author: Erik van Berkum <erikvanberkum@users.noreply.github.com>
Date:   Sun Apr 23 14:50:49 2023 +0900

    Merge remote-tracking branch 'origin/develop' into develop

commit 9a27d025a759a5fb6c69e7e2020e96bf6e39d648
Author: Erik van Berkum <erikvanberkum@users.noreply.github.com>
Date:   Sun Apr 23 14:47:54 2023 +0900

    fix: typo in constant MAIN_AUTOFILL_DATE_ORDER

commit 0d41eb42967ee002cfe6c14fb605351d3b18276f
Author: Alexandre Boin <contact@alexandre-boin.fr>
Date:   Sat Apr 22 19:30:15 2023 +0200

    FIX: Add Multicurrency permissions translations and pass CI tests

commit 3a81318c1515643044ed18f0cbf47feea8dab9d8
Merge: bf89d616862 cd385a06050
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Sat Apr 22 01:02:55 2023 +0200

    Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

commit bf89d6168621c838caadadd64a34ec51c2017dc0
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Sat Apr 22 01:01:08 2023 +0200

    NEW Update lib parsedownto 1.7.4

commit cd385a06050393a7d5a658771991af0b8d3e3aa7
Merge: 246750a89ec a2d9de14acb
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 21 19:00:26 2023 +0200

    Merge pull request #24488 from aspangaro/18a6

    FIX:  Propagate vat-reverse charge information when supplier invoice is created from reception list

commit a7f5872975e71f812de51e2245dc0b4f681a023c
Merge: 5c22227dd9a 4e3750cf619
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 21 18:48:31 2023 +0200

    Merge pull request #24493 from BB2A-Anthony/FIX---INVOICE_SHOW_SHIPPING_ADDRESS

    FIX - Shipping address same third party

commit 246750a89ec34fb61375766e3949fbdc55f04270
Merge: fee81940ef6 5f5fa385616
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 21 18:32:34 2023 +0200

    Merge pull request #24545 from frederic34/use_ismodenabled

    use isModEnabled

commit fee81940ef65936725c1fd552b01869143c6e11b
Merge: a8e41a5cb93 c23c655ae04
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 21 18:30:08 2023 +0200

    Merge pull request #24555 from BB2A-Anthony/MailMap

    MailMap

commit a8e41a5cb93cbe9f90ab9513caec68e3d09d8932
Merge: 39218ff10f9 53d2f8eaee5
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 21 18:29:20 2023 +0200

    Merge pull request #24568 from thomas-Ngr/develop_newpayment_manage_contracts

    NEW Payment : manage contracts

commit 5c22227dd9a6cdcb8ceb8de6c0b16a9d6d5bf37b
Merge: 01f8cb7a2d6 ca5245a7718
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 21 18:27:34 2023 +0200

    Merge pull request #24565 from randallmoraes/patch-10

    FIX reference id in getnomurl function.

commit 39218ff10f92f79e8a8fdb08c81d3ca5e9167001
Merge: d943a0f8104 432e68bcbf7
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 21 18:26:36 2023 +0200

    Merge pull request #24564 from frederic34/patch-1

    fix phpcs

commit 412a283b9049bdfa62dfb283d8e309a3aa12dbe0
Merge: d699b29db31 a65bbaf109a
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 21 18:25:23 2023 +0200

    Merge pull request #24567 from randallmoraes/patch-12

    Fix getnomurl function

commit a65bbaf109a90d6843a1fad803e4cd1edca524e2
Author: Randall Mora <50120822+randallmoraes@users.noreply.github.com>
Date:   Fri Apr 21 08:27:34 2023 -0600

    Fix getnomurl function

    Fix the assignment of the period for the execution of the getnomurl function, executing the previous lookup of the period id

commit ca5245a77188215d5966c35944807549e421f8aa
Author: Randall Mora <50120822+randallmoraes@users.noreply.github.com>
Date:   Fri Apr 21 08:24:27 2023 -0600

    FIX reference id in getnomurl function.

    Fix the assignment of the period for the execution of the getnomurl function, executing the previous lookup of the period id.

commit 53d2f8eaee539dbe5aabeea25c84a2cdd48a006b
Author: tnegre <tnegre@open-dsi.fr>
Date:   Fri Apr 21 15:51:25 2023 +0200

    pay whole contract

commit 5c5bb6ec7cef683f367cbfa6c2552198c5f01769
Author: tnegre <tnegre@open-dsi.fr>
Date:   Fri Mar 24 17:10:25 2023 +0100

    Allow to pay a contract line from a stripe payment. TODO pay the whole contract.

commit 432e68bcbf74e72648123f1ed1069fd2e402edd2
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Fri Apr 21 16:02:30 2023 +0200

    Update admin.lib.php

commit 5056373778a114d8202a6b09b0d46b3ad047d485
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Fri Apr 21 16:01:34 2023 +0200

    fix phpcs

commit 01f8cb7a2d6e3d0c4ab6dbb3d4a2bbe7a2e10b02
Merge: b47a8c86a31 8df194021c3
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 21 15:18:13 2023 +0200

    Merge pull request #24549 from frederic34/patch-1

    missing include

commit d943a0f810455a6802780fd3b41f108bc1e78c48
Merge: c2662912ec9 734ca94b86c
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 21 15:17:45 2023 +0200

    Merge pull request #24556 from MaximilienR-easya/dev_Fix_missing_langs_entry

    missing entry "PuttingDescUpToDate" inside lang file

commit b3eb9f47484af0f7630110358b34a13f0f2f829e
Merge: 86a39aaae31 b4c196b2fbd
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 21 15:17:25 2023 +0200

    Merge pull request #24559 from marc-dll/15.0_FIX_product_notes

    FIX: product notes rights

commit 5f5fa3856162fbec1b0213721d2017463d5963ad
Merge: 199650f498f c2662912ec9
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Fri Apr 21 15:16:08 2023 +0200

    Merge remote-tracking branch 'upstream/develop' into use_ismodenabled

commit c2662912ec922d78d314f5b73f13392cb8a17342
Merge: c59011971c6 163bd91ebe4
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 21 15:11:07 2023 +0200

    Merge pull request #24561 from frederic34/patch-4

    Fix :heart_eyes: in dolibarr when using utf8mb4

commit c59011971c6f6b859fd5e70e71240606e649f3e3
Merge: 3999f87fd2b 78ae00d3427
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 21 15:10:05 2023 +0200

    Merge pull request #24563 from frederic34/patch-5

    add hooks in ecm card

commit 3999f87fd2b9254e7dbc63d2f42a4a351a2b2a36
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Fri Apr 21 14:26:39 2023 +0200

    Debug v18

commit ec83fe478f6597a0df6665550fceefbfdbbcdcd0
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Fri Apr 21 14:17:24 2023 +0200

    NEW product images on popup are cached

commit aa459721b7cc8ecd036aa03e15c737386b086798
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Fri Apr 21 13:36:35 2023 +0200

    Invert PROJECT_HIDE_PROJECT_LIST_ON_PROJECT_AREA into
    PROJECT_SHOW_OPEN_PROJECTS_LIST_ON_PROJECT_AREA

commit 9859720dc3a21fcd02c9705406943f6f3adf46c1
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Fri Apr 21 13:27:50 2023 +0200

    Clean module dependency system

commit 199650f498f77a103398af02ffeb1ee8bf4e437a
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Thu Apr 20 22:51:33 2023 +0200

    fix typo

commit 78ae00d34279a408d41650e8d00ed2399601626a
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Thu Apr 20 22:14:02 2023 +0200

    add init hook

commit dbfc6d0715e8f07a11b24b2b010e4a9e05251d2e
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Thu Apr 20 22:12:56 2023 +0200

    add hooks in ecm card

commit 69f6685971630927b401ec6881b63daf0005c6d9
Author: stickler-ci <support@stickler-ci.com>
Date:   Thu Apr 20 18:23:40 2023 +0000

    Fixing style errors.

commit 1410565b83a4a39cab1ffcbb5e7216275066125e
Author: antonin_tdj <50403308+ibuiv@users.noreply.github.com>
Date:   Thu Apr 20 19:55:31 2023 +0200

    Fix ref_client on Project Overview for propale

    The ref_customer in the propal object is name ref_client.
    I just added another check if nothing is found.

commit 97dcae2339ef8855a4a82679cbabb5dcfd2d0784
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Thu Apr 20 19:11:45 2023 +0200

    use isModEnabled

commit 163bd91ebe4dc1d0afa4c00daf5beea1ecfeb00d
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Thu Apr 20 18:53:04 2023 +0200

    Update mysqli.class.php

commit 9ae24a03697762eda3a45564b4883d718335f2ca
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Thu Apr 20 18:46:40 2023 +0200

    fix bad edit :flushed:

commit c6aa069705537da1cc6b6df5ea8f176f72516cb8
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Thu Apr 20 18:32:09 2023 +0200

    Fix :heart_eyes: in dolibarr when using utf8mb4

commit 9fc4055af315696c22c13ec0eecf837c324b51c5
Author: Alexandre Boin <contact@alexandre-boin.fr>
Date:   Thu Apr 20 17:32:22 2023 +0200

    NEW: Multicurrency REST API to create, update, delete, update rate...
    - Add permissions for currencies and their rates
    - Fix invalid SQL syntax in Currency update request

commit b4c196b2fbd636e4645f041b27c811dae5011bef
Author: Marc de Lima Lucio <68746600+marc-dll@users.noreply.github.com>
Date:   Thu Apr 20 15:50:24 2023 +0200

    FIX: product notes rights

commit 692eee1e2571436eef1aca5f673cb3de3af65ca0
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Thu Apr 20 13:14:50 2023 +0200

    FIX bad message oncallback of online payment

commit a39ceee42684fba6b315578847cdc4d3de5910a4
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Thu Apr 20 13:01:24 2023 +0200

    Log

commit 6dea0425cf8a98dd7946611558bd68312f70ddbd
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Thu Apr 20 12:21:55 2023 +0200

    No ambigous test

commit 863a9eb440ab7744945b42dd02c74c95e6956b01
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Thu Apr 20 12:20:50 2023 +0200

    Fix: we should not mention external modules

commit 734ca94b86c849118eadcbf4be6c9d982abd9089
Author: Maximilien Rozniecki <mrozniecki@easya.solutions>
Date:   Thu Apr 20 10:29:22 2023 +0200

    add an entry inside lang file "PuttingDescUpToDate" was missing

commit 8643495361c1ffaf95c8edde5d8484cffc8c5d55
Author: x <x@x.x>
Date:   Thu Apr 20 10:19:43 2023 +0200

    BOM : Display only Default Workstation of line

commit c0da9cb50e5829137ba48ec0a3d2b7a1f58d3723
Merge: dd5c61d9f2a a5c4ec5dcfc
Author: x <x@x.x>
Date:   Thu Apr 20 09:58:44 2023 +0200

    Merge branch 'NEW_MoBom_AddLine_DefaultWorkstation' of github.com:atm-lena/dolibarr into NEW_MoBom_AddLine_DefaultWorkstation

commit dd5c61d9f2adeced4cf761583f589ca220b657d2
Author: x <x@x.x>
Date:   Thu Apr 20 09:57:49 2023 +0200

    Bom : Display workstation of line

commit c23c655ae04f86d47bba46391ec8e3e077fa5a9d
Author: Anthony Berton <anthony.berton@bb2a.fr>
Date:   Thu Apr 20 09:09:38 2023 +0200

    MailMap

commit 998b2b263ee83860f0c2d9889198f3790c19bcf7
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Wed Apr 19 23:42:05 2023 +0200

    Fix public virtual card

commit ce283b6546f34640cfc10777d9ccb45a1a3b6d84
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Wed Apr 19 22:21:14 2023 +0200

    Doc

commit b47a8c86a31db741c0ff168b15a647f812a0301d
Merge: fc3e07ce576 db9734414f4
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Wed Apr 19 21:07:41 2023 +0200

    Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0

    Conflicts:
    	htdocs/product/stock/card.php

commit a5c4ec5dcfc221c6e73f3768dec6b7731a1a0fca
Author: stickler-ci <support@stickler-ci.com>
Date:   Wed Apr 19 16:22:47 2023 +0000

    Fixing style errors.

commit 057407554a55e2ca3310eeb3e71c050729c5d79d
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Wed Apr 19 14:06:16 2023 +0200

    use isModEnabled

commit 3d4ee5da3301aae8b9bd4775bfd08521736bd4e7
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Wed Apr 19 14:00:43 2023 +0200

    use isModEnabled

commit fee9dec15a327e66801fd3dd1654d827029e4043
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Wed Apr 19 13:58:08 2023 +0200

    use isModEnabled

commit ec8c550f3791cbf2bd966a66a99d5aef9d78d2e6
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Wed Apr 19 13:52:21 2023 +0200

    use isModEnabled

commit fde16f42c9a7483be4cff6745c78ae5e11ee804d
Author: x <x@x.x>
Date:   Wed Apr 19 12:23:48 2023 +0200

    Clean fields mo and bom fk_default_workstation

commit ff33e3c367b1fbb53ea4df3400422ecdc8b2524c
Author: x <x@x.x>
Date:   Wed Apr 19 12:17:04 2023 +0200

    Add line mo : fk_default_workstation

commit 2582866fbe96f8d4b4725b78c533f79747127210
Author: x <x@x.x>
Date:   Wed Apr 19 12:08:12 2023 +0200

    Add bom and mo line : add fk_defauult_workstation info

commit 8df194021c3526ba1df1a7444fffb507f331812f
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Wed Apr 19 12:05:01 2023 +0200

    missing include

commit 2f4fe9d6190e0e6cf2ec260a0e781be8965ae090
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Wed Apr 19 09:07:55 2023 +0200

    use isModEnabled

commit 1d634557ce7dc2178dc95c485caab2813bb9d9df
Merge: 77441f2dd2d 62f51c4d356
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Tue Apr 18 23:40:57 2023 +0200

    Merge remote-tracking branch 'upstream/develop' into use_ismodenabled

commit 77441f2dd2d72e9ef669f9a802a613b8ca049d66
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Tue Apr 18 23:39:02 2023 +0200

    use isModEnabled

commit 62f51c4d3567caf53b69dbd0bbd259cadc67c18f
Merge: 296ab378b18 ee3a665da91
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Tue Apr 18 21:55:11 2023 +0200

    Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

commit 296ab378b18773f080720020e931e126799792c3
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Tue Apr 18 21:54:52 2023 +0200

    Fix css

commit ee3a665da9110cb01bea350ee08d3cb96d6b214d
Merge: 2c7ac5daf9c 1ee7a525f1e
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 21:54:31 2023 +0200

    Merge pull request #24476 from aspangaro/18a5

    Fix error on call function print_liste_field_titre

commit db9734414f47f5d463c8b50baa6442a804134c44
Merge: 4be0cafad0c c990e18bf20
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 21:41:40 2023 +0200

    Merge pull request #24490 from bloxera/17.0

    Fix #24489: Remove unnecessary output of extrafields

commit d699b29db31173ae39f2eb8895aa3fa4031fd955
Merge: 68dadc1e0b7 24aee0a2742
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 21:38:54 2023 +0200

    Merge pull request #24494 from hregis/fix_import_parse_error

    FIX missing entity field in unique index

commit 4be0cafad0c6b3ff5c3fc12c689c0b73f2061f56
Merge: f22aa2e0c63 49ce8bed7ed
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 21:34:00 2023 +0200

    Merge pull request #24495 from hregis/fix_dependency

    FIX missing entity field in unique index (since v16)

commit 2c7ac5daf9c404ab4645d412237e36ef8d1e93c6
Merge: ca23849119e 25850a7e0a0
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 21:32:05 2023 +0200

    Merge pull request #24546 from frederic34/patch-1

    typo

commit fc3e07ce5761838ff111a6d8865a9d3cf1c660bd
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Tue Apr 18 21:28:49 2023 +0200

    Doc

commit b85652e964e1ec4cb2049553512f1ea3724f4b56
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Tue Apr 18 21:23:32 2023 +0200

    Code comment

commit 04bfbb572343d09329a4e7006154865e773827da
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Tue Apr 18 21:11:48 2023 +0200

    property and doc

commit b1aee4dda6be1d72c74b7afa0c243ba9e97643c2
Merge: 1cb2a9afd1d ca23849119e
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Tue Apr 18 21:03:22 2023 +0200

    Merge remote-tracking branch 'upstream/develop' into use_ismodenabled

commit ca23849119e8f0103ee2876ac493653b3663eca8
Merge: b9a014cd064 5c54d5d279a
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 21:01:05 2023 +0200

    Merge pull request #24503 from jyhere/jyhere-patch-8

    FIX check on wrong variable, some unnecessary code removed

commit 25850a7e0a06b0124672ce89e3932d17039d92aa
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Tue Apr 18 20:59:43 2023 +0200

    typo

commit 1cb2a9afd1dca313a6ce7958d12623620ea1ea68
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Tue Apr 18 20:49:27 2023 +0200

    fix doc

commit da8e1740bff7823a6ba0337140165b5e72c81350
Merge: cfa10bb8ba2 b9a014cd064
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Tue Apr 18 20:46:41 2023 +0200

    Merge remote-tracking branch 'upstream/develop' into use_ismodenabled

commit b9a014cd0640fbcfe4fac2cbd6d704f639bdaf9f
Merge: 2c29399fa97 c2fe891ed6a
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 20:42:59 2023 +0200

    Merge pull request #24538 from atm-lena/develop_NEW_DefaultWorkstation_BomAndOfLine

    Add fk_default_workstation  on bom line and mrp production

commit cfa10bb8ba27e31f33dbdfac43a1fbab4ee965ce
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Tue Apr 18 20:40:07 2023 +0200

    use isModEnabled

commit 272a0030b7137591c1b1e9bd5c8d5b5d2f4329eb
Merge: f8d3c28e687 2c29399fa97
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Tue Apr 18 20:38:55 2023 +0200

    Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

commit f8d3c28e687aa9dbbb2d95cb4e80c19e10bc82d4
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Tue Apr 18 20:37:42 2023 +0200

    Look and feel v18

commit 40c5be6f7fb01e57bef049e1ccfa7ce7ef49b92b
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Tue Apr 18 20:37:07 2023 +0200

    use isModEnabled

commit 7760ba86dabee47c985bbd1019f56991acc5164c
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Tue Apr 18 20:33:36 2023 +0200

    use isModEnabled

commit a38a303e1ce34f3b1b23b3ce064716814fb83c38
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Tue Apr 18 20:23:34 2023 +0200

    use isModEnabled

commit 15c60e29f41ed996ba7cecf5a40ed5be068084be
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Tue Apr 18 20:18:47 2023 +0200

    use isModEnabled

commit fa849696fb4cc76df97953c1f31db50e024b5f58
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Tue Apr 18 20:16:02 2023 +0200

    use isModEnabled

commit f22aa2e0c63b2d84dc55b9c4733ddce62d5af1c0
Merge: 73fde765ebb eed1ac82619
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 18:32:07 2023 +0200

    Merge pull request #24501 from priojk/patch-1

    Fix: add missing closing html tag

commit 2c29399fa97b2d994c9c32c7db22de88bee32c1b
Merge: 45cdc26cd71 a43674477a9
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 18:31:39 2023 +0200

    Merge pull request #24500 from bloxera/fix_24356_final

    Fix for #24256 with final cleanup.

commit 45cdc26cd7176bd6831cbb32cc113d73c75366f3
Merge: 31b2c961cdc c37ca020645
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 18:29:31 2023 +0200

    Merge pull request #24505 from lamrani002/manageApiFileInMB

    optimize section for add & remove apiFile

commit 31b2c961cdc78f974e7f6c7e8cde32a5fe986595
Merge: bf493e5165d 2fbfd4fe4c1
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 17:28:27 2023 +0200

    Merge pull request #24502 from jyhere/jyhere-patch-7

    FIX: undefined variable used in order billing mass action

commit bf493e5165d486cf8daf86efbd8d1a58fd7060c5
Merge: a30242eadca 50346a71197
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 17:26:11 2023 +0200

    Merge pull request #24504 from frederic34/patch-1

    Doc

commit 73fde765ebb3aba974ef5e460fbefc1330a500b1
Merge: 0c1d34c674f 35fc151c730
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 17:25:44 2023 +0200

    Merge pull request #24531 from grandoc/new_branch_17_04_23

    update code to fix issues like : Warning: Undefined property: stdClas…

commit a30242eadca53ae9a8aa07ac87bb17a108be9485
Merge: e9e44f78134 0c86eebcc79
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 17:24:52 2023 +0200

    Merge pull request #24507 from frederic34/repair_script

    NEW repair script skip views

commit e9e44f78134f9855858bd15fe5dcce9b4df7a8be
Merge: 778020988da 0c251d64bbf
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 17:18:32 2023 +0200

    Merge pull request #24523 from BayramGrbz45/patch-1

    Update llx_10_c_regions.sql

commit 778020988dac023ae2cfac36268c046d91419b89
Merge: 859df8543b4 f0d4dc1caf8
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 17:17:44 2023 +0200

    Merge pull request #24524 from BayramGrbz45/patch-2

    Update llx_c_tva.sql

commit 859df8543b4e6b723c95a799f95f02f775278b43
Merge: cfdde463d36 69bca5da4b4
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 …
aspangaro added a commit to aspangaro/dolibarr that referenced this pull request Aug 9, 2023
commit 4658d9676d30e21d515d0c1223341d2c3db028c7
Merge: d99483c034e 9b2ffafd931
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 28 20:41:17 2023 +0200

    Merge pull request #24626 from alexandre-janniaux/install-inc-getopt-fix/1

    Fix: install/inc: fix some issues on option parsing and add documentation

commit d99483c034e4ff7191215f398d333221fde30250
Merge: be835d63edb ec964040e6c
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 28 20:04:54 2023 +0200

    Merge pull request #24627 from frederic34/patch-2

    Fix unknown variable in product.class.php

commit be835d63edb71c196ae091df565c7de0dbef1b64
Merge: 54c8176cc9f 926aa6fec76
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 28 20:02:09 2023 +0200

    Merge pull request #24635 from VMR-Global-Solutions/develop

    API add / fix filter on extrafields in index()

commit 54c8176cc9f411e0cc98fac93951593931b7d7f1
Merge: 12910959365 cec58e5631f
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 28 19:59:17 2023 +0200

    Merge pull request #24641 from fappels/develop_order_msg

    Add missing error message on modify order error.

commit 12910959365ac193160f8114383a07c4cbdc3293
Merge: 3b7e864b83f 397e6dce38c
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 28 19:53:17 2023 +0200

    Merge pull request #24642 from Hystepik/develop#1

    New : Dispatch card on reception object

commit 3b7e864b83f2197e2d9494f1014a464942ab2074
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 28 18:44:08 2023 +0200

    Fix regression

commit e74c50aa8aa43fdf344d1610498453830e126ed1
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 28 16:05:25 2023 +0200

    Clean code

commit 600eb2b23b52f286a4844e4c88aafa4729e845b9
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 28 15:42:41 2023 +0200

    NEW The batch for remind on due date can be setup from validation date

commit 8dd72e4540ad5c616b3b21737dea96c995f0f134
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 28 14:45:07 2023 +0200

    Debug v18

commit 9b2ffafd9314be9635c192e6d09960e373fb9390
Author: Alexandre Janniaux <alexandre.janniaux@gmail.com>
Date:   Thu Apr 27 14:09:55 2023 +0200

    Fix install/inc: detect unknown options

    Previous commit 3c883c4b319c1742fa8d4403200081b0119a4f3a added support
    for parsing option -- in particular -c/--config -- and added some way of
    detecting invalid arguments. But the detection was incorrect.

    getopt will stop looking for arguments when it detects a non-argument
    (dash-prefixed) which is not an option parameter, but checking that
    options were all consumed should be done right after by comparing the
    options up to this last non-argument and those that were detected.

    This only displays the first unrecognized option, mimicking the
    behaviour of most software.

commit c3deee285a78969eb3ef2b31e5f1069abe828618
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 28 14:15:34 2023 +0200

    css

commit 397e6dce38cef58c12f1344f416a1541156d2d80
Author: hystepik <lucas.marcouiller@gmail.com>
Date:   Fri Apr 28 12:18:14 2023 +0200

    Fix CI

commit 79b686fb3305a6b4f9f041e5406ca8d9b543daaf
Merge: e979a8c97c8 684e4298722
Author: Lucas Marcouiller <45882981+Hystepik@users.noreply.github.com>
Date:   Fri Apr 28 11:31:43 2023 +0200

    Merge branch 'develop' into develop#1

commit cec58e5631fe1c4ada879ac27c5c8f0662c63938
Author: Francis Appels <francis.appels@yahoo.com>
Date:   Fri Apr 28 10:42:39 2023 +0200

    Add missing error message on modify order error.

commit 926aa6fec76e89a7ddac79da2051435914075242
Author: VMR Global Solutions <contact@vmr-globalsolutions.eu>
Date:   Fri Apr 28 09:31:33 2023 +0200

    API add / fix filter on extrafields in index()

    Add / change in api_xxx.class.php files the ability to filter on extrafields when missing in the public functions index()
    by changing the SQL query with the pattern
    " FROM ".MAIN_DB_PREFIX"xxxx AS t LEFT JOIN ".MAIN_DB_PREFIX."xxxx_extrafields AS ef ON (ef.fk_object = t.rowid)

commit c1196c7e4d140c4ea487ce2b8fcddd8545fa804f
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 23:07:10 2023 +0200

    Fix doc

commit aafb54fbc3dd7449e868113087605e4feab85d20
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 23:01:34 2023 +0200

    Declare properties

commit 05307c66676d4528cc63c6cb5aca6d849f0e6b3e
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 22:49:38 2023 +0200

    Fix missing return

commit 684e42987227f5a4251a08caba880d778ea6a9e5
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 22:45:49 2023 +0200

    Fix bad param of function call

commit 80fc8ab6ec8b52795d0bd743f8b113f793dc8267
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 22:33:22 2023 +0200

    More complete test for escape pgsql

commit 36f8da5333881dffee7cf415b483863fd5f650a9
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 22:21:08 2023 +0200

    Doc

commit 8c798b25d0931ac300d6a6a3c50588382f33ab42
Merge: f44c97d3c63 57cbb21f6ba
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 22:14:06 2023 +0200

    Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

commit f44c97d3c63a922c33c7cfdd0ba0d67d5224303d
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 22:12:23 2023 +0200

    Code is using the Universal Filter Syntax

commit 3065b9ca6ade988e8d7a8a8550415c0abb56b9cb
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 19:30:34 2023 +0200

    Clean code

commit ec964040e6cf92997e139ce0af24b893bf2e1755
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Thu Apr 27 20:12:39 2023 +0200

    Update product.class.php

commit ef8f8d990ac741ef60298d19d1ccad5005525368
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Thu Apr 27 20:07:36 2023 +0200

    Fix unknown variable in product.class.php

commit f19a36856ba8ef791a078b5585e740023e6d67a4
Author: Alexandre Janniaux <alexandre.janniaux@gmail.com>
Date:   Thu Apr 27 13:35:34 2023 +0200

    install/inc: add some usage documentation

    Change the way the existing script syntax is documented and add the
    syntax and options for the step2.php script.

commit d7f715cc36626dce2b3ebdce49744b6b97edfd4d
Author: Alexandre Janniaux <alexandre.janniaux@gmail.com>
Date:   Thu Apr 27 13:35:34 2023 +0200

    Fix: install/inc: remove optional argument check

    htdocs/install/step2.php has two optional argv parameters: action and
    selectlang.

    It doesn't have any version indicator, and thus doesn't have any
    constraint on the number of parameters, so remove it from inc.php.

    The constraint can still be re-included in the other files including
    inc.php, as well as the other script-specific options.

commit 57cbb21f6babcc2b3a529a17db98d721ad877421
Merge: 302f212d90b d64da50a9e7
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 16:25:26 2023 +0200

    Merge pull request #24547 from frederic34/patch-2

    property and doc

commit 302f212d90b5e5b0d329a8fe302fbc03dfb20cd3
Merge: 038add3a618 244a986baf7
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 16:24:02 2023 +0200

    Merge pull request #24595 from frederic34/patch-5

    fix warning PHP8.1

commit 038add3a6188d07f29d37f4c75ef162c021ab1bd
Merge: 07c77722550 7126ff7b1f2
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 16:21:29 2023 +0200

    Merge pull request #24616 from VMR-Global-Solutions/patch-1

    Update api_receptions.class.php

commit 07c777225507369471492843773d48a4d6f09fb6
Merge: 60385ea6ca8 5e24ef51085
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 16:21:04 2023 +0200

    Merge pull request #24623 from frederic34/patch-1

    fix init_menu_auguria.sql

commit 263d315ba4e06f37340b9c3649c3c1a32a7f03c0
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 16:19:35 2023 +0200

    Debug tooltip for cron

commit 46e3413e8ab8778d9c01f8a99598d46d84d1ad81
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 15:55:21 2023 +0200

    Fix tooltips

commit e979a8c97c8ec41df92f986fc31ad0d01dfc4eff
Author: hystepik <lucas.marcouiller@gmail.com>
Date:   Thu Apr 27 15:35:00 2023 +0200

    add  trans

commit 5e24ef51085db3c3633b41ea97b674f671baaa81
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Thu Apr 27 15:29:42 2023 +0200

    fix init_menu_auguria.sql

commit 60385ea6ca8585fd680a2c6d88d9559ddab99710
Merge: 020ba25956a a2c78bcec7e
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 15:02:59 2023 +0200

    Merge pull request #24612 from frederic34/ajaxtooltip_cronjob

    add ajax tooltip for cronjobs

commit 020ba25956ab6e59b1e2ea54630cc53a803fdbdd
Merge: efc660aac32 53d2757a8fb
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 14:59:17 2023 +0200

    Merge pull request #24620 from frederic34/patch-1

    clean code

commit efc660aac320f388d4bf0a7f81905228c4f751ac
Merge: 80b6e78679c 8642791dce3
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 14:58:53 2023 +0200

    Merge pull request #24622 from bafbes/abb170175

    fix:Unused variable

commit ca815ff9c6e03be4869e06f6b1306f44b535fb23
Author: hystepik <lucas.marcouiller@gmail.com>
Date:   Thu Apr 27 14:56:27 2023 +0200

    working dispatchcard reception

commit d64da50a9e743e05bbc28ea31672a3f7612d0324
Merge: 1d8c7f934f7 80b6e78679c
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Thu Apr 27 14:42:56 2023 +0200

    Merge remote-tracking branch 'upstream/develop' into patch-2

commit 80b6e78679cd00deb4b2a1aa105f6d0d096eeeac
Merge: 8a92d7f905a 302c6a0ab99
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 14:19:09 2023 +0200

    Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop

commit 8642791dce3153ec7f5be35499e729687c49d362
Author: bahfir abbes <bafbes@gmail.com>
Date:   Thu Apr 27 12:09:01 2023 +0100

    Unused variable

commit 8a92d7f905acb4b971d1d734f2892e4da4c8e199
Merge: 5b90302bf85 84f79b592c3
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 14:03:59 2023 +0200

    Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop

commit 302c6a0ab993d767eb097cb8f846ca987fcb435f
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 14:02:59 2023 +0200

    Fix serious regression in creating MO.

commit 44b5b4fde951b7475c6552c23a43daf6d86d293d
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 12:53:50 2023 +0200

    Fix look and feel v17

commit fa832e8a0df70ba9734bff4f2dd423d64325d971
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 12:37:42 2023 +0200

    Fix missing date in popup

commit 84f79b592c3b6deefea5504a1bf26f6143d0e884
Merge: a11d8a5589c 0878c53f02b
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 12:24:47 2023 +0200

    Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0

commit a11d8a5589c345ff9f5fdaf3ea84726917c48d27
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 11:55:49 2023 +0200

    Fix field must never be empty

commit 53d2757a8fb0ec17e78866ff014c29e697405a65
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Thu Apr 27 09:54:40 2023 +0200

    clean code

commit 1d8c7f934f7d011711da4eb3aac8033f7a74458f
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Thu Apr 27 09:47:00 2023 +0200

    clean code

commit 0d3fdbe408074e397d62a01b0dd5aedad55dc603
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Thu Apr 27 09:42:54 2023 +0200

    clean code

commit 244a986baf74e7be662055ac8c0d822c9786987f
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Thu Apr 27 09:21:56 2023 +0200

    fix eval

commit 7126ff7b1f2b1f37d149753721f02e0b1da0190e
Author: VMR Global Solutions <contact@vmr-globalsolutions.eu>
Date:   Thu Apr 27 09:16:17 2023 +0200

    Update api_receptions.class.php

    Change made in _private function validate in reception/class/api_receptions.class.php:709
    replaced line 712
    foreach (Shipments::$FIELDS as $field) { => foreach (Receptions::$FIELDS as $field) {

commit 5b90302bf85cec4f1d809da65a11e3bff25651ac
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Thu Apr 27 00:00:36 2023 +0200

    Update scope for security report

commit e09e6ffe2cf452a015053fbd94a94bc4c7f1a9b4
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 22:57:43 2023 +0200

    Fix error message

commit eb0e56d9dd0c3c0eb3641ad9aa65b13a1e2152b6
Merge: 99ba7353273 69b2089bf6b
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 22:54:55 2023 +0200

    Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
    develop

commit 99ba7353273bdf34ac1f01ca7a8f55264079420a
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 22:49:33 2023 +0200

    Fix message

commit 69b2089bf6b0ced5d477c2447aef148346d27e26
Merge: 21a3c3e82b7 6657a34ff09
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 22:33:38 2023 +0200

    Merge pull request #24583 from BitKFu/Secure-indexFile

    Prevent PHP Warning in error log file, when the generated doc file does not exists.

commit a2c78bcec7eb84bc0eb5fd1505b2ebdcb37df0c3
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Wed Apr 26 22:33:26 2023 +0200

    add ajax tooltip for cronjobs

commit 21a3c3e82b75167808cdbb9824cebd46532b8ed5
Merge: 9a041774f9a e52742ab4b2
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 22:25:21 2023 +0200

    Merge pull request #24611 from frederic34/auguria_use_ismodenabled

    clean code use isModEnabled

commit 9a041774f9ab65876af4af4042f79ecb939218c7
Merge: 7253b307166 b4d4b96dc43
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 22:11:27 2023 +0200

    Merge pull request #24553 from atm-lena/NEW_MoBom_AddLine_DefaultWorkstation

    New mo bom add line default workstation

commit 7253b3071661967c918828138fcd7d81f760c44f
Merge: d56a0fa5035 c2387919001
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 22:08:43 2023 +0200

    Merge pull request #24594 from frederic34/patch-1

    add missing init hook value

commit e52742ab4b26186342673b603b049f3a9a5f8ebf
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Wed Apr 26 22:05:12 2023 +0200

    clean code use isModEnabled

commit d56a0fa50354a7d6e16f2c0efd29df6bb1ff9f20
Merge: 712dd1689b2 d7c654665f4
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 22:04:07 2023 +0200

    Merge pull request #24597 from frederic34/patch-6

    can setup max extrafields to show in tooltip

commit 712dd1689b21e0a333578825284407b1076185f3
Merge: aa3fa86c4ff b6235c29d01
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 22:02:25 2023 +0200

    Merge pull request #24596 from alexandre-janniaux/phpunit-changes/1

    phpunit: use $db instead of $this->savdb

commit aa3fa86c4ff10ab9e35dac42473a8aae8052feab
Merge: 2dbc944a4e7 6e5abdc4628
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 21:20:38 2023 +0200

    Merge pull request #24600 from frederic34/patch-8

    add hook init context

commit 2dbc944a4e77eb57e78780cb179df7731baf4e79
Merge: 98efea14cf7 61b58e8234e
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 21:20:23 2023 +0200

    Merge pull request #24598 from frederic34/patch-7

    Doc

commit 98efea14cf7a3202973f44c62229888935b2200d
Merge: ca00480f1aa 93ed2621d9f
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 21:20:05 2023 +0200

    Merge pull request #24599 from frederic34/commonobjectclassdoc

    add doc

commit ca00480f1aa0b5ac97047af00eede5f8ad0ae03d
Merge: b3ea71f8f9b a665e69b2d9
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 21:15:30 2023 +0200

    Merge pull request #24603 from frederic34/patch-9

    Fix getElementProperties for usergroup

commit 0878c53f02b5fa058391c0688f8dfa32d29b058c
Merge: 1f97fcd2ebe 0d830aef892
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 21:12:47 2023 +0200

    Merge pull request #24609 from FHenry/17_fix_cron_invoice_contact

    fix: cron sendEmailsRemindersOnInvoiceDueDate if contact exists and mail on thridparty exists there is an error

commit 447f992b92a6fdedd4dfe211a3891e778be97445
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 21:07:14 2023 +0200

    Fix warning

commit 07be975b2d423d262107e21c24f0c9c38bd555d0
Merge: dbe95db38a3 b3ea71f8f9b
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 21:05:57 2023 +0200

    Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

commit b3ea71f8f9b10c5a932a491a9d4123a8797de1d7
Merge: 6c30e44f977 871610d4a15
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 21:05:41 2023 +0200

    Merge pull request #24608 from solution-libre/fix-notification-templates

    Fix notification templates

commit 6c30e44f977a846f5772aff009fafc9638fb5c69
Merge: 86456e299c2 56c16379b37
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 21:03:25 2023 +0200

    Merge pull request #24606 from BB2A-Anthony/FIX---init-menu-auguria-isModEnabled

    FIX - init menu auguria isModEnabled

commit 56c16379b37e0e65a30012248f6e75e6c5df657c
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 21:02:00 2023 +0200

    Update init_menu_auguria.sql

commit 3d5aac644ecbb75c70feb94566a1acee45f0e1e6
Merge: 40212eb1fa5 86456e299c2
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 20:56:59 2023 +0200

    Merge branch 'develop' into FIX---init-menu-auguria-isModEnabled

commit d7c654665f415dc8f0444ecc454cd49c8d23f258
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Wed Apr 26 20:56:11 2023 +0200

    fix display extrafields in tooltip

commit dbe95db38a382c174ecab429bf6a3d643eb29abf
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 18:46:27 2023 +0200

    Look and feel v18

commit 86456e299c281df6e8b5864912e51df7e46a10a8
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 18:25:56 2023 +0200

    NEW add option keepspace into dol_string_nospecialchar()

commit f45c4dc867b790a8ef97115da4c3d19feaca5613
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 18:13:23 2023 +0200

    Fix invalid char into ustrd sepa field

commit 9c4dc9a3d60457c3e10cd8954678cdadc0b40527
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 18:04:51 2023 +0200

    Add more date in ustrd field for credit transfer SEPA files

commit 0d830aef89208022d5972702ec69c55e080ff65c
Author: Florian HENRY <florian.henry@open-concept.pro>
Date:   Wed Apr 26 17:50:59 2023 +0200

    fix: cron sendEmailsRemindersOnInvoiceDueDate if contact exists and mail on thridparty exists there is an error

commit a3bd4a8cfd30927b9574a51d5343ce72f64f1008
Author: Florian HENRY <florian.henry@open-concept.pro>
Date:   Wed Apr 26 17:48:09 2023 +0200

    fix: cron sendEmailsRemindersOnInvoiceDueDate if contact exists and email exists the is an error

commit 871610d4a15729a91e64939e07725f99a5985dc6
Author: Florent Poinsaut <florent@poinsaut.fr>
Date:   Wed Apr 26 17:41:35 2023 +0200

    Fix notification templates

commit f99da75a9f79ab30ee3ab8c383d94fc1e4f1399b
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 17:40:36 2023 +0200

    Fix use ref instead of empty field in unstructured data sepa field

commit 40212eb1fa5d7e65210ce98f7a68baaaea5c081c
Author: Anthony Berton <anthony.berton@bb2a.fr>
Date:   Wed Apr 26 16:54:31 2023 +0200

    FIX - init menu auguria isModEnabled

commit b6235c29d017cdff77dc429f9e8f794dd8f963e6
Author: Alexandre Janniaux <alexandre.janniaux@gmail.com>
Date:   Thu Apr 13 20:25:07 2023 +0200

    phpunit: use $db instead of $this->savdb

    The global variables are stored in $this, and in particular $db is used
    through this mean. But $this->savdb is supposed to be the immutable
    global state that is stored at the test class instantiation and restored
    at the beginning of each test.

    For $this->savdb, I don't think any consequences are created by this,
    since the object is saved by each test anyway and the $db object is
    mostly a query object within a transaction, but future change could use
    this to inject a different stateful $db object to trace some behaviour
    in the test for instance, so make sure the correct one is used.

commit 1f97fcd2ebeb7dffdb35977688d64139f6586a40
Merge: 00d4e09c68e e2a622b83af
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 13:27:06 2023 +0200

    Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0

commit fcb139cbd56950d0848a65bcd1a4a68c310891db
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 13:25:47 2023 +0200

    Code comment

commit 00d4e09c68ebb7475ef7b82a8d3522e703ea8e92
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 13:20:28 2023 +0200

    Fix filter lost

commit e375252a8303a9df811037c4d359b65b521ebf2e
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 12:45:02 2023 +0200

    Clean code of dictionnary page

commit b31dbdc5ea5e2fb425c7fa871011b1d276f4d574
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 11:48:43 2023 +0200

    Add dictionary table for invoice subtypes (country specific)

commit e2a622b83aff6c915d492557e78229154bbbd477
Merge: 55ace3e601e 69f66859716
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 11:41:34 2023 +0200

    Merge pull request #24562 from ibuiv/patch-2

    FIX ref_client on Project Overview for propale

commit 2f3cefcc09f57cf6c34b6549061a682c084f02d3
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 11:41:02 2023 +0200

    Clean code

commit ff98cb10e3ab9cec865185f09568c703d553ece3
Merge: a5a55b37c57 2a3f1744794
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 11:28:19 2023 +0200

    Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

commit a5a55b37c57f541f32c91b7887d5eef5d25b3838
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 11:28:05 2023 +0200

    Add column subtype

commit b4d4b96dc434ecac10565245c82494a003803cfc
Author: stickler-ci <support@stickler-ci.com>
Date:   Wed Apr 26 09:10:37 2023 +0000

    Fixing style errors.

commit a665e69b2d9c468100197a97e8bd6e79cc2274b5
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Wed Apr 26 11:08:04 2023 +0200

    Fix getElementProperties for usergroup

commit 2a3f17447945a220653c195df00df9ae0b9eaf8c
Merge: 1f763e1f36b f5ac52bd017
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 11:01:44 2023 +0200

    Merge pull request #24483 from sonikf/sonikf-patch-2

    The deposit and replacement invoice types are not allowed in Greece.

commit cf9ce353c36b271aa5cb68ce0adb66e77ba942da
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Wed Apr 26 10:58:19 2023 +0200

    Update ajaxtooltip.php

commit a93cb8b5727d1f211e37b02643d2762d2011818d
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Wed Apr 26 10:56:52 2023 +0200

    Update commonobject.class.php

commit 55ace3e601eff1ef844917314c6c17ffedb4695a
Merge: 60c7c376a7b ceb3ab077cf
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 10:53:39 2023 +0200

    Merge pull request #24582 from MaximilienR-easya/v17_php8_compatibility

    PHP8 compatibility

commit 1f763e1f36b54cf2d22065e00b6c4e3fd241ef22
Merge: 789336ab34d 6ab9b5d68e0
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 10:52:49 2023 +0200

    Merge pull request #24438 from aspangaro/18a7

    NEW: Accountancy - Add specific page to export accounting data

commit 60c7c376a7b93ea135eb65c9186daeb0181462d7
Merge: 0bc8227f48e 14560c1de81
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 10:39:13 2023 +0200

    Merge pull request #24361 from atm-adrien/FIX_noUpdateProductionNeededForMo

    FIX : No usage of the function updateProduction in the update function

commit 6e5abdc4628ff0f7a12386160fc2d50a9c1c2091
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Wed Apr 26 09:48:02 2023 +0200

    add hook init context

commit 93ed2621d9fd0ff7cc58c5598992d4e2b2f38fb0
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Wed Apr 26 09:24:24 2023 +0200

    add doc

commit 74ff77d8b237f566cd79647584b7874d394c34f7
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Wed Apr 26 09:23:38 2023 +0200

    add doc

commit 61b58e8234e3f273d061595644f096432fbd2cdd
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Wed Apr 26 09:21:27 2023 +0200

    Doc

commit 8cb877c118b52a49ffb68a52468608fba255e2b2
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Wed Apr 26 08:43:11 2023 +0200

    can setup max extrafields to show in tooltip

commit 6ab9b5d68e0f6fcc14be9f8b187116fda38c2d58
Author: Alexandre SPANGARO <aspangaro.dolibarr@gmail.com>
Date:   Wed Apr 26 07:18:00 2023 +0200

    Not display message to explain document are not included when we are in mode all includes

commit 789336ab34d63fb9fcbeff4e44726489b7cf733b
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 02:30:58 2023 +0200

    Fix qodana warning

commit fb961ffd8213a4b3690a88217e79483b112bec65
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 02:28:21 2023 +0200

    Fix qodana warnings

commit 8d06189621556b824bf504d71a3a49d81abc90f7
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 02:05:43 2023 +0200

    Fix qodana warning

commit f228aa1a80beff81e31a052fb3a1352187808ca5
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Wed Apr 26 01:59:53 2023 +0200

    Fix phpcs

commit b1c51954dd5c9aa483ac46e22dd084b9cf51a4b7
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 22:15:51 2023 +0200

    NEW Add link to edit VAT list from error message of missing VAT

commit 40ed102dfedd714860680494afc1c3477213b77e
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 21:30:00 2023 +0200

    Fix selection of email template

commit 388ba8f399b2c6ff20613fe950dd9a9c8c31029f
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 21:16:56 2023 +0200

    Fix missing limit

commit c891196b5b0c4fbf998e98407b3aef782f858a10
Merge: 302f5eb68d0 0bc8227f48e
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 21:02:01 2023 +0200

    Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
    develop

commit 302f5eb68d023d397fe1e362f0192faea035b669
Merge: f7dd265ee51 d30eb4d9a40
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 20:55:30 2023 +0200

    Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

commit 0bc8227f48e9ec1fd2011ae51ea5d243a69a614c
Merge: 1eb483a9813 2e3e6f68997
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 20:54:15 2023 +0200

    Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0

commit 2e3e6f68997dd9cd3db8f0373079cf01530fd63d
Merge: 1d235c2fd94 10e38ec7f9a
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 20:51:40 2023 +0200

    Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0

commit 697d36c7d199ac9f8abe2c02d9c44c27616a45eb
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Tue Apr 25 20:31:49 2023 +0200

    fix warning

commit c238791900117e3f71fbfe418168079997c01579
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Tue Apr 25 20:17:54 2023 +0200

    add missing init hook value

commit 1eb483a98139e47295a12c1779f7ed2f0b6cca58
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 19:50:15 2023 +0200

    FIX message MAIN_MESSAGE_INSTALL_MODULES_DISABLED_CONTACT_US

commit 10e38ec7f9a5b7b3c1d028250f17b9755c488858
Merge: 63a2d70d359 1805b3ae78d
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 19:14:33 2023 +0200

    Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0

commit 6657a34ff09eb8c28f254b703f66caef43e77e6a
Author: BitKFu <gerhard.stephan@timepunch.de>
Date:   Tue Apr 25 19:07:35 2023 +0200

    use dol_is_file instead of file_exists

commit f7dd265ee51bfb7cdb97145a96c250456ec055a5
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 18:57:17 2023 +0200

    Clean code

commit 1805b3ae78dc7fe1c5185b5528c187c3b6391896
Merge: 440a526b0ac 5ec6b293451
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 18:16:46 2023 +0200

    Merge pull request #24572 from vold-lu/add_origin_in_create_from_proposal

    FIX: Propagate correct origin/origin_id when creating order from proposal

commit a76cad966858a1dfbbc4cb7b22c2d4f89c7eb7d4
Merge: f1410758965 c6143bcf3f9
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 18:15:29 2023 +0200

    Merge pull request #24580 from randallmoraes/patch-13

    Enable modify file to send by hook.

commit f141075896545b3100e610893df09579bd8a8af8
Merge: e85abc3b17f eb5c02a83db
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 18:14:47 2023 +0200

    Merge pull request #24581 from randallmoraes/patch-14

    Enable modify file to send, by hook

commit d30eb4d9a4053300733f1073816b39ee1e5bbeeb
Merge: 9f4db8986af 20c8d47d6ab
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 18:02:40 2023 +0200

    Merge pull request #24585 from frederic34/patch-1

    Fiw warnings

commit 9f4db8986afa41264d0d3a351122bdb50f9ca2d6
Merge: a6246167d71 60b308b3941
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 18:02:16 2023 +0200

    Merge pull request #24586 from frederic34/patch-5

    Doc

commit a6246167d7176a880a29e531b2b9b631cdeab7ce
Merge: 2635ec9c19b 6f351d5481e
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 18:01:03 2023 +0200

    Merge pull request #24588 from frederic34/patch-6

    load translation for tooltip

commit e85abc3b17f2ba1aef75e14cd66a9d1c986ad2a5
Merge: 776f9fa5b6b 9ed12a7b5a2
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 17:58:56 2023 +0200

    Merge pull request #24589 from hregis/fix_sql_update_error

    FIX avoid error when computed property of extrafields is used

commit 63a2d70d359c56390ff091657d90e81bdc04865a
Merge: b3eb9f47484 08b81e90912
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 17:50:52 2023 +0200

    Merge pull request #24590 from FHenry/15_fix_auguria_menu_supplier_invoie

    fix: with auguria when user have only supplier invoice perms the Financial top menu is not displayed

commit 776f9fa5b6b0849ca187345c73664e8ac5570f8e
Merge: 0d98df95684 10f286c4544
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 17:49:54 2023 +0200

    Merge pull request #24591 from jonathan-lescaut/patch-1

    FIX categorie compatibility with actioncomm

commit 2635ec9c19b79d39520180d39ad4d2a495fe42b8
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 16:57:31 2023 +0200

    NEW Autofill email form with the email template with status "Default" on

commit 06228ca6458af7412a3d9d37f2286a11b19807a5
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 16:13:15 2023 +0200

    Look and feel v18

commit 5470c1e64ecd943a87b22e3240a96855e7ea9575
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 16:02:50 2023 +0200

    Fix duplicate textarea

commit e51d0beefa1f88d6cd20429f707c6fe29ee382d4
Merge: b08e3e63daa 13aeb454292
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 15:43:18 2023 +0200

    Merge commit '13aeb4542924b7112c56ca7e0fe30b5174eb9adb' into develop

commit 13aeb4542924b7112c56ca7e0fe30b5174eb9adb
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 15:31:14 2023 +0200

    Fix missing par $check

commit 10f286c4544b5b0ae868aa9e66e1c0883b295a4f
Author: stickler-ci <support@stickler-ci.com>
Date:   Tue Apr 25 13:04:59 2023 +0000

    Fixing style errors.

commit 2f68ba1e2ffbee1e0655712e0e7c9b3bbe87df0c
Author: jonathan-lescaut <91247137+jonathan-lescaut@users.noreply.github.com>
Date:   Tue Apr 25 14:57:05 2023 +0200

    fix compatibility with actioncomm

    Compatibility with actioncomm table which has id instead of rowid

commit 1d235c2fd94a7369d1c55ddfaac59f93057e69bb
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 11:32:49 2023 +0200

    FIX Creation of thumbs when images.lib.php was already included

commit 08b81e90912b016b1925eed05470993aa51b4780
Author: Florian HENRY <florian.henry@open-concept.pro>
Date:   Tue Apr 25 11:17:27 2023 +0200

    fix: with auguria when user have only supplier invoie right the Financial top menu is not displayed

commit 0d98df956847affe7248f0c27c8b6341206f4469
Merge: ad07f3b7e8d 5abe61b90a0
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 10:39:39 2023 +0200

    Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0

commit ad07f3b7e8d63564e984668b6ac4fecb9ba10ea7
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 10:39:21 2023 +0200

    FIX making search in takepos broken when TAKEPOS_PRODUCT_IN_STOCK is set

commit 9ed12a7b5a2637a40fdc303ae69192c51a0092ae
Author: Regis Houssin <regis.houssin@inodbox.com>
Date:   Tue Apr 25 10:20:54 2023 +0200

    FIX avoid error when computed property of extrafields is used

commit 6f351d5481e2221917eec54dc38faad24a947df0
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Tue Apr 25 09:46:12 2023 +0200

    load translation for tooltip

    translation was not loaded when using ajax tooltip

commit ceb3ab077cf037bb95701d073e8dec820fa3b967
Author: Maximilien Rozniecki <mrozniecki@easya.solutions>
Date:   Tue Apr 25 09:37:03 2023 +0200

    remove includes from modification

commit b08e3e63daa5de46ed316eba0c3728d385fe0daa
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 25 03:08:02 2023 +0200

    Include sql files into doxygen doc

commit 60b308b394192f013470475f9be10e296ae4d1f4
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Mon Apr 24 20:24:34 2023 +0200

    Doc

commit 20c8d47d6abd1a2bb42fb8c774a30b10a8ac7d07
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Mon Apr 24 20:11:02 2023 +0200

    Fiw warnings

commit 936512d0bbf9dc992f677e35660b1b667084cbcc
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 18:42:04 2023 +0200

    Update Stripe lib to 10.7.0

commit 799f8c5d125ec867c3e530e447a08ad7c8254b68
Author: Gerhard Stephan <gerhard.stephan@timepunch.de>
Date:   Mon Apr 24 18:35:43 2023 +0200

    Remove whitespace at the end of the line

commit 06f8291e0763776329979a3838a3d7185d0691ca
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 18:09:18 2023 +0200

    Dolibarrize v18

commit 847870f29f820f362c51ec84f548c721c020cc90
Author: Maximilien Rozniecki <mrozniecki@easya.solutions>
Date:   Mon Apr 24 18:07:44 2023 +0200

    more warning corrected

commit a09a29fa6ac4f04a8d66ac683762fd8c331ed163
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 17:55:54 2023 +0200

    Code comment

commit 63a02083b87287602fbdf2d61d44477984ccbe09
Author: Maximilien Rozniecki <mrozniecki@easya.solutions>
Date:   Mon Apr 24 17:37:44 2023 +0200

    PHP8 compatibility

commit ecc85263d0923bb6cc57bd409bcb609e3c9ab016
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 16:51:23 2023 +0200

    Trans

commit 1c3264ee0ae5a4b0a442e65a50d684e6e4fdc0df
Merge: 0f65dbe5a78 011013fd87b
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 16:47:24 2023 +0200

    Merge pull request #24443 from altairis-benjamin/ticketAssignNotification

    NEW Send a notification email when ticket assigned

commit 0f65dbe5a780231e136348d756009a8c5fd0fe33
Merge: c960bb73da7 0d41eb42967
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 16:18:06 2023 +0200

    Merge pull request #24560 from AuTEAMation/multicurrency-api

    NEW: Multicurrency REST API to create, update, delete, update rate...

commit c960bb73da7c7a4f5e348bb7c1ec9e81fe8b26ad
Merge: 7c0611f34d6 ec9fb80c02a
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 16:16:09 2023 +0200

    Merge pull request #24571 from erikvanberkum/develop

    fix: typo in constant MAIN_AUTOFILL_DATE_ORDER

commit 5abe61b90a0cbed3a3424e79f3f600b6f4a21066
Merge: 70f5174938d 110393c89e2
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 16:15:38 2023 +0200

    Merge pull request #24576 from grandoc/new_branch_24_04_2023

    fix : Typo issue

commit 70f5174938dcab21e943128fa13ca1d35ed2d28f
Merge: 6cb14248248 cdd8b005349
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 16:02:30 2023 +0200

    Merge pull request #24577 from FHenry/17_fix_24405

    fix: #24405 (save deposit percent)

commit 7c0611f34d6b9871c155b787515bc11150b4ab33
Merge: 86a0df9ce00 d391d8a2983
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 15:53:47 2023 +0200

    Merge pull request #24579 from frederic34/fiscalyear

    tooltip ajax for Fiscalyear

commit eb5c02a83dbcecd585b67f223c02bae2f3d57867
Author: Randall Mora <50120822+randallmoraes@users.noreply.github.com>
Date:   Mon Apr 24 07:43:25 2023 -0600

    Enable modify file to send, by hook

    Enable modify file to send, by hook

commit c6143bcf3f9b5338e989db0139c95ef9158ec5d5
Author: Randall Mora <50120822+randallmoraes@users.noreply.github.com>
Date:   Mon Apr 24 07:40:59 2023 -0600

    Enable modify file to send by hook.

    Enable modify file to send by hook.

commit 86a0df9ce00e2b8697a759c245746fbe5622f1ff
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 15:07:30 2023 +0200

    Autofill mor/phy when creating member from membership type card.

commit 6cb142482481f78a21d5763fb57ec8d6acfcf7ab
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 15:33:14 2023 +0200

    Removed a message non expected in a lot of cases

commit a6d1cdcef971fba5ac7c6240a48f4d6387439878
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 15:01:31 2023 +0200

    Dolibarrize page

commit 04bca1cc1ffcd5441125a0ffdd0fff2c12392290
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 14:51:20 2023 +0200

    Fix when membership type option "Any amount" when Yes.

commit 002c2b0abed818b21c45000017a437d5ae55bf3e
Author: Gerhard Stephan <gerhard.stephan@timepunch.de>
Date:   Mon Apr 24 14:11:06 2023 +0200

    Prevent PHP Warning in error log file, when the generated doc file does not exists.
    This is the case when we create a PDF file out of a ODT file and automatically delete the ODT.
    The indexed file will then be the ODT, which can't be found on drive (because it has been deleted when converting to PDF) and therefore creates an error log entry.

commit 155c52bc303220777da9f9cf7caf882b624b778b
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 13:52:31 2023 +0200

    Fix #yogosha16184

commit 6b942aed6fa752cd6465eeaa6a04cb9539eae04f
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 13:20:23 2023 +0200

    Better http message on not allowed access

commit ec3fcd852a906bad433d53fa9bb99484de0fa0d1
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 12:46:52 2023 +0200

    Fix #yogosha16039

commit 351c8c58b22bdb3c728d26fa18831c8726142dfe
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 11:45:20 2023 +0200

    Fix look and feel v17

commit cdd8b0053492816e884c51ad8ecbf8c8b1d73661
Author: Florian HENRY <florian.henry@open-concept.pro>
Date:   Mon Apr 24 11:30:22 2023 +0200

    fix: #24405 (save deposit percent)

commit 110393c89e2267f97a2176c19160d3e0b1c7ba48
Author: Philippe GRAND <philippe.grand@atoo-net.com>
Date:   Mon Apr 24 10:56:24 2023 +0200

    fix : Typo issue

commit d391d8a2983952bc85ed909d8b9f262f6546fc27
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Mon Apr 24 10:25:44 2023 +0200

    tooltip ajax for fiscalyear

commit f023e213f73d32fabecb803f72371ea757002d27
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Mon Apr 24 10:22:05 2023 +0200

    tooltip ajax for fiscalyear

commit 4eca22afc83f344865dd30cd3067f251111bf44b
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Mon Apr 24 10:00:45 2023 +0200

    tooltip ajax for fiscalyear

commit 56a0b16abcfb05b4dad8382200e45d86f8357a29
Merge: fc04299f88f ee2a9d48911
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 02:08:59 2023 +0200

    Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
    develop

commit fc04299f88f637fdbdc9447b6b31f0e080a881c7
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 02:07:20 2023 +0200

    Look and feel v18

commit 586d9f5ba74b47f39d9b22a33ff32e0ae5e19656
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 01:32:47 2023 +0200

    Look and feel v18

commit ee2a9d48911930a7279c638e45f00935694188a4
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 01:32:47 2023 +0200

    Look and feel v18

commit a03358fa467097b3512b93dfcdb5b307ab9a4509
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Mon Apr 24 01:03:43 2023 +0200

    Debug v18

commit 347d9c3e936ee40c5b03c6d8bdb380cddb27abfe
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sun Apr 23 22:38:52 2023 +0200

    Fix warning when using extrafield separator

commit 8cd8b5f4014b3f73de2158cf55321ea0f03f8620
Merge: a7f5872975e b1536a639f9
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sun Apr 23 22:12:06 2023 +0200

    Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0

commit b1536a639f9410437652a88416bccd0493946da6
Merge: db0b6b0fd58 412a283b904
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sun Apr 23 22:07:40 2023 +0200

    Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 16.0

commit db0b6b0fd5813399302528aa2f77f2dd916c735b
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sun Apr 23 22:07:14 2023 +0200

    Fix label

commit 8a400f0e6fadd22611bf51cc532ae34776aa129e
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sun Apr 23 21:45:47 2023 +0200

    Trans

commit 73539162ffc73d0fad759cf995f172f6bac047c1
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sun Apr 23 21:42:05 2023 +0200

    Show sending mode on emailing file

commit 67c67bbf2e155406a7aeddf31d7a314d3a0f90b2
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sun Apr 23 16:28:28 2023 +0200

    Better compatibility

commit 04d96f489ba28292e4e75d9a8a7407e2c41ea0f6
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sun Apr 23 15:24:10 2023 +0200

    FIX Default VAT of product added does not take account buyer country

commit 470cbb52f8820c3c43fbe779c3c0300419817404
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Sun Apr 23 14:09:08 2023 +0200

    Fix phpunit

commit 5ec6b2934511ff3fffba9efdcf3ea3af23a58edb
Author: Aloïs Micard <a.micard@vold.lu>
Date:   Sun Apr 23 14:01:52 2023 +0200

    Fix order line origin/origin_id when creating from proposal

commit ec9fb80c02aa55e372aeab3e18114131e8f3f0e6
Author: Erik van Berkum <erikvanberkum@users.noreply.github.com>
Date:   Sun Apr 23 14:55:10 2023 +0900

    fix: typo in constant MAIN_AUTOFILL_DATE_ORDER

commit 20b51db72c19f65edf6f742aa0e3b58b07cb35b7
Author: Erik van Berkum <erikvanberkum@users.noreply.github.com>
Date:   Sun Apr 23 14:54:12 2023 +0900

    Revert "fix: typo in constant MAIN_AUTOFILL_DATE_ORDER"

    This reverts commit 9a27d025a759a5fb6c69e7e2020e96bf6e39d648.

commit dd60d20019ba4034dbe0da5ae19d47fc956cd162
Merge: 0879ca02584 3a81318c151
Author: Erik van Berkum <erikvanberkum@users.noreply.github.com>
Date:   Sun Apr 23 14:52:32 2023 +0900

    Merge remote-tracking branch 'origin/develop' into develop

commit 0879ca02584bc62f1bb47511ee663b6e73708d08
Merge: 9a27d025a75 e058cceecf1
Author: Erik van Berkum <erikvanberkum@users.noreply.github.com>
Date:   Sun Apr 23 14:50:49 2023 +0900

    Merge remote-tracking branch 'origin/develop' into develop

commit 9a27d025a759a5fb6c69e7e2020e96bf6e39d648
Author: Erik van Berkum <erikvanberkum@users.noreply.github.com>
Date:   Sun Apr 23 14:47:54 2023 +0900

    fix: typo in constant MAIN_AUTOFILL_DATE_ORDER

commit 0d41eb42967ee002cfe6c14fb605351d3b18276f
Author: Alexandre Boin <contact@alexandre-boin.fr>
Date:   Sat Apr 22 19:30:15 2023 +0200

    FIX: Add Multicurrency permissions translations and pass CI tests

commit 3a81318c1515643044ed18f0cbf47feea8dab9d8
Merge: bf89d616862 cd385a06050
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Sat Apr 22 01:02:55 2023 +0200

    Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

commit bf89d6168621c838caadadd64a34ec51c2017dc0
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Sat Apr 22 01:01:08 2023 +0200

    NEW Update lib parsedownto 1.7.4

commit cd385a06050393a7d5a658771991af0b8d3e3aa7
Merge: 246750a89ec a2d9de14acb
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 21 19:00:26 2023 +0200

    Merge pull request #24488 from aspangaro/18a6

    FIX:  Propagate vat-reverse charge information when supplier invoice is created from reception list

commit a7f5872975e71f812de51e2245dc0b4f681a023c
Merge: 5c22227dd9a 4e3750cf619
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 21 18:48:31 2023 +0200

    Merge pull request #24493 from BB2A-Anthony/FIX---INVOICE_SHOW_SHIPPING_ADDRESS

    FIX - Shipping address same third party

commit 246750a89ec34fb61375766e3949fbdc55f04270
Merge: fee81940ef6 5f5fa385616
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 21 18:32:34 2023 +0200

    Merge pull request #24545 from frederic34/use_ismodenabled

    use isModEnabled

commit fee81940ef65936725c1fd552b01869143c6e11b
Merge: a8e41a5cb93 c23c655ae04
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 21 18:30:08 2023 +0200

    Merge pull request #24555 from BB2A-Anthony/MailMap

    MailMap

commit a8e41a5cb93cbe9f90ab9513caec68e3d09d8932
Merge: 39218ff10f9 53d2f8eaee5
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 21 18:29:20 2023 +0200

    Merge pull request #24568 from thomas-Ngr/develop_newpayment_manage_contracts

    NEW Payment : manage contracts

commit 5c22227dd9a6cdcb8ceb8de6c0b16a9d6d5bf37b
Merge: 01f8cb7a2d6 ca5245a7718
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 21 18:27:34 2023 +0200

    Merge pull request #24565 from randallmoraes/patch-10

    FIX reference id in getnomurl function.

commit 39218ff10f92f79e8a8fdb08c81d3ca5e9167001
Merge: d943a0f8104 432e68bcbf7
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 21 18:26:36 2023 +0200

    Merge pull request #24564 from frederic34/patch-1

    fix phpcs

commit 412a283b9049bdfa62dfb283d8e309a3aa12dbe0
Merge: d699b29db31 a65bbaf109a
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 21 18:25:23 2023 +0200

    Merge pull request #24567 from randallmoraes/patch-12

    Fix getnomurl function

commit a65bbaf109a90d6843a1fad803e4cd1edca524e2
Author: Randall Mora <50120822+randallmoraes@users.noreply.github.com>
Date:   Fri Apr 21 08:27:34 2023 -0600

    Fix getnomurl function

    Fix the assignment of the period for the execution of the getnomurl function, executing the previous lookup of the period id

commit ca5245a77188215d5966c35944807549e421f8aa
Author: Randall Mora <50120822+randallmoraes@users.noreply.github.com>
Date:   Fri Apr 21 08:24:27 2023 -0600

    FIX reference id in getnomurl function.

    Fix the assignment of the period for the execution of the getnomurl function, executing the previous lookup of the period id.

commit 53d2f8eaee539dbe5aabeea25c84a2cdd48a006b
Author: tnegre <tnegre@open-dsi.fr>
Date:   Fri Apr 21 15:51:25 2023 +0200

    pay whole contract

commit 5c5bb6ec7cef683f367cbfa6c2552198c5f01769
Author: tnegre <tnegre@open-dsi.fr>
Date:   Fri Mar 24 17:10:25 2023 +0100

    Allow to pay a contract line from a stripe payment. TODO pay the whole contract.

commit 432e68bcbf74e72648123f1ed1069fd2e402edd2
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Fri Apr 21 16:02:30 2023 +0200

    Update admin.lib.php

commit 5056373778a114d8202a6b09b0d46b3ad047d485
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Fri Apr 21 16:01:34 2023 +0200

    fix phpcs

commit 01f8cb7a2d6e3d0c4ab6dbb3d4a2bbe7a2e10b02
Merge: b47a8c86a31 8df194021c3
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 21 15:18:13 2023 +0200

    Merge pull request #24549 from frederic34/patch-1

    missing include

commit d943a0f810455a6802780fd3b41f108bc1e78c48
Merge: c2662912ec9 734ca94b86c
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 21 15:17:45 2023 +0200

    Merge pull request #24556 from MaximilienR-easya/dev_Fix_missing_langs_entry

    missing entry "PuttingDescUpToDate" inside lang file

commit b3eb9f47484af0f7630110358b34a13f0f2f829e
Merge: 86a39aaae31 b4c196b2fbd
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 21 15:17:25 2023 +0200

    Merge pull request #24559 from marc-dll/15.0_FIX_product_notes

    FIX: product notes rights

commit 5f5fa3856162fbec1b0213721d2017463d5963ad
Merge: 199650f498f c2662912ec9
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Fri Apr 21 15:16:08 2023 +0200

    Merge remote-tracking branch 'upstream/develop' into use_ismodenabled

commit c2662912ec922d78d314f5b73f13392cb8a17342
Merge: c59011971c6 163bd91ebe4
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 21 15:11:07 2023 +0200

    Merge pull request #24561 from frederic34/patch-4

    Fix :heart_eyes: in dolibarr when using utf8mb4

commit c59011971c6f6b859fd5e70e71240606e649f3e3
Merge: 3999f87fd2b 78ae00d3427
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Fri Apr 21 15:10:05 2023 +0200

    Merge pull request #24563 from frederic34/patch-5

    add hooks in ecm card

commit 3999f87fd2b9254e7dbc63d2f42a4a351a2b2a36
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Fri Apr 21 14:26:39 2023 +0200

    Debug v18

commit ec83fe478f6597a0df6665550fceefbfdbbcdcd0
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Fri Apr 21 14:17:24 2023 +0200

    NEW product images on popup are cached

commit aa459721b7cc8ecd036aa03e15c737386b086798
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Fri Apr 21 13:36:35 2023 +0200

    Invert PROJECT_HIDE_PROJECT_LIST_ON_PROJECT_AREA into
    PROJECT_SHOW_OPEN_PROJECTS_LIST_ON_PROJECT_AREA

commit 9859720dc3a21fcd02c9705406943f6f3adf46c1
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Fri Apr 21 13:27:50 2023 +0200

    Clean module dependency system

commit 199650f498f77a103398af02ffeb1ee8bf4e437a
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Thu Apr 20 22:51:33 2023 +0200

    fix typo

commit 78ae00d34279a408d41650e8d00ed2399601626a
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Thu Apr 20 22:14:02 2023 +0200

    add init hook

commit dbfc6d0715e8f07a11b24b2b010e4a9e05251d2e
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Thu Apr 20 22:12:56 2023 +0200

    add hooks in ecm card

commit 69f6685971630927b401ec6881b63daf0005c6d9
Author: stickler-ci <support@stickler-ci.com>
Date:   Thu Apr 20 18:23:40 2023 +0000

    Fixing style errors.

commit 1410565b83a4a39cab1ffcbb5e7216275066125e
Author: antonin_tdj <50403308+ibuiv@users.noreply.github.com>
Date:   Thu Apr 20 19:55:31 2023 +0200

    Fix ref_client on Project Overview for propale

    The ref_customer in the propal object is name ref_client.
    I just added another check if nothing is found.

commit 97dcae2339ef8855a4a82679cbabb5dcfd2d0784
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Thu Apr 20 19:11:45 2023 +0200

    use isModEnabled

commit 163bd91ebe4dc1d0afa4c00daf5beea1ecfeb00d
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Thu Apr 20 18:53:04 2023 +0200

    Update mysqli.class.php

commit 9ae24a03697762eda3a45564b4883d718335f2ca
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Thu Apr 20 18:46:40 2023 +0200

    fix bad edit :flushed:

commit c6aa069705537da1cc6b6df5ea8f176f72516cb8
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Thu Apr 20 18:32:09 2023 +0200

    Fix :heart_eyes: in dolibarr when using utf8mb4

commit 9fc4055af315696c22c13ec0eecf837c324b51c5
Author: Alexandre Boin <contact@alexandre-boin.fr>
Date:   Thu Apr 20 17:32:22 2023 +0200

    NEW: Multicurrency REST API to create, update, delete, update rate...
    - Add permissions for currencies and their rates
    - Fix invalid SQL syntax in Currency update request

commit b4c196b2fbd636e4645f041b27c811dae5011bef
Author: Marc de Lima Lucio <68746600+marc-dll@users.noreply.github.com>
Date:   Thu Apr 20 15:50:24 2023 +0200

    FIX: product notes rights

commit 692eee1e2571436eef1aca5f673cb3de3af65ca0
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Thu Apr 20 13:14:50 2023 +0200

    FIX bad message oncallback of online payment

commit a39ceee42684fba6b315578847cdc4d3de5910a4
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Thu Apr 20 13:01:24 2023 +0200

    Log

commit 6dea0425cf8a98dd7946611558bd68312f70ddbd
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Thu Apr 20 12:21:55 2023 +0200

    No ambigous test

commit 863a9eb440ab7744945b42dd02c74c95e6956b01
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Thu Apr 20 12:20:50 2023 +0200

    Fix: we should not mention external modules

commit 734ca94b86c849118eadcbf4be6c9d982abd9089
Author: Maximilien Rozniecki <mrozniecki@easya.solutions>
Date:   Thu Apr 20 10:29:22 2023 +0200

    add an entry inside lang file "PuttingDescUpToDate" was missing

commit 8643495361c1ffaf95c8edde5d8484cffc8c5d55
Author: x <x@x.x>
Date:   Thu Apr 20 10:19:43 2023 +0200

    BOM : Display only Default Workstation of line

commit c0da9cb50e5829137ba48ec0a3d2b7a1f58d3723
Merge: dd5c61d9f2a a5c4ec5dcfc
Author: x <x@x.x>
Date:   Thu Apr 20 09:58:44 2023 +0200

    Merge branch 'NEW_MoBom_AddLine_DefaultWorkstation' of github.com:atm-lena/dolibarr into NEW_MoBom_AddLine_DefaultWorkstation

commit dd5c61d9f2adeced4cf761583f589ca220b657d2
Author: x <x@x.x>
Date:   Thu Apr 20 09:57:49 2023 +0200

    Bom : Display workstation of line

commit c23c655ae04f86d47bba46391ec8e3e077fa5a9d
Author: Anthony Berton <anthony.berton@bb2a.fr>
Date:   Thu Apr 20 09:09:38 2023 +0200

    MailMap

commit 998b2b263ee83860f0c2d9889198f3790c19bcf7
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Wed Apr 19 23:42:05 2023 +0200

    Fix public virtual card

commit ce283b6546f34640cfc10777d9ccb45a1a3b6d84
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Wed Apr 19 22:21:14 2023 +0200

    Doc

commit b47a8c86a31db741c0ff168b15a647f812a0301d
Merge: fc3e07ce576 db9734414f4
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Wed Apr 19 21:07:41 2023 +0200

    Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0

    Conflicts:
    	htdocs/product/stock/card.php

commit a5c4ec5dcfc221c6e73f3768dec6b7731a1a0fca
Author: stickler-ci <support@stickler-ci.com>
Date:   Wed Apr 19 16:22:47 2023 +0000

    Fixing style errors.

commit 057407554a55e2ca3310eeb3e71c050729c5d79d
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Wed Apr 19 14:06:16 2023 +0200

    use isModEnabled

commit 3d4ee5da3301aae8b9bd4775bfd08521736bd4e7
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Wed Apr 19 14:00:43 2023 +0200

    use isModEnabled

commit fee9dec15a327e66801fd3dd1654d827029e4043
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Wed Apr 19 13:58:08 2023 +0200

    use isModEnabled

commit ec8c550f3791cbf2bd966a66a99d5aef9d78d2e6
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Wed Apr 19 13:52:21 2023 +0200

    use isModEnabled

commit fde16f42c9a7483be4cff6745c78ae5e11ee804d
Author: x <x@x.x>
Date:   Wed Apr 19 12:23:48 2023 +0200

    Clean fields mo and bom fk_default_workstation

commit ff33e3c367b1fbb53ea4df3400422ecdc8b2524c
Author: x <x@x.x>
Date:   Wed Apr 19 12:17:04 2023 +0200

    Add line mo : fk_default_workstation

commit 2582866fbe96f8d4b4725b78c533f79747127210
Author: x <x@x.x>
Date:   Wed Apr 19 12:08:12 2023 +0200

    Add bom and mo line : add fk_defauult_workstation info

commit 8df194021c3526ba1df1a7444fffb507f331812f
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Wed Apr 19 12:05:01 2023 +0200

    missing include

commit 2f4fe9d6190e0e6cf2ec260a0e781be8965ae090
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Wed Apr 19 09:07:55 2023 +0200

    use isModEnabled

commit 1d634557ce7dc2178dc95c485caab2813bb9d9df
Merge: 77441f2dd2d 62f51c4d356
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Tue Apr 18 23:40:57 2023 +0200

    Merge remote-tracking branch 'upstream/develop' into use_ismodenabled

commit 77441f2dd2d72e9ef669f9a802a613b8ca049d66
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Tue Apr 18 23:39:02 2023 +0200

    use isModEnabled

commit 62f51c4d3567caf53b69dbd0bbd259cadc67c18f
Merge: 296ab378b18 ee3a665da91
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Tue Apr 18 21:55:11 2023 +0200

    Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

commit 296ab378b18773f080720020e931e126799792c3
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Tue Apr 18 21:54:52 2023 +0200

    Fix css

commit ee3a665da9110cb01bea350ee08d3cb96d6b214d
Merge: 2c7ac5daf9c 1ee7a525f1e
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 21:54:31 2023 +0200

    Merge pull request #24476 from aspangaro/18a5

    Fix error on call function print_liste_field_titre

commit db9734414f47f5d463c8b50baa6442a804134c44
Merge: 4be0cafad0c c990e18bf20
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 21:41:40 2023 +0200

    Merge pull request #24490 from bloxera/17.0

    Fix #24489: Remove unnecessary output of extrafields

commit d699b29db31173ae39f2eb8895aa3fa4031fd955
Merge: 68dadc1e0b7 24aee0a2742
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 21:38:54 2023 +0200

    Merge pull request #24494 from hregis/fix_import_parse_error

    FIX missing entity field in unique index

commit 4be0cafad0c6b3ff5c3fc12c689c0b73f2061f56
Merge: f22aa2e0c63 49ce8bed7ed
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 21:34:00 2023 +0200

    Merge pull request #24495 from hregis/fix_dependency

    FIX missing entity field in unique index (since v16)

commit 2c7ac5daf9c404ab4645d412237e36ef8d1e93c6
Merge: ca23849119e 25850a7e0a0
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 21:32:05 2023 +0200

    Merge pull request #24546 from frederic34/patch-1

    typo

commit fc3e07ce5761838ff111a6d8865a9d3cf1c660bd
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Tue Apr 18 21:28:49 2023 +0200

    Doc

commit b85652e964e1ec4cb2049553512f1ea3724f4b56
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Tue Apr 18 21:23:32 2023 +0200

    Code comment

commit 04bfbb572343d09329a4e7006154865e773827da
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Tue Apr 18 21:11:48 2023 +0200

    property and doc

commit b1aee4dda6be1d72c74b7afa0c243ba9e97643c2
Merge: 1cb2a9afd1d ca23849119e
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Tue Apr 18 21:03:22 2023 +0200

    Merge remote-tracking branch 'upstream/develop' into use_ismodenabled

commit ca23849119e8f0103ee2876ac493653b3663eca8
Merge: b9a014cd064 5c54d5d279a
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 21:01:05 2023 +0200

    Merge pull request #24503 from jyhere/jyhere-patch-8

    FIX check on wrong variable, some unnecessary code removed

commit 25850a7e0a06b0124672ce89e3932d17039d92aa
Author: Frédéric FRANCE <frederic34@users.noreply.github.com>
Date:   Tue Apr 18 20:59:43 2023 +0200

    typo

commit 1cb2a9afd1dca313a6ce7958d12623620ea1ea68
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Tue Apr 18 20:49:27 2023 +0200

    fix doc

commit da8e1740bff7823a6ba0337140165b5e72c81350
Merge: cfa10bb8ba2 b9a014cd064
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Tue Apr 18 20:46:41 2023 +0200

    Merge remote-tracking branch 'upstream/develop' into use_ismodenabled

commit b9a014cd0640fbcfe4fac2cbd6d704f639bdaf9f
Merge: 2c29399fa97 c2fe891ed6a
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 20:42:59 2023 +0200

    Merge pull request #24538 from atm-lena/develop_NEW_DefaultWorkstation_BomAndOfLine

    Add fk_default_workstation  on bom line and mrp production

commit cfa10bb8ba27e31f33dbdfac43a1fbab4ee965ce
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Tue Apr 18 20:40:07 2023 +0200

    use isModEnabled

commit 272a0030b7137591c1b1e9bd5c8d5b5d2f4329eb
Merge: f8d3c28e687 2c29399fa97
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Tue Apr 18 20:38:55 2023 +0200

    Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

commit f8d3c28e687aa9dbbb2d95cb4e80c19e10bc82d4
Author: Laurent Destailleur <eldy@users.sourceforge.net>
Date:   Tue Apr 18 20:37:42 2023 +0200

    Look and feel v18

commit 40c5be6f7fb01e57bef049e1ccfa7ce7ef49b92b
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Tue Apr 18 20:37:07 2023 +0200

    use isModEnabled

commit 7760ba86dabee47c985bbd1019f56991acc5164c
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Tue Apr 18 20:33:36 2023 +0200

    use isModEnabled

commit a38a303e1ce34f3b1b23b3ce064716814fb83c38
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Tue Apr 18 20:23:34 2023 +0200

    use isModEnabled

commit 15c60e29f41ed996ba7cecf5a40ed5be068084be
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Tue Apr 18 20:18:47 2023 +0200

    use isModEnabled

commit fa849696fb4cc76df97953c1f31db50e024b5f58
Author: Frédéric FRANCE <frederic.france@free.fr>
Date:   Tue Apr 18 20:16:02 2023 +0200

    use isModEnabled

commit f22aa2e0c63b2d84dc55b9c4733ddce62d5af1c0
Merge: 73fde765ebb eed1ac82619
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 18:32:07 2023 +0200

    Merge pull request #24501 from priojk/patch-1

    Fix: add missing closing html tag

commit 2c29399fa97b2d994c9c32c7db22de88bee32c1b
Merge: 45cdc26cd71 a43674477a9
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 18:31:39 2023 +0200

    Merge pull request #24500 from bloxera/fix_24356_final

    Fix for #24256 with final cleanup.

commit 45cdc26cd7176bd6831cbb32cc113d73c75366f3
Merge: 31b2c961cdc c37ca020645
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 18:29:31 2023 +0200

    Merge pull request #24505 from lamrani002/manageApiFileInMB

    optimize section for add & remove apiFile

commit 31b2c961cdc78f974e7f6c7e8cde32a5fe986595
Merge: bf493e5165d 2fbfd4fe4c1
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 17:28:27 2023 +0200

    Merge pull request #24502 from jyhere/jyhere-patch-7

    FIX: undefined variable used in order billing mass action

commit bf493e5165d486cf8daf86efbd8d1a58fd7060c5
Merge: a30242eadca 50346a71197
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 17:26:11 2023 +0200

    Merge pull request #24504 from frederic34/patch-1

    Doc

commit 73fde765ebb3aba974ef5e460fbefc1330a500b1
Merge: 0c1d34c674f 35fc151c730
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 17:25:44 2023 +0200

    Merge pull request #24531 from grandoc/new_branch_17_04_23

    update code to fix issues like : Warning: Undefined property: stdClas…

commit a30242eadca53ae9a8aa07ac87bb17a108be9485
Merge: e9e44f78134 0c86eebcc79
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 17:24:52 2023 +0200

    Merge pull request #24507 from frederic34/repair_script

    NEW repair script skip views

commit e9e44f78134f9855858bd15fe5dcce9b4df7a8be
Merge: 778020988da 0c251d64bbf
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 17:18:32 2023 +0200

    Merge pull request #24523 from BayramGrbz45/patch-1

    Update llx_10_c_regions.sql

commit 778020988dac023ae2cfac36268c046d91419b89
Merge: 859df8543b4 f0d4dc1caf8
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 17:17:44 2023 +0200

    Merge pull request #24524 from BayramGrbz45/patch-2

    Update llx_c_tva.sql

commit 859df8543b4e6b723c95a799f95f02f775278b43
Merge: cfdde463d36 69bca5da4b4
Author: Laurent Destailleur <eldy@destailleur.fr>
Date:   Tue Apr 18 …
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants