Commit Graph

1458 Commits

Author SHA1 Message Date
Frédéric FRANCE
46d6714fe0 clean code (#36317)
* clean code

* clean code

* clean doc

* clean doc

* clean doc

* clean doc

* fix

* fix

* fix

* fix

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-11-20 01:47:46 +01:00
Laurent Destailleur
dfbf173b17 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-11-07 19:25:42 +01:00
Regis Houssin
fa10fc0f94 FIX avoid NULL value (#36126) 2025-11-06 13:15:03 +01:00
Laurent Destailleur
ed734ffeb9 Debug v23 2025-11-05 21:45:50 +01:00
Frédéric FRANCE
f4b91c40a1 fix dol_print_date (#36050)
* fix dol_print_date

* Update box_members_last_subscriptions.php
2025-11-01 17:46:30 +01:00
VIAL-GOUTEYRON Quentin
c616e27274 New Hooks propals/orders (#35989)
* Add hook manager support for appending custom filter clauses across various SQL queries.

* Add hook manager support for custom SQL filters across multiple modules.

* Remove obsolete test code from api_proposals.class.php

* Remove unnecessary blank lines in card.php

* Remove unnecessary blank lines in card.php

* Remove unused object initialization and 'boxcode' parameter in product class

* Update api_proposals.class.php

* Initialize hooks for order API access

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-10-30 01:51:29 +01:00
Laurent Destailleur
cd2f4bb7d2 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-10-24 19:46:38 +02:00
Laurent Destailleur
9f2c33aa75 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into 22.0 2025-10-24 19:39:15 +02:00
Pierre Ardoin
f54b5618fb Update invoice stats query to filter by entity (#35904) 2025-10-22 22:25:36 +02:00
Regis Houssin
c04359f995 FIX missing entity filters + wrong widget name (#35873) 2025-10-22 00:56:57 +02:00
Laurent Destailleur
4799705cd8 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-10-21 02:03:34 +02:00
Laurent Destailleur
d49426ef30 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0 2025-10-21 01:49:53 +02:00
Frédéric FRANCE
f729b421a5 move sql in stats class (#35850)
* move sql in stats class

* move sql in stats class

* move sql in stats class

* move sql in stats class

* move sql in stats class

* move sql in stats class

* PHPStan > Update baseline (#35844)

Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com>

* move sql in stats class

* move sql in stats class

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com>
2025-10-19 18:50:09 +02:00
Laurent Destailleur
5da33763d2 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-10-17 03:50:31 +02:00
Frédéric FRANCE
29b3880e6c add dolBuildUrl (#35664)
* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

* clean baseline

* add dolBuildUrl

* add dolBuildUrl

* add dolBuildUrl

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-10-17 02:31:07 +02:00
Laurent Destailleur
c4207d7b45 FIX #35782 2025-10-17 02:00:52 +02:00
Laurent Destailleur
2dbf41e058 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0 2025-10-17 01:51:37 +02:00
Laurent Destailleur
c7a61226fb FIX #35784 2025-10-17 01:50:10 +02:00
Laurent Destailleur
67428766a2 FIX #35784 2025-10-17 01:48:32 +02:00
Regis Houssin
e84ea68218 FIX wrong getEntiy element name (#35771) 2025-10-15 18:58:53 +02:00
ldestailleur
f65903d006 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into 22.0 2025-09-26 01:23:02 +02:00
VIAL-GOUTEYRON Quentin
049cbbfb4d Fix MRP: Add hook calculateCostsBomAfter to alter BOM costs (#35465)
* fix doc (#35416)

* fix doc

* Update commonobject.class.php

* Update mo.class.php

* FIX missing entity filter (#35461)

* Add post-processing hook `calculateCostsBomAfter` in BOM cost calculations

---------

Co-authored-by: Frédéric FRANCE <frederic34@users.noreply.github.com>
Co-authored-by: Regis Houssin <regis.houssin@inodbox.com>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-09-25 11:48:19 +02:00
Regis Houssin
161d0e4fdf FIX missing entity filter (#35461) 2025-09-24 10:38:16 +02:00
Frédéric FRANCE
21d50f1a58 clean code expedition class (#35327)
* clean code expedition class

* clean code expedition class

* clean code expedition class

* clean code expedition class

* clean code expedition class

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* clean code
2025-09-15 16:16:22 +02:00
Frédéric FRANCE
73073a5bf0 Knowledge tms (#35243)
* clean code

* clean code

* clean code

* clean code

* clean code

* clean code

* clean code
2025-09-08 01:00:43 +02:00
Frédéric FRANCE
c567e55b5e fetch greatest tms for members (#35133)
* fetch greatest tms for members

* fetch greatest tms for members
2025-08-30 15:34:39 +02:00
Frédéric FRANCE
1648b43481 fix box_last_modified_ticket.php (#35121) 2025-08-28 17:31:33 +02:00
Frédéric FRANCE
d63e68bbcb Update box_last_modified_ticket.php (#35111) 2025-08-28 13:51:07 +02:00
Frédéric FRANCE
d5591e3cbf fix warning in box_actions_future.php (#35087) 2025-08-27 03:05:57 +02:00
Frédéric FRANCE
1c6a40acbe Contact statut -> status (#34968)
* deprecate contact statut for status

* deprecate contact statut for status

* fix

* fix
2025-08-17 02:00:29 +02:00
ldestailleur
c4ca358e25 Debug v23 2025-08-13 23:36:17 +02:00
Frédéric FRANCE
0bb025a733 clean code (#34913)
* clean code

* Update box_funnel_of_prospection.php

* Update box_funnel_of_prospection.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-08-11 19:05:21 +02:00
Lucas Marcouiller
c74080f689 Fix phan and stan errors in develop (#34917)
* FIx phan and stan errors

* fix stan

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-08-11 19:03:02 +02:00
ldestailleur
9153a938ed NEW Add the widget funnel of opportunities 2025-08-10 12:01:27 +02:00
ldestailleur
12743f30e4 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-08-09 14:09:21 +02:00
ldestailleur
a0b3a9b0da Fix missing load lang 2025-08-08 12:55:18 +02:00
Frédéric FRANCE
935c326eee Update box_produits.php (#34827) 2025-07-29 21:09:07 +02:00
ldestailleur
96e38e6584 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-07-27 14:03:22 +02:00
ldestailleur
030b3d3df5 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0 2025-07-27 13:58:13 +02:00
Arthur Lenoble
6144f65427 FIX : No order displayed in orders box (#34789)
* FIX : No element displayed in the order box

Removing the attribution to 0 for $num which caused to never display any order

* Update box_commandes.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-07-27 13:54:02 +02:00
moreauftheobald
6c86ad3eae FIX-Develop correct getwarningdelay (#34497)
* replace $conf->module->XXX->gwarning_delay by new function getwarningdelay

* replace $conf->module->XXX->gwarning_delay by new function getwarningdelay

* replace $conf->module->XXX->gwarning_delay by new function getwarningdelay

* FIX- Correct function GetwarningDelay

---------

Co-authored-by: Theobald <f.moreau@theobald-groupe.com>
2025-07-20 19:54:06 +02:00
ldestailleur
3770c82015 Debug look and feel v21 2025-07-19 02:35:33 +02:00
Frédéric FRANCE
7c0604047e fix missing translation (#34587)
* fix missing translation

* fix missing translation
2025-06-20 15:48:58 +02:00
ldestailleur
2736a4b382 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-05-05 00:07:09 +02:00
ldestailleur
a74979bc04 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0 2025-05-05 00:04:17 +02:00
ldestailleur
d85cea32c0 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2025-05-05 00:03:49 +02:00
ldestailleur
f70cfeb6d3 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2025-05-05 00:03:09 +02:00
Marc de Lima Lucio
8e0d3911e6 FIX: pgsql: case sensitivity in select queries (#34028) 2025-05-04 11:19:59 +02:00
Charlène Benke
6cbab9f12b NEW Add knowledgebase info on box_dolibarr_state_board.php (#33960)
* Add knowledgebase on box_dolibarr_state_board.php

* Update knowledgerecord.class.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-04-24 02:32:28 +02:00
Laurent Destailleur
1b48fa4e46 Fix CI 2025-04-24 01:34:28 +02:00