2
0
forked from Wavyzz/dolibarr
Commit Graph

6487 Commits

Author SHA1 Message Date
Laurent Destailleur
c4dc94fd35 Fix warning 2023-12-11 18:22:35 +01:00
Laurent Destailleur
0ec3de4230 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-12-11 18:04:55 +01:00
Laurent Destailleur
b20e130dba Debug v19 2023-12-11 18:04:39 +01:00
Laurent Destailleur
8df6fc6688 Fix warning 2023-12-11 17:48:40 +01:00
Laurent Destailleur
73ac9b3f5f Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-12-11 15:38:25 +01:00
Laurent Destailleur
b697375edc Removed not used var 2023-12-11 15:31:33 +01:00
Laurent Destailleur
a3e0c95687 Update fournisseur.facture.class.php 2023-12-11 15:20:52 +01:00
Hystepik
8d7ab21ad6 Fix some php code smell 2023-12-08 14:23:34 +01:00
Laurent Destailleur
60af6843fd Clean code 2023-12-08 02:05:51 +01:00
Laurent Destailleur
89e1e1b859 Merge pull request #26980 from atm-jonathan/FIX_in_array()_list.php
FIX in_array() on key
2023-12-08 01:59:32 +01:00
Laurent Destailleur
b4d0ba5f06 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-12-06 22:36:46 +01:00
Laurent Destailleur
dfc7bc799f Fix warning 2023-12-06 22:36:05 +01:00
Laurent Destailleur
2a7f9378c9 Doc 2023-12-06 20:49:32 +01:00
Frédéric FRANCE
61b79fda17 avoid phpstan error with phpdoc 2023-12-06 15:46:39 +01:00
Sylvain Legrand
cdf9d045d6 Update card.php
When using a discount or credit equal to the invoice amount, set that invoice as paid.
2023-12-06 06:41:08 +01:00
Jonathan Lescaut
771b735384 FIX in_array() on key 2023-12-05 16:12:18 +01:00
Laurent Destailleur
a7125280bc Fix with php-cs-fixer 2023-12-04 12:12:12 +01:00
Laurent Destailleur
386c91790a Fix warning 2023-12-03 20:32:08 +01:00
Laurent Destailleur
3d0cbf15b0 Look and feel v1 2023-12-02 20:39:07 +01:00
Laurent Destailleur
3ecfc1b55f Fix css 2023-12-02 20:27:09 +01:00
Frédéric FRANCE
53c8a3acf8 clean phpdoc for phpstan (#26905) 2023-12-01 19:51:32 +01:00
Laurent Destailleur
b5f2d2fb10 Debug v19 2023-12-01 14:06:22 +01:00
Laurent Destailleur
e1f3765f16 Debug v19 2023-12-01 11:41:48 +01:00
Laurent Destailleur
240869f2f2 Fix warnings 2023-11-30 21:45:58 +01:00
Frédéric FRANCE
e5da78eabe fix hidden phpstan error (#26893) 2023-11-30 17:44:34 +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
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
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
Laurent Destailleur
7785ae93a1 Fix php8.2 warnings 2023-11-27 11:41:05 +01:00
Laurent Destailleur
1ac9bcab59 Debug v19 2023-11-24 16:30:31 +01:00
Laurent Destailleur
574502c6fd Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-11-24 10:23:38 +01:00
Laurent Destailleur
e6eb34a8db Fiw warnings: The private array ->status_short, ->statuts and
->status_long are now array ->labelStatusShort and ->labelStatus
everywhere.
2023-11-24 10:10:24 +01:00
Frédéric FRANCE
2cacb02cca remove deprecated from initAsSpecimen (#26834) 2023-11-24 09:27:06 +01:00
Laurent Destailleur
cb3a86a737 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-11-23 18:56:10 +01:00
Laurent Destailleur
a257dcfa48 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2023-11-23 18:48:52 +01:00
Laurent Destailleur
3294b721ac Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-11-23 18:46:57 +01:00
IC-Nicolas
47de053b06 NEW &arrayfields into doAction (#26832) 2023-11-23 17:09:52 +01:00
boudet jean pascal
b3345e1796 FIX : special_code update line keep old value. (#26819)
* FIX : special code update line keep old value.

* Update fournisseur.commande.class.php

---------

Co-authored-by: jpb <jean-pascal.boudet@atm-consulting>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-11-23 15:10:56 +01:00
Frédéric FRANCE
628786df6a Update fournisseur.facture.class.php (#26822) 2023-11-23 14:59:21 +01:00
Laurent Destailleur
f70cac6cb8 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-11-22 00:25:35 +01:00
moreauftheobald
d756151956 Fix PHP STAN ERROR ON fournisseur commande class (#26717)
* Fix PHP STAN ERROR ON fournisseur commande class

* Fix phpstan fournisseur commande class

* Fix phpstan fournisseur commande class

* Remove Rang property

* Remove Rang property

* Update fournisseur.commande.class.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-11-22 00:17:15 +01:00
Laurent Destailleur
b57b002494 Fix warning 2023-11-22 00:16:00 +01:00
Frédéric FRANCE
9ff62f157c fix phpstan (#26775)
* fix phpstan

* Update fournisseur.facture.class.php

* Update fournisseur.facture.class.php
2023-11-22 00:00:37 +01:00
Frédéric FRANCE
7ac05c7549 fix phpstan (#26799)
* fix phpstan

* Update commoninvoice.class.php

* Update facture.class.php

* Update commoninvoice.class.php

* fix properties
2023-11-21 21:36:34 +01:00
MDW
3c966469ef QUAL No return values in __construct(), correct PHPDoc for typing (#26768) 2023-11-20 23:47:06 +01:00
Saami PERDRIX
7e9947a3e6 FIX php8 fatal on edit supplier order when multicurrency is activated (#26758) 2023-11-20 20:17:44 +01:00
Laurent Destailleur
219bb50cac Fix warning 2023-11-19 13:34:36 +01:00
Alexandre SPANGARO
eb11c19823 Supplier invoice - payment list - Manage Checkbox on left column (#26741)
* Travis fix

* Travis remove warning "Line exceeds 500 characters"

* Travis remove warning "Line exceeds 500 characters"

* Travis remove warning "Line exceeds 500 characters"

* Supplier invoice - payment list - Manage Checkbox on left column
2023-11-19 10:46:22 +01:00
IC-Nicolas
ae608c3bb7 Unused method in Dolibarr (#26737) 2023-11-19 00:47:23 +01:00
Laurent Destailleur
5c1a7e7541 Debug v19 2023-11-18 23:50:35 +01:00