Commit Graph

6442 Commits

Author SHA1 Message Date
MDW
3c966469ef QUAL No return values in __construct(), correct PHPDoc for typing (#26768) 2023-11-20 23:47:06 +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
HENRY Florian
adeded25f4 Dev phpstan (#26723)
* fix: remove phpstan warning

* fix phpstan

* fix phpstan

* fix phpstan
2023-11-18 16:49:39 +01:00
Eric
ca2a267537 undefined fk_parent_line (#26695) 2023-11-18 01:42:19 +01:00
Laurent Destailleur
a0bba05b02 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	htdocs/commande/class/api_orders.class.php
	htdocs/compta/facture/card.php
	htdocs/core/lib/functions.lib.php
	htdocs/core/lib/project.lib.php
	htdocs/fourn/class/api_supplier_orders.class.php
	htdocs/fourn/class/fournisseur.facture-rec.class.php
	htdocs/langs/en_US/stocks.lang
2023-11-17 18:24:53 +01:00
Laurent Destailleur
5db512229b Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2023-11-17 17:58:48 +01:00
Maxime Kohlhaas
d7851240b4 Fix : on supplier order, vat for all lines wasn't working with 0 value (#26675) 2023-11-17 16:27:00 +01:00
Laurent Destailleur
042d583070 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2023-11-17 12:03:38 +01:00
Laurent Destailleur
6ea48ac22a Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-11-17 12:02:21 +01:00
sonikf
10e56262ea FIX #9598 (#26600)
* NEW: Add support for supplier recurring invoice

* NEW: Add support for supplier contract recurring invoice

* Add tests

* We must not force supplier to become customer

* FIX PHPCS

* fix wrong test
2023-11-16 23:29:00 +01:00
MDW
c4542895d7 Fix recurrent supplier invoice generation (title) (#26601) 2023-11-16 15:43:48 +01:00
Christian Humpel
d567bdaa53 Integrate 'sqlfilterlines' in API for supplierorders. (#26613)
Co-authored-by: christian.humpel <christian.humpel@gmail.com>
2023-11-16 15:00:13 +01:00
thomas-Ngr
d5bb63df5d Reception dispatch : copy previous entrepot (#26597) 2023-11-14 22:39:18 +01:00
thibdrev
1ba7d135e0 delete method isReconciled() because it is now inherited (#26591) 2023-11-14 14:29:25 +01:00
Laurent Destailleur
0770ce640e Debug v19 2023-11-14 02:42:02 +01:00
sonikf
e861372512 fix label placement (#26580) 2023-11-14 02:30:54 +01:00
Laurent Destailleur
c6c7b6692d Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-11-13 15:33:32 +01:00
Laurent Destailleur
7659bba97a Fix bad delete of lines into llx_ecm_files 2023-11-13 12:24:47 +01:00
thibdrev
86bad02b9d FIX #26553 Supplier invoice - Do not display the delete button for reconciled payment (#26554)
* do not display delete button if payment is reconciled

* add isReconciled() function

* phpcs fix: replace spaces by tab

* phpcs fix: Whitespace found at end of line

* phpcs
2023-11-12 23:41:59 +01:00
Laurent Destailleur
a48e541093 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	htdocs/accountancy/class/bookkeeping.class.php
	htdocs/accountancy/journal/expensereportsjournal.php
	htdocs/core/class/html.formadmin.class.php
	htdocs/core/lib/functions.lib.php
2023-11-12 23:18:19 +01:00
Laurent Destailleur
d6179c74f1 Fix add exit after redirect header 2023-11-12 21:48:06 +01:00
thibdrev
390260640a fix #26551 Supplier Invoice - Display the error message when trying to delete an already reconciled payment (#26552)
* fix #26551

* fix white space at the end of lines
2023-11-12 21:44:42 +01:00
Laurent Destailleur
cc6d960d78 Debug v19 2023-11-08 16:30:01 +01:00
Laurent Destailleur
ccfaaeb03b Debug v19 2023-11-08 16:25:49 +01:00
sonikf
edac1bb6cc Add missing info for proper use and creation of template invoice (clients and vendors) (#26475)
* Add missing info for proper use and creation of template invoice

* Add missing info for proper use and creation of template invoice

* fix trans of generated invoice
2023-11-07 18:18:06 +01:00
Laurent Destailleur
56bb63c388 Debug v19 2023-11-06 16:29:00 +01:00
Laurent Destailleur
f1b436451e Debug v19 2023-11-06 16:26:44 +01:00
Laurent Destailleur
7cd178e3f9 Debug v19 2023-11-06 16:25:26 +01:00
Christophe Battarel
8f54413a69 add hook tabContentCreateSupplierInvoice (#26430)
Co-authored-by: Christophe Battarel <christophe@altairis.fr>
2023-11-03 20:58:49 +01:00
Christophe Battarel
12ae62b2af NEW : add hook tabContentViewSupplierInvoice (#26431)
* add hook tabContentViewSupplierInvoice

* wrong hook name

---------

Co-authored-by: Christophe Battarel <christophe@altairis.fr>
2023-11-03 20:58:33 +01:00
Laurent Destailleur
127de7e7d8 FIX On object validation, ecm index are not updated for uploaded files 2023-11-01 16:17:54 +01:00
Christophe Battarel
13072a1df2 add hook tabContentViewSupplierOrder (#26417)
Co-authored-by: Christophe Battarel <christophe@altairis.fr>
2023-11-01 14:24:31 +01:00
Christophe Battarel
002f10a9aa NEW : add hook tabContentCreateSupplierOrder (#26418)
* add hook tabContentViewSupplierOrder

* wrong hook name

---------

Co-authored-by: Christophe Battarel <christophe@altairis.fr>
2023-11-01 14:24:10 +01:00
Laurent Destailleur
74e1ec4099 FIX On object validation, ecm index are not updated for uploaded files 2023-10-31 19:28:11 +01:00
Laurent Destailleur
a0c5dffacb Fix must update facture_fourn_rec when merging thirdparties 2023-10-31 18:18:15 +01:00
Laurent Destailleur
fb65ad919e Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-10-31 13:03:04 +01:00
Laurent Destailleur
1a8176253c Debug v19 2023-10-31 10:36:04 +01:00
Laurent Destailleur
9132bbc7b6 Fix mysql 2023-10-31 10:33:13 +01:00
Mohamed DAOUD
08ef416958 New: Adding the PDF option displaying the product's barcode number (#26345)
* Add a PDF option to show barcode number of product

* Add space before and after IF keyword

* fix error phpcs

* add barcode label before barcode number

* Use outputlangs and not langs

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-10-30 03:13:12 +01:00
Alexandre SPANGARO
ad1c363aa6 FIX Supplier card - VAT Reserve Charge - Undefined function isInEEC() (#26379) 2023-10-27 12:53:03 +02:00
lamrani abdelwadoud
40fb7c5fa7 FIX Payement infos for Fournisseur add change company condition for get default infos (#26305)
* add change company condition for get default infos

* fix it for compta/facture also
2023-10-26 17:12:57 +02:00
Laurent Destailleur
a318031034 QUAL Standardize code. Renamed ID of user properties into ->user_xxx_id 2023-10-24 11:37:29 +02:00
Laurent Destailleur
1950669a24 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2023-10-24 03:23:37 +02:00
Laurent Destailleur
1734adfd27 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-10-24 03:05:46 +02:00
sonikf
99ee3523b0 fix errors in /fourn/facture/list.php (#26324) 2023-10-23 19:16:59 +02:00
Laurent Destailleur
11486c8d32 doc 2023-10-20 18:04:07 +02:00
Laurent Destailleur
b23dc8478c php 8.2 2023-10-20 17:46:26 +02:00