Laurent Destailleur (aka Eldy)
9bc2a3a6bd
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-02-11 22:24:47 +01:00
Laurent Destailleur (aka Eldy)
dd9655c22c
Debug v21
2025-02-11 18:49:30 +01:00
MDW
23ff8b378c
Qual: Fix phan: dol_mktime GETPOST args to GETPOSTINT
2025-02-08 14:06:14 +01:00
MDW
f66e9553d5
Qual: Fix phan notices
...
# Qual: Fix phan notices
Fix phan notices in fourn/commande (+form class)
2025-02-03 16:05:55 +01:00
Laurent Destailleur
adae4f0fb3
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-01-27 01:37:52 +01:00
Laurent Destailleur
940e42c1e4
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-01-27 01:30:34 +01:00
Regis Houssin
a3193a08bc
FIX merge problem
2025-01-06 13:56:32 +01:00
Regis Houssin
d443446838
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into
...
fix_20_wrong_value_of_socid
2025-01-06 13:53:22 +01:00
Laurent Destailleur (aka Eldy)
2c2ac2a48f
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-01-05 18:38:48 +01:00
Laurent Destailleur (aka Eldy)
1cfa3b5803
Fix warning
2025-01-05 18:34:01 +01:00
Laurent Destailleur (aka Eldy)
4253fa54ec
Standardize name of field.
2025-01-05 14:05:50 +01:00
Laurent Destailleur (aka Eldy)
d832961311
Debug v21
2025-01-05 13:39:30 +01:00
Laurent Destailleur (aka Eldy)
9236a9899f
Debug v21
2025-01-05 13:38:02 +01:00
Laurent Destailleur (aka Eldy)
352d156dd7
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-12-08 17:07:14 +01:00
Laurent Destailleur (aka Eldy)
226ecdc157
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-12-07 18:21:32 +01:00
Laurent Destailleur (aka Eldy)
413115dfe8
Fix position of column
2024-12-07 18:04:06 +01:00
Regis Houssin
5fe1eb8947
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into
...
fix_20_wrong_value_of_socid
2024-12-07 08:11:01 +01:00
Florian HENRY
d109647434
fix: phpstan typemismatch
2024-12-04 16:40:21 +01:00
Frédéric France
c9dc2952ca
fix phpstan
2024-12-03 18:26:24 +01:00
Frédéric France
5323368e92
fix phpstan
2024-12-03 18:14:34 +01:00
Regis Houssin
3e3f9c755d
FIX Check "$search_sale" only if it's an internal user
2024-12-02 12:10:39 +01:00
Regis Houssin
d423633266
FIX phan errors
2024-12-02 10:36:54 +01:00
Laurent Destailleur (aka Eldy)
4e6d3217bc
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-12-02 01:58:06 +01:00
Laurent Destailleur (aka Eldy)
5c321cc678
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-12-02 01:52:08 +01:00
Laurent Destailleur (aka Eldy)
9227add8f4
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-12-02 01:41:40 +01:00
HENRY Florian
240c5bb311
fix: buyer and sellers in supplier invoice and supplier order list are not corectly defined ( #32028 )
...
* fix: buyer and sellers in supplier invoice and supplier order list are not corectly defined
* chore: revert bad changes
2024-11-21 23:00:41 +01:00
HENRY Florian
991f53db9e
FIX: use tax with code on supplier order line give tax code missing in supplier invoice ( #32018 )
...
* FIX: use vat with code on supplier order result code missing in supplier invoice
* FIX: use vat with code on supplier order result code missing in supplier invoice
2024-11-21 17:46:54 +01:00
Quentin-Seekness
1a752c16cf
Fix setincoterms Location ( #32037 )
...
* Fix setincoterms Location
* Fix location_incoterms on invoice card
* Fix location_incoterms on supplier order
* Fix location_incoterms on supplier invoice
2024-11-21 17:11:19 +01:00
Laurent Destailleur
1386d8c388
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-11-19 04:21:29 +01:00
moreauftheobald
4b9a5db62f
Tracking conf->module->enabled 1 ( #31895 )
...
* Fix Php 8 warning on commande dispach
* Tracking $conf->module->enabled
---------
Co-authored-by: Theobald <f.moreau@theobald-groupe.com >
2024-11-15 23:02:49 +01:00
Lucas Marcouiller
d726e2e889
fix some php8.4 warnings ( #31831 )
...
Co-authored-by: Hystepik <lmarcouiller@nltechno.com >
2024-11-15 14:11:03 +01:00
Laurent Destailleur
e63992b779
Fix phan
2024-11-12 17:32:54 +01:00
Laurent Destailleur
ffd9bde1cd
Disable bugged code and rewrite it in comment to show the way
2024-11-12 15:26:50 +01:00
antonin_tdj
369fb8b898
FIX Supplier orders : delete dispatched lines on supplier order deletion ( #25292 )
...
* Add 2 entries for DispatchedLines on Delete
* Delete dispatched lined on order deletion
* add choice on deletion while dispatched lines exists
* fix indent
* fix begin, rollback and commit locations
* fix indent
* Update card.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-11-12 14:56:09 +01:00
Frédéric FRANCE
661059ca9a
fix phpstan ( #31763 )
...
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-11-11 14:33:53 +01:00
Frédéric FRANCE
15490b292f
fix phpstan and fix CI ( #31739 )
...
* 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
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
2024-11-10 11:16:23 +01:00
Laurent Destailleur
31f147622a
The deprecated GET parameter "&sall=" has been removed, use now the
...
"&search_all=".
2024-11-07 12:26:42 +01:00
Laurent Destailleur
d0c14c6414
Prepare code for #24386
2024-11-07 03:45:28 +01:00
MDW
178d748cad
Qual: Fix phan/phpstan notices in class files (part 5) ( #31617 )
...
* Qual: fix commonstickergen..don.class
* Fix notifications for pdf_paiement...cronjob.class
* Qual: Fix notifications for emailcollector..price_parser.class
* Ensure that NULL is used in the database when fk's are 0/empty
* Fix notifications for pdf_paiement...cronjob.class
* Cope with updated phpstan, and make fk_origin_stock int in multiple locations
2024-11-06 20:15:15 +01:00
Frédéric FRANCE
0d7bc505d3
add phpdoc and clean phpstan baseline ( #31702 )
...
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
* add phpdoc and clean phpstan baseline
2024-11-06 19:39:46 +01:00
Frédéric FRANCE
1adc883b56
add baseline exclude for phpstan ( #31632 )
...
* add baseline exclude for phpstan
* update
* update
* update
* update
* update
* merge
* restore one filter
* delete old errors
* fix
* fix
* fix
* $moreforfilter can t be empty
* fix
* enable check
* refresh baseline
* add phpdoc
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* update phpstan baseline
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-11-04 23:53:20 +01:00
Je2fb
408215b873
Fix issue product multicurrency price in form list and incoterm location ( #31651 )
...
* Update html.form.class.php for multicurrency issue
Error in the name of the parameter data-multicurrency-up replaced by data-multicurrency-unitprice
* Fix Incoterm location
Replacement of function to retrieve the data from GET argument form GETPOSTINT to GETPOST, location_incoterms is a string and not a number
* Update card.php
* Update card.php
* Update card.php
* Update card.php
* Update shipment.php
* Update card.php
* Update card.php
* Update stocktransfer_card.php
* Update card.php
* Update card.php
2024-10-31 18:45:24 +01:00
Laurent Destailleur
6a7fac3545
Fix #31609
2024-10-28 19:15:44 +01:00
Laurent Destailleur
f5e4ab0220
Rewrite code to prepare refactoring
2024-10-26 15:24:54 +02:00
Frédéric FRANCE
17e69f8a21
fix phpstan ( #31565 )
...
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
2024-10-26 13:03:52 +02:00
MDW
fcd680d300
Qual: Fix phan & phpstan notices ( #31496 )
...
# Qual: Fix phan & phpstan notices
Fix multiple phan & phpstan notices
2024-10-25 14:20:55 +02:00
Frédéric FRANCE
331c5e9f4b
fix phpstan ( #31547 )
...
* fix phpstan
* fix phpstan
* fix phpstan
2024-10-25 13:24:10 +02:00
Laurent Destailleur
8bae2d99d8
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-10-24 20:13:12 +02:00
Laurent Destailleur
a17d26665c
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2024-10-24 20:08:28 +02:00
ATM-NicolasV
399d778a7e
Fix:edition rapide de la date de livraison et propagation vers la commande ( #31437 )
...
* pouvoir modifier la date de livraison au statut brouillon et propagation de la valeur lors de la création d'une commande
* remove comment
---------
Co-authored-by: ATM-nicolasV <nicolas.vidal@atm-consutling.fr >
2024-10-24 03:14:23 +02:00