Commit Graph

7121 Commits

Author SHA1 Message Date
Laurent Destailleur
66834b0422 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-05-23 21:29:02 +02:00
Laurent Destailleur
683c11e6c4 Fix sql error 2024-05-23 15:06:17 +02:00
Laurent Destailleur
66f4562300 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-05-23 14:50:17 +02:00
Laurent Destailleur
a854e58905 FIX Missing $param in hook call for list 2024-05-23 14:41:56 +02:00
Laurent Destailleur
59ae417912 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-05-23 12:52:28 +02:00
Laurent Destailleur
2ab36e25b6 FIX Bad count of total of supplie rinvoice into the list 2024-05-23 12:32:12 +02:00
atm-etienne
dc8b79e0d4 New classify billed order without invoice (#29614)
* Add new conf in admin page for supplier order classify billed without invoice

* Add translations en_US

* Add check on new config to allow or not the classify billed button

* Add possibility to set the hidden conf to disallow classify billed button from order, from the admin page

* Update conf names and move code to right parts, according to PR returns
2024-05-22 13:30:44 +02:00
Laurent Destailleur
481fec5291 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-05-21 20:12:45 +02:00
sonikf
03ce503bd2 fix translation for non latin languages (#29717)
* fix translation for non latin languages

* fix translation for non latin languages
2024-05-21 14:49:20 +02:00
Laurent Destailleur
50cd81ef93 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-05-16 13:16:18 +02:00
Laurent Destailleur
92f6539744 Use dolPrintHTML() 2024-05-15 18:21:50 +02:00
Noé Cendrier
911571ad61 FIX: PHP8 warning if $conf->reception is checked the old fashion way (#29697) 2024-05-15 18:05:27 +02:00
jyhere
1647f7f199 FIX: autoliquidation setting when viewing card should be hidden if option is disabled (#29677) 2024-05-15 17:28:15 +02:00
Laurent Destailleur
f07f740bc5 css 2024-05-13 22:54:53 +02:00
Laurent Destailleur
16336a66ad Rename french module name into english 2024-05-13 10:45:20 +02:00
Laurent Destailleur
087cc34a6c Rename a page with the english name 2024-05-07 02:11:06 +02:00
Laurent Destailleur
d74065ab12 Debug v20 2024-05-06 21:53:52 +02:00
Frédéric FRANCE
d0830b3159 fix phpstan (#29602)
* fix phpstan

* fix phpstan

* fix phpstan

* fix phpstan

* fix travis

* fix phpstan

* fix phpstan

* fix phan

* 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 travis

* fix phpstan

* fix phpstan

* fix phpstan

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-05-05 00:34:19 +02:00
Laurent Destailleur
93eded598e Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-05-03 18:24:03 +02:00
PsyCrow
1e7184c11f FIX PHP Warning: Undefined variable $tva_npr in /fourn/facture/card.php on line 1695 (#29593)
#FIX PHP Warning:  Undefined variable $tva_npr in /fourn/facture/card.php on line 1695
2024-05-03 13:09:52 +02:00
Laurent Destailleur
e3daa23949 Look and feel v20 2024-04-30 09:45:28 +02:00
Laurent Destailleur
9e654e65dd Debug v20 2024-04-29 11:04:19 +02:00
Laurent Destailleur
8db9b30fbb Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-04-27 04:07:00 +02:00
PsyCrow
c17026f652 FIX: PHP Warning: Undefined array key "totalam" on line 1890 (#29489)
* FIX: PHP Warning:  Undefined array key "totalam" on line 1890

FIX PHP Warning:  Undefined array key "totalam" on line 1890

* Update list.php

* Update list.php

* Update list.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-04-27 03:57:16 +02:00
PsyCrow
93ba9189d2 FIX PHP Warning: Undefined variable $socid on line 55 (#29490)
FIX PHP Warning:  Undefined variable $socid on line 55
2024-04-27 03:45:32 +02:00
Laurent Destailleur
b8b964169a Merge 2024-04-27 03:32:22 +02:00
PsyCrow
80ee6c813c FIX PHP Warning: Undefined array key "totalam" on line 1891 (#29487)
FIX PHP Warning:  Undefined array key "totalam" on line 1891
2024-04-26 23:50:54 +02:00
Laurent Destailleur
2f7e9734bd Debug v20 2024-04-23 00:38:56 +02:00
Laurent Destailleur
d4b7332c76 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-04-22 14:24:14 +02:00
Frédéric FRANCE
5d421b1437 fix phpstan supplier invoice rec (#29398) 2024-04-20 22:45:14 +01:00
sonikf
5f98189729 fix #29381 backport #28039 in v. 19 (#29400) 2024-04-20 22:33:57 +01:00
spooky360
8949354053 FIX: an error occured when doing a mass vat change de 0% on supplier invoice (#29417)
On a supplier invoice, when you want to set all lines VAT to 0, the check performed in card.php fails and an error occurs. The 0 value was interpreted as false so we never enter in the "if" condition. We now check that the value is not an empty string
2024-04-20 22:19:36 +01:00
Laurent Destailleur
27dcafc05e Debug v20 2024-04-20 19:09:34 +02:00
Laurent Destailleur
1e3b2c6a7c Try to fix GETPOSTINT regressions 2024-04-19 13:34:48 +02:00
Laurent Destailleur
612e41a8ca Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	htdocs/core/class/commondocgenerator.class.php
	htdocs/core/lib/functions.lib.php
	htdocs/fourn/commande/card.php
	htdocs/install/mysql/migration/19.0.0-20.0.0.sql
	htdocs/product/stock/replenish.php
	htdocs/takepos/invoice.php
2024-04-18 02:48:52 +02:00
Laurent Destailleur
79e844bdcb Fix default value 2024-04-17 10:42:12 +02:00
sonikf
95aa03e3b0 FIX #28347 FIX #28962 FIX #29224 FIX #29035 (#29303)
* FIX #28347 FIX #28962 FIX #29224

* fix empty line

* Update card.php

* FIX #29035

* add multicompany support in creation of supplier order from client order

* Update card.php

Assign a subprice value of 0 to user selected lines without a vendor product price when creating a supplier order from a client order
2024-04-12 12:53:03 +02:00
Vincent Maury
6212868aca regl_mode on new command not set (#29293)
When creating a new supplier order, even if the default reglement_mode is set for this supplier, the reglement_mode for the new order is not set.
As It is for the cond_reglement
I don't understand why my update is ok, but IT IS !
2024-04-09 20:09:45 +02:00
Laurent Destailleur
ac63bd9b56 Debug v20 2024-04-09 19:36:39 +02:00
sonikf
672ba6f47d QUAL: feature parity between vendor and customer template invoice (#26588)
* NEW: Add invoice subtype

* Add subtype, propagate extrafields and clean up

* fix empty line

* fix phan error
2024-04-08 20:36:12 +02:00
Laurent Destailleur
ab53b275eb Fix default value 2024-04-08 12:09:05 +02:00
Laurent Destailleur
b5de782c6b Fix use the good HTTP code 2024-04-07 14:59:25 +02:00
Laurent Destailleur
fd9475be03 Use same doc comment eveywhere. 2024-04-07 12:26:27 +02:00
Laurent Destailleur
38fb00489d PHPDoc 2024-04-05 13:44:59 +02:00
thibdrev
2fca326f12 qual: phpstan for fournisseur.facture.class.php
htdocs/fourn/class/fournisseur.facture.class.php	204	PHPDoc type float|int of property FactureFournisseur::$total_ht is not covariant with PHPDoc type float of overridden property CommonObject::$total_ht.
htdocs/fourn/class/fournisseur.facture.class.php	206	PHPDoc type float|int of property FactureFournisseur::$total_tva is not covariant with PHPDoc type float of overridden property CommonObject::$total_tva.
htdocs/fourn/class/fournisseur.facture.class.php	208	PHPDoc type float|int of property FactureFournisseur::$total_localtax1 is not covariant with PHPDoc type float of overridden property CommonObject::$total_localtax1.
htdocs/fourn/class/fournisseur.facture.class.php	210	PHPDoc type float|int of property FactureFournisseur::$total_localtax2 is not covariant with PHPDoc type float of overridden property CommonObject::$total_localtax2.
htdocs/fourn/class/fournisseur.facture.class.php	212	PHPDoc type float|int of property FactureFournisseur::$total_ttc is not covariant with PHPDoc type float of overridden property CommonObject::$total_ttc.
htdocs/fourn/class/fournisseur.facture.class.php	1204	Property FactureFournisseur::$author (int) does not accept string.
2024-04-04 21:15:09 +02:00
Laurent Destailleur
74ea1ecd56 Merge pull request #29205 from DoliGreece/sonikf-patch-fix-vendor-template-list
fix vendor template list default search parameters
2024-04-04 20:21:11 +02:00
Laurent Destailleur
2032999376 Merge pull request #29172 from JonBendtsen/supplier_order_update_single_array_option_element
allow updating supplier orders single Complementary Attribute
2024-04-04 19:51:02 +02:00
Frédéric FRANCE
08dc3592ad Merge branch 'develop' into patch-9 2024-04-04 18:08:57 +02:00
Jon Bendtsen
a433856917 Merge branch 'develop' into supplier_order_update_single_array_option_element 2024-04-03 19:39:49 +02:00
Laurent Destailleur
14afdf6b0e Fix regression on GETPOSTINT 2024-04-03 17:50:24 +02:00