Commit Graph

9439 Commits

Author SHA1 Message Date
Laurent Destailleur
e265c2938f Fix CI 2025-12-22 17:40:50 +01:00
Laurent Destailleur
8abeb47da1 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-12-22 16:06:05 +01:00
Laurent Destailleur
3a4cf15857 Debug v23 no propagation of warnings 2025-12-21 13:32:32 +01:00
Laurent Destailleur
3f67ddf071 FIX missing p.default_vat_code in product import profile. 2025-12-18 19:36:03 +01:00
Laurent Destailleur
aca83a0c85 FIX missing p.default_vat_code in product import profile. 2025-12-18 19:32:39 +01:00
Laurent Destailleur
9c5f323b55 Clean code 2025-12-18 14:10:05 +01:00
Laurent Destailleur
da39a6a394 Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0 2025-12-16 01:33:36 +01:00
Laurent Destailleur
7ae333c51e Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0 2025-12-15 16:15:45 +01:00
Laurent Destailleur
3690babb73 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2025-12-15 15:57:01 +01:00
Laurent Destailleur
e1b5e024f5 Merge 2025-12-15 15:56:34 +01:00
Laurent Destailleur
474e21dc6f Debug v23 2025-12-15 15:15:41 +01:00
Laurent Destailleur
4c092da9d6 FIX #36576 - date creation is empty on import 2025-12-15 14:57:25 +01:00
Laurent Destailleur
7ce1e893de FIX #36576 - date creation is empty on import 2025-12-15 14:56:16 +01:00
Laurent Destailleur
35ad674345 Debug v23 2025-12-15 13:14:04 +01:00
Laurent Destailleur
13c7aaf2f8 Merge pull request #36501 from Danelif/add-rang-in-import
improve purchase order line import by adding rang and flexible key se…
2025-12-11 22:17:47 +01:00
Eric Seigne
18f85df343 remove spaces from prev fix 2025-12-11 10:11:58 +01:00
Laurent Destailleur
1deba3a482 Merge branch 'develop' into add-source-field-export-purchase 2025-12-11 01:25:42 +01:00
Laurent Destailleur
9b4b25fc0f Fix CI 2025-12-11 01:09:40 +01:00
Laurent Destailleur
d1c829a79f Fix CI 2025-12-11 01:07:44 +01:00
Danelif
629a66ce9d Add source field to export purchase 2025-12-10 11:19:34 +02:00
Danelif
cd4c555af8 improve purchase order line import by adding rang and flexible key selection 2025-12-10 10:52:28 +02:00
Laurent Destailleur
d400c0d89a Debug v23 - Pbwith high number of products
Add filter on country into partnership selector.
2025-12-09 16:27:49 +01:00
Laurent Destailleur
b9923592b7 Merge pull request #36549 from Hystepik/fix-phan-warnings
Fix some phan warnings
2025-12-07 23:58:29 +01:00
Laurent Destailleur
f3d3969ed8 Fix CI 2025-12-07 16:34:33 +01:00
Elifeleti Mukisa Dan
6ebbcb0162 Merge branch 'develop' into add-rang-in-import 2025-12-06 12:33:31 +02:00
Laurent Destailleur
fcd6b4ce6b Debug v23 2025-12-06 03:27:49 +01:00
Lucas Marcouiller
4f093be492 Merge branch 'develop' into fix-phan-warnings 2025-12-05 15:29:56 +01:00
Lucas Marcouiller
ffd6a45550 Fix some phan warnings 2025-12-05 15:29:23 +01:00
Eric Seigne
c6ed34ebcc backport of PR36378 : Problem with deposit line on Type of operation 2025-12-05 09:32:03 +01:00
Laurent Destailleur
5155b65263 Merge branch 'develop' into add-rang-in-import 2025-12-04 18:23:42 +01:00
Laurent Destailleur
e60de6525b WIP Loi finance 2025-12-02 20:29:20 +01:00
Danelif
5ef3998a54 improve purchase order line import by adding rang and flexible key selection 2025-12-02 16:19:18 +02:00
Laurent Destailleur
5bcd5db58f Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-12-02 15:11:40 +01:00
Laurent Destailleur
6fbc380e52 FIX Export of extrafield in organized events 2025-12-02 14:54:10 +01:00
Laurent Destailleur
c62ba31c50 Merge pull request #36433 from mdeweerd/fix/public_const
Qual: Update PHP-CS-Fixer configuration and DolibarrModules class
2025-11-28 23:34:42 +01:00
Frédéric France
65af9e2591 add more 2025-11-28 20:44:34 +01:00
Frédéric France
b39eb2bc9e add more 2025-11-28 20:43:17 +01:00
Frédéric France
d7597d72d2 add more 2025-11-28 20:39:32 +01:00
MDW
0333daa8a8 Qual: Update PHP-CS-Fixer configuration and DolibarrModules class
- Update PHP-CS-Fixer configuration to replace deprecated 'visibility_required' rule with 'modifier_keywords'
- Update DolibarrModules class to use const instead of public const for PHP 7.0 compatibility (revert recent change)
2025-11-27 01:08:46 +01:00
Laurent Destailleur
01a6c14350 Debug v23 2025-11-27 00:21:50 +01:00
Laurent Destailleur
ce01e1d95f Debug v23 2025-11-27 00:05:04 +01:00
Alexandre SPANGARO
236d45547b FIX Invoice - Problem with deposit line on Type of operation (#36378) 2025-11-24 15:08:01 +01:00
MDW
4f5c32973f Qual: Improve type hints and cache arrays in html.form.class.php (#36384)
* Qual: Improve type hints and cache arrays in html.form.class.php

- Added detailed type hints for cache arrays
- Fixed a typo in the comment for the 'num' property
- Ensured consistent type casting for integer values in cache arrays

(fixes phpstan notices)

* Qual: Add type casting in donation modules

Following cache type improvement:
- Added type casting in donation modules
2025-11-24 15:05:55 +01:00
MDW
9db4c30918 Qual: Add automatic_activation property (DolibarrModules) (#36386)
* Qual: Add automatic_activation property (DolibarrModules)

- Add `automatic_activation` property to store country-specific activation reasons
- Add public to class constants (PSR-2/php-cs-fixer)

* Qual: Simplify $module_activation test in admin.lib.php

The test for $module_activation has been simplified after declaring the property in DolibarrModules.
2025-11-24 15:05:05 +01:00
Laurent Destailleur
c8e12d9cb9 Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop 2025-11-23 21:29:44 +01:00
iLLixM
852f9eeb77 FIX #36368 - avoid overlaying of EPC-QR Code and payment information (#36369)
* FIX #36368 - avoid overlaying of EPC-QR Code and payment information

The position of an EPC-QR code on an invoice is adjusted based on information about payments already made.
The EPC-QR code is only displayed on invoices if a balance remains due.

* FIX #36368 - avoid overlaying of EPC-QR Code and payment information

place EPC-QR Code on left-hand side of invoice PDF

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-11-23 03:44:55 +01:00
Laurent Destailleur
f96905c1f0 Fix CI 2025-11-23 03:19:11 +01:00
Laurent Destailleur
6904df8a45 Fix CI 2025-11-23 03:05:28 +01:00
tcesar
1875d07bb2 New Adding the possibility to import the extrafields of warehouse (#36349)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-11-20 23:52:31 +01:00
Laurent Destailleur
18c30daf11 Debug v23 2025-11-20 17:04:53 +01:00