Commit Graph

148896 Commits

Author SHA1 Message Date
Laurent Destailleur
c8ed79b905 Fix CI 2025-11-04 22:00:59 +01:00
Laurent Destailleur
655c8eb2db Debug v23 2025-11-04 21:55:56 +01:00
Laurent Destailleur
e072b171b7 CSS 2025-11-04 21:43:21 +01:00
Laurent Destailleur
b418e8e1e5 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2025-11-04 21:34:54 +01:00
Laurent Destailleur
04b4d6bee3 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2025-11-04 21:28:42 +01:00
github-actions[bot]
10cee8f51b PHPStan > Update baseline (#36075)
Co-authored-by: Dolibot <dolibarr-bot@users.noreply.github.com>
2025-11-04 18:46:36 +01:00
Frédéric FRANCE
13bc1e2e16 clean code (#36098)
* clean code

* clean baseline
2025-11-04 18:46:24 +01:00
Frédéric FRANCE
cbe8c660ab clean code (#36097) 2025-11-04 18:45:58 +01:00
Frédéric FRANCE
dbeb192f8b clean code (#36096) 2025-11-04 18:45:50 +01:00
Frédéric FRANCE
2993b4eb69 clean code (#36095) 2025-11-04 18:45:34 +01:00
Frédéric FRANCE
2ad3be3959 clean code (#36094) 2025-11-04 18:45:15 +01:00
Frédéric FRANCE
5bf4022200 enhance check for dol_now parameters (#36089)
* enhance check for dol_now parameters

* enhance check for dol_now parameters

* enhance check for dol_now parameters

* enhance check for dol_now parameters
2025-11-04 18:42:32 +01:00
Frédéric FRANCE
39f54ca1d0 test phpstan (#36069)
* test phpstan

* test phpstan

* test phpstan

* test phpstan

* test phpstan

* test phpstan

* test phpstan

* test phpstan

* test phpstan

* test phpstan

* test phpstan

* test phpstan

* clean baseline

* test

* test
2025-11-04 18:41:36 +01:00
MDW
b925dd6c37 Qual: Make $fields type covariant (phpstan) (#36084)
# Qual: Make $fields type covariant (phpstan)

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-11-04 14:16:17 +01:00
MDW
3b04eacf98 Qual: Fix multiple phpstan notices (#36083)
* Qual: Fix phpstan - type casting in treasuryjournal.php

Added explicit type casting to float calculations.

* Qual: Fix phpstan by testing possibly undefined $def_tva in VAT label generation

* Qual: Add null initialization for static analysis

Initialize $save_link_by_element and $save_element_by_link with null values to satisfy static analysis requirements (phpstan) and avoid possibly undefined notices.

* Qual:(accountingjournal): Ignore line for phpstan

phpstan can not see that $pre_data_info['error'] might be set.

* Qual: Removed redundant tests

Removed some redundant tests (detected by phpstan)

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-11-04 14:15:38 +01:00
Jon Bendtsen
a35fac2d9f New: Clickable links from PROFIT section (#36081)
Co-authored-by: Jon Bendtsen <xcodeauthor@jonb.dk>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-11-04 14:14:52 +01:00
Mathieu Pellegrin
2d06e4af70 TakePOS Cash Control report: Fix incorrect float approximation and string/float mix on test (#36003)
* Fix incorrect float approximation and string/float mix on equality test

* Replace price function with price2num for comparisons

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-11-04 13:08:18 +01:00
Laurent Destailleur
0c76fc1003 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-11-04 13:05:47 +01:00
Laurent Destailleur
a11b045ca5 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0 2025-11-04 13:05:30 +01:00
Laurent Destailleur
0b4e2f3b90 Fix CI 2025-11-04 13:02:32 +01:00
Laurent Destailleur
6584ed2d6d Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-11-04 12:53:39 +01:00
Laurent Destailleur
8859dbdb79 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0 2025-11-04 12:53:15 +01:00
Laurent Destailleur
f355bff45a Fix scc 2025-11-04 12:50:17 +01:00
Laurent Destailleur
05d41cfd0f Fix pgsql seems v14 now. 2025-11-04 12:32:04 +01:00
Frédéric FRANCE
c8d42248c2 fix CI V21 (#36078)
* Update phpstan.neon.dist

* Update phpstan-baseline.neon

* Update phpstan-baseline.neon

* Update phpstan-baseline.neon

* Update index.php

* Update facture.class.php

* Update facture.class.php
2025-11-04 12:25:24 +01:00
Laurent Destailleur
6a98306eca Add column vatexemptcode 2025-11-03 18:32:22 +01:00
Laurent Destailleur
776e5b9088 Add column vatexemptcode 2025-11-03 18:30:37 +01:00
Laurent Destailleur
c75484d6be Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2025-11-03 16:12:19 +01:00
Laurent Destailleur
146980e440 Fix CI 2025-11-03 16:12:10 +01:00
Jessica-creat
0900f69936 NEW Add contact support on products in REST API (#35925)
* demande d'ajout timespent

* prettier

* revert modif

* revert

* feat(api): update product contact endpoints in api_products

* Fix

* Fix

* Fix

* Fix PHPDoc return type syntax in api_products.class.php

* Fix PHPDoc parameter types in api_products.class.php

* Update api_products.class.php

* Update api_products.class.php

* Fix return type annotation in API documentation

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-11-03 15:51:43 +01:00
Laurent Destailleur
be009f0418 Use fontawesome picto for phone instead of png 2025-11-03 14:42:39 +01:00
Laurent Destailleur
ab4e7d1e92 Fix picto 2025-11-03 14:40:03 +01:00
Laurent Destailleur
c5a2960cbd Fix phone picto 2025-11-03 14:39:09 +01:00
Laurent Destailleur
74cc41c460 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-11-03 14:27:58 +01:00
Laurent Destailleur
94d1a25d67 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0 2025-11-03 14:10:57 +01:00
ldestailleur
62760d6195 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0 2025-11-03 14:05:58 +01:00
Laurent Destailleur
d8d77a8e51 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2025-11-03 13:57:49 +01:00
Laurent Destailleur
af13e3354b Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2025-11-03 13:57:15 +01:00
Laurent Destailleur
e7a1e58ebf Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2025-11-03 13:51:38 +01:00
Laurent Destailleur
534d4ed4bc Merge branch '16.0' of git@github.com:/Dolibarr/dolibarr.git into 17.0 2025-11-03 13:49:06 +01:00
Laurent Destailleur
50b90d795c Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2025-11-03 13:48:51 +01:00
Laurent Destailleur
3209eb4bd8 Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2025-11-03 13:46:49 +01:00
Laurent Destailleur
3deaf8731b FIX Clear filter 2025-11-03 13:46:30 +01:00
Laurent Destailleur
4a6c6ef725 FIX Clear filter 2025-11-03 13:44:25 +01:00
Laurent Destailleur
aa33c2254d Max length by default should be 0 2025-11-03 12:33:53 +01:00
Laurent Destailleur
21da38b935 Tooltips 2025-11-03 12:17:16 +01:00
Laurent Destailleur
8ac52ae91a Trans 2025-11-03 11:51:36 +01:00
Charlène Benke
36b3ddb883 NEW : Add task categories 1/3 (#35848)
* Create llx_categorie_project_task table

* Add primary key and indexes to llx_categorie_project_task

* Add project_task type to category class

* Implement setCategories method in task class

Added setCategories method to manage task categories.

* Add llx_categorie_project_task table with constraints

Create llx_categorie_project_task table and add constraints

* Update copyright and remove setCategories method

Updated copyright year for Charlene Benke and removed the setCategories method.

* Remove project_task constant and related mappings

* Modify primary key for llx_categorie_project_task

Updated primary key constraint for llx_categorie_project_task table.

* Rename llx_categorie_project_task.key.sql to llx_categorie_project_task-project.key.sql

* Rename llx_categorie_project_task.sql to llx_categorie_project_task-project.sql
2025-11-03 10:30:31 +01:00
sonikf
6743c38463 New prepare for standalone reception (#35869)
* New prepare for standalone reception

* New prepare for standalone reception

* fix line indentation

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-11-03 10:27:11 +01:00
Charlène Benke
49e74b07fe NEW : add conditional supplier price display (#35900)
* add conditional supplier price display

conditional display of supplier price information based on advanced user permissions.

* Remove unnecessary blank lines in card.php
2025-11-03 10:21:40 +01:00