2
0
forked from Wavyzz/dolibarr
Commit Graph

126919 Commits

Author SHA1 Message Date
Laurent Destailleur
4a8dae277d Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-11-28 22:34:31 +01:00
Laurent Destailleur
e4d7f97c09 Fix missing const 2023-11-28 22:33:24 +01:00
Regis Houssin
d0b168e333 FIX sort natural to have the trigger 100 after 99 (#26887)
* FIX sort natural to have trigger 100 after 99

* FIX wrong trigger status
2023-11-28 22:31:36 +01:00
Laurent Destailleur
60409c8fff Look and feel 2023-11-28 22:26:56 +01:00
Laurent Destailleur
a73e76c5cc Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-11-28 20:56:59 +01:00
Laurent Destailleur
21239060df Debug v19 2023-11-28 20:56:20 +01:00
Laurent Destailleur
ea4b857f28 Clean trans 2023-11-28 20:23:11 +01:00
MDW
88e71ef252 Add script to run php-cs-fixer 2023-11-28 16:32:41 +01:00
MDW
caccf8a9fb Add .php-cs-fixer.dist.php configuration 2023-11-28 15:56:28 +01:00
HENRY Florian
f74d652e10 fix: phpstan (#26748)
* fix: remove phpstan warning

* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix: phpstan

* fix: phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix: phpstan

* fix: phpstan
2023-11-28 15:42:13 +01:00
Laurent Destailleur
955ecd1c16 Fix params in phpunit 2023-11-28 15:35:31 +01:00
Laurent Destailleur
56e8872ddc Clean code+warnings: The delete() method of AdherentType, Contact,
Delivery, MultiCurrency, CurrencyRate now need $user as first parameter.
2023-11-28 15:33:42 +01:00
Laurent Destailleur
a629cebb79 Doc 2023-11-28 15:00:55 +01:00
Laurent Destailleur
508c2c1926 Reduce default limit of email collected from 100 to 50 2023-11-28 14:59:16 +01:00
Laurent Destailleur
11b80eaae8 FIX emailcollector can read "Messages envoyés" directory 2023-11-28 14:53:18 +01:00
Laurent Destailleur
9a4aa58ce9 Fix message to unlock upgrade 2023-11-28 14:00:15 +01:00
Laurent Destailleur
1980c9a8b8 Add log to debug email collector 2023-11-28 13:51:49 +01:00
Laurent Destailleur
d3496a3f5a Fix must reset some field when cloning emailcollector 2023-11-28 13:40:40 +01:00
Laurent Destailleur
9513ed761a Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-11-28 12:40:40 +01:00
Laurent Destailleur
6664190179 Clean code
Should also make merge of #24911 after release easier. Note: Adding a
control on screen must be done after adding control into so we will
start by adding checkSellOrEatByMandatory() into create/update of
productlot.
2023-11-28 12:40:21 +01:00
Florent Poinsaut
f9a09bf09a FIX Email text supplier order bis (#26884) 2023-11-28 11:41:26 +01:00
Pascal Hubrecht
f1e384cc51 FIX #26881 (#26883) 2023-11-28 11:30:48 +01:00
Florent Poinsaut
3cd3f0da3f FIX email text for supplier order (#26880)
* Fix email text for supplier order

* Update other.lang

* Update other.lang

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-11-28 11:29:57 +01:00
Laurent Destailleur
c23e726ce0 Debug v19 2023-11-28 10:42:48 +01:00
Laurent Destailleur
bc1574c418 Debug v19 2023-11-28 10:37:07 +01:00
Laurent Destailleur
e12818be0a Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-11-28 10:34:03 +01:00
Laurent Destailleur
552e745908 Debug v19 2023-11-28 10:33:06 +01:00
Alexandre SPANGARO
ccfb5e2730 Debug v18 (#26877)
* Fix column name - Colspan problem

* Update DolibarrModules.class.php
2023-11-28 09:18:16 +01:00
andreubisquerra
afbee4111e FIX free product box size (#26874)
Resize the 'free product' box and hide scroll bar. And use percentage instead of fixed size to improve on mobile.
2023-11-28 09:17:17 +01:00
Alexandre SPANGARO
a462edcea5 Missing dolGetButtonTitleSeparator() (#26876)
* Debug v19 - Missing title column for description & fix order

* Missing Button title separator

* Missing Button title separator
2023-11-28 09:16:21 +01:00
Laurent Destailleur
9d67ca34d3 Fix count on nb of permission 2023-11-27 21:19:15 +01:00
Laurent Destailleur
91e6028eb2 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-11-27 20:49:02 +01:00
Laurent Destailleur
9f353a5701 Fix setup page and tooltip 2023-11-27 20:44:29 +01:00
Laurent Destailleur
f3ee48bfe0 Merge pull request #26870 from OPEN-DSI/18.0_fix_force_date_on_valid_invoice
FIX: Fix when options FAC_FORCE_DATE_VALIDATION and INVOICE_CHECK_POSTERIOR_DATE enabled
2023-11-27 19:27:24 +01:00
Laurent Destailleur
54ab138aa3 Merge pull request #26872 from lucynasci/patch-1
PHP V8 Warning
2023-11-27 18:59:52 +01:00
Laurent Destailleur
2080a38068 Update list.php 2023-11-27 18:59:17 +01:00
Laurent Destailleur
a241d85f84 FIX #26858 2023-11-27 18:45:08 +01:00
Laurent Destailleur
75bb35e829 Doc 2023-11-27 18:20:22 +01:00
Laurent Destailleur
1c28552c53 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-11-27 18:13:57 +01:00
Laurent Destailleur
9454cfd546 Clean code 2023-11-27 18:13:01 +01:00
lucynasci
fbeaf96928 PHP V8 Warning 2023-11-27 17:11:40 +01:00
Kamel Khelifa
116ff4a985 FIX: Fix when options FAC_FORCE_DATE_VALIDATION and INVOICE_CHECK_POSTERIOR_DATE enabled. The date is forced after the test and not before 2023-11-27 16:54:52 +01:00
Laurent Destailleur
de98256fd4 Fix typo partnershiap 2023-11-27 13:30:24 +01:00
Laurent Destailleur
1d589fd74e Fix warnings 2023-11-27 13:26:44 +01:00
Laurent Destailleur
ff422b1d6c Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2023-11-27 12:55:02 +01:00
Laurent Destailleur
838c556564 Fix trans 2023-11-27 12:54:47 +01:00
Laurent Destailleur
06736918de Fix warning 2023-11-27 12:33:07 +01:00
Laurent Destailleur
b69059af76 Fix warning 2023-11-27 12:24:18 +01:00
Laurent Destailleur
fa79a93a51 Fix warning 2023-11-27 12:16:09 +01:00
Laurent Destailleur
4c844dfd12 Fix warnings 2023-11-27 12:13:50 +01:00