Commit Graph

8838 Commits

Author SHA1 Message Date
Laurent Destailleur
17c50368c1 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2024-10-19 14:32:08 +02:00
Laurent Destailleur
e97c1dc48e Better message 2024-10-19 13:51:05 +02:00
Laurent Destailleur
0844ed2f9b NEW Include a protection into check update to detect malware 2024-10-19 13:16:13 +02:00
Joachim Kueter
9643a27423 fix typo (#31449) 2024-10-19 01:19:21 +02:00
Joachim Kueter
6b6fabea14 fix: respect setting for VAT column (#31450) 2024-10-19 01:18:55 +02:00
Laurent Destailleur
f9eb82de7f FIX pagebreak when option PDF_ADD_POSITION is set 2024-10-18 18:43:59 +02:00
John BOTELLA
dd4536b7bd fix usage of on bottom 2024-10-18 14:34:54 +02:00
John BOTELLA
e53858a735 fix usage of on bottom 2024-10-18 14:33:34 +02:00
John BOTELLA
d0d59141af fix usage of on bottom 2024-10-18 14:31:18 +02:00
John BOTELLA
3aa716d89f Merge branch 'fix_v20_pdf_space_lost_with_images_eratosthene2' into fix_v20_pdf_space_lost_with_images_sponge 2024-10-18 14:15:18 +02:00
John BOTELLA
6eb59e5dc1 fix usage of on bottom 2024-10-18 14:14:41 +02:00
John BOTELLA
75da4150b9 Merge branch 'fix_v20_pdf_space_lost_with_images' into fix_v20_pdf_space_lost_with_images_eratosthene2 2024-10-18 14:13:03 +02:00
John BOTELLA
702ff5a865 fix usage of on bottom 2024-10-18 14:12:28 +02:00
John BOTELLA
9eeb8c64f8 Merge branch 'fix_v20_pdf_space_lost_with_images_eratosthene2' of github.com:thersane-john/dolibarr into fix_v20_pdf_space_lost_with_images_sponge 2024-10-18 10:04:02 +02:00
John BOTELLA
f15c22388a Merge branch 'fix_v20_pdf_space_lost_with_images' of github.com:thersane-john/dolibarr into fix_v20_pdf_space_lost_with_images_eratosthene2 2024-10-18 10:02:01 +02:00
John BOTELLA
68df2bf79f Merge branch '20.0' of https://github.com/Dolibarr/dolibarr into fix_v20_pdf_space_lost_with_images 2024-10-18 10:00:27 +02:00
John BOTELLA
036bff18f3 Fix sponge space lost with images 2024-10-18 09:46:07 +02:00
Laurent Destailleur
8f868ef3b9 Fix text overlapping 2024-10-18 01:07:31 +02:00
Laurent Destailleur
65e750cb4e FIX Get number of bank deposit wa not using the date. 2024-10-18 00:47:46 +02:00
Laurent Destailleur
3eebba6116 FIX When PDF_ADD_POSITION is on, the number was doing pagebreak before
the pagebreak done by the addition of description.
2024-10-17 23:46:30 +02:00
Laurent Destailleur
a7a251717e Minor fix in azur/cyan 2024-10-17 23:08:48 +02:00
John BOTELLA
9b35f08367 fix PDF space lost with images eratosthene 2024-10-17 15:15:33 +02:00
John BOTELLA
1852e13320 fix page orientation 2024-10-17 13:49:40 +02:00
Laurent Destailleur
59fd0dbae7 NEW Can choose the zip handler to build ODT 2024-10-17 12:59:24 +02:00
Laurent Destailleur
4432aaffcb Creation auto of bank account use correct bank journal 2024-10-17 04:51:28 +02:00
MDW
cee4535975 Qual: Fix phan notices in admin.lib and tax.lib + related (#31414)
* Qual: Fix admin.lib phpstan/phan notices

* Qual: Fix some argument types in Societe methods

* Fixup phpdoc

* Qual: Improve typing for static analysis

* Qual: Improve typing for static analysis

* Fix tax typing

* Qual: further phan/phpstan notice fixes in dol_generic_project_odt

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-10-17 03:08:38 +02:00
Laurent Destailleur
c2d381d588 Merge branch '20.0' into fix_v20_pdf_space_lost_with_images 2024-10-17 02:24:46 +02:00
Laurent Destailleur
e8299da73f Merge branch 'develop' of github.com:Dolibarr/dolibarr into develop 2024-10-17 02:16:13 +02:00
Laurent Destailleur
8562dd887b Merge 2024-10-17 02:15:53 +02:00
Laurent Destailleur
dacbfecb02 Move trans into correct lang file 2024-10-17 02:12:49 +02:00
Michael Bussmann
6fca870750 EPC-QR,Sponge, Translation of INVOICE_ADD_EPC_QR_CodePay, Alignment (#31327)
* EPC_QR fixes
Display translation of INVOICE_ADD_EPC_QR_CodePay
Fixed alignment of INVOICE_ADD_EPC_QR_CodePay when QR-Code at bottom

* Reverted local font size

Signed-off-by: Michael Bussmann <bus@mb-net.net>

---------

Signed-off-by: Michael Bussmann <bus@mb-net.net>
2024-10-17 02:08:38 +02:00
MDW
33b9479692 Qual: Ignore phan notice for pagebreak property (#31427)
# Qual: Ignore phan notice for pagebreak property

The access to the undeclared pagebreak property is protected with isset().
So these notices are now suppressed.

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-10-17 01:49:43 +02:00
MDW
9677a370e9 Qual: Nullable mysoc hint (#31393)
* Qual: Nullable mysoc hint

# Qual: Nullable mysoc hint

$mysoc can be nullable resulting in issues (#31387) so
it is best to detect these cases with static analysis

* Prevent null assignment
2024-10-17 01:44:54 +02:00
Laurent Destailleur
ce414d29d7 Fix phan 2024-10-17 01:23:23 +02:00
Frédéric FRANCE
64164dead6 missing translation close #31415 (#31432)
* missing translation

* missing translation

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-10-17 01:17:34 +02:00
sonikf
7903a8b780 fix typo (#31418) 2024-10-17 01:14:26 +02:00
sonikf
202263dbb5 fix PDF proposal signature area (#31420)
* fix signature

* fix signature
2024-10-17 01:04:36 +02:00
Laurent Destailleur
82f65a6410 NEW Can choose the zip handler to build ODT 2024-10-17 00:31:53 +02:00
Laurent Destailleur
956a039082 Merge branch 'develop' of github.com:Dolibarr/dolibarr into develop 2024-10-16 20:47:12 +02:00
Laurent Destailleur
9ad71b980a NEW Can choose the zip handler to build ODT 2024-10-16 20:46:52 +02:00
Laurent Destailleur
e57ba5aa16 Fix phan 2024-10-15 17:30:07 +02:00
Laurent Destailleur
04ea424979 Removed not used $langs 2024-10-15 16:35:21 +02:00
Laurent Destailleur
231a561712 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-10-15 14:22:46 +02:00
Laurent Destailleur
e731910ede Miscellaneous fix on PDf template (trans, position column, warning) 2024-10-15 14:14:07 +02:00
Laurent Destailleur
86a90692ef FIX Support for PDF_ADD_POSITION was not complete 2024-10-15 00:18:05 +02:00
Laurent Destailleur
530fb167a2 NEW Support option PDF_ADD_POSITION on shipment espadon template 2024-10-14 22:38:51 +02:00
Laurent Destailleur
9ed4894adc Doc 2024-10-14 22:12:00 +02:00
MDW
53cfbc35be Qual: Fix several phan & stan notices (#31308)
* Qual: Fix several phan & stan notices

# Qual: Fix several phan & stan notices

Several fixes in files while fixing UnknownClass notices

* Qual: Update prepare_head PHPDoc return types

# Qual: Update prepare_head PHPDoc return types

Provide detailed array return types for prepare_head functions.

* Fix new phan notice

* Better loadLangs typing and fix call to loadLangs

* Fix new issues (stats)

* Other fixes of new issues

* Qual: update phan baseline
2024-10-14 01:59:44 +02:00
Alexandre SPANGARO
5dfe870c4c NEW Invoice - Generate payment information - Structured communication (#31376)
* NEW Invoice - Generate payment information - Structured communication

* fix tabs/space

* Add $substitutionarray['__PAYMENT_STRUCTURED_COMMUNICATION__']

* Fix travis

* Move to specific file functions_be.lib.php

* Fix function use

* Fix code

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-10-14 01:39:03 +02:00
Frédéric FRANCE
820333b02f fix variants sql init (#31319)
* fix variants sql init

* add setup

* add setup

* add setup

* update class

* update list

* update list

* update list

* update class

* fix typos

* fix translations

* fix html

* fix update

* fix sql

* fix extrafields

* fix extrafields
2024-10-13 21:08:55 +02:00