Commit Graph

145227 Commits

Author SHA1 Message Date
Laurent Destailleur
e478f72d2b debug v21 2024-11-07 13:06:45 +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
7c5c08f8b4 Add option MAIN_PROFID_MAXLENGTH_PLUS 2024-11-07 05:25:36 +01:00
thomas-Ngr
9374a31b33 Fix const INVOICE_USE_RETAINED_WARRANTY (#30533)
* Fix const INVOICE_USE_RETAINED_WARRANTY being set as -1 when it should be empty

* fix missing translation

* fix missing translation

* Manage update for INVOICE_USE_RETAINED_WARRANTY

* use native setAsSelect() form function
2024-11-07 05:14:07 +01:00
Laurent Destailleur
e83b001d1a Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2024-11-07 05:13:29 +01:00
Laurent Destailleur
865bf1f3e0 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-11-07 05:13:28 +01:00
MDW
43b5bb049a Qual: Fix phan notifications for compta/facture/card (#30667)
* Qual: Fixes for htdocs/compta/facture/card.php (phan)

* Improve initialisations compta/facture/card

* Add initialisations and tests to fix phan notices

* Add initialisations for phan

* Test argument to property_exists is not null for typing

* Ignore PhanUndeclaredProperty notice on specific line

* Fix uninitialized $price_base_type

* Changes after rebase

* Remove duplicate becasue of rebase

* Update card.php

* Add dolsyslog of observed type

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-07 05:10:31 +01:00
Frédéric FRANCE
4f777f58dc fix ecmfile tooltip (#30993)
* Update ecmfiles.class.php

* Update ecm.lang

* Update ecmfiles.class.php

* add translations

* wip

* wip

* enhance tooltip

* fix

* fix

* fix

* fix ajaxtooltip

* fix picto

* fix picto

* fix sql

* tooltip

* tooltip

* test
2024-11-07 05:07:41 +01:00
Laurent Destailleur
665477c6fb Rename substituion key __MEMBER_CIVILITY__ 2024-11-07 05:05:29 +01:00
Laurent Destailleur
507d400a56 Fix substition key 2024-11-07 05:03:59 +01:00
Alain Rihs
32640c4f91 NEW|add member civility to the labels (#31710)
* Update carte.php

add member civility to the labels, as described on https://www.dolibarr.fr/forum/t/personnaliser-champs-a-imprimer-sur-etiquettes-pdf-des-adherents/47668

But I don't know how to do to add extrafields. If anybody has an idea to get me on the track...

* Update carte.php

as proposed by @hregis

* added member extrafield

added member extrafields to display extrafields values

* Update carte.php

* Update carte.php

* Update carte.php

* Update carte.php

* Update carte.php

* Update carte.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-07 05:03:23 +01:00
Juanjo Menent
5eb5033aba FIX #25853 Thirdparty Massaction (#25868)
* FIX #25853 Thirdparty Massaction

* FIX #25704 Taxes Deleted from Vendor Invoices

* FIX #25704 Taxes Deleted from Vendor Invoices

* FIX #25704 Taxes Deleted from Vendor Invoices

* Update fournisseur.facture.class.php

---------

Co-authored-by: Juanjo Menent <jmenent@2byte.es>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-07 04:41:48 +01:00
MDW
d8c4f678f4 Qual: Fix CI - phan/phpstan notices (#31720)
# Qual: Fix CI - phan/phpstan notices

Fix notices currently active in develop branch

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-07 04:40:45 +01:00
Laurent Destailleur
afcc96d953 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-11-07 04:39:16 +01:00
Laurent Destailleur
f785de0f96 Fix phan 2024-11-07 04:39:04 +01:00
Bahfir Abbes
839c2c5788 Fix:Bad holidays menus order (#24702)
* Fix:Bad holidays menus order

* Fix init_menu_auguria.sql for new rights syntax

* Fix init_menu_auguria.sql for new rights syntax in init_menu_auguria.sql

* Update init_menu_auguria.sql

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-07 04:17:21 +01:00
Laurent Destailleur
1882532467 Fix phan 2024-11-07 04:09:53 +01:00
Laurent Destailleur
137fdd28ac Prepare code for a cleaner implementation of #24943 2024-11-07 03:59:30 +01:00
Laurent Destailleur
d0c14c6414 Prepare code for #24386 2024-11-07 03:45:28 +01:00
Laurent Destailleur
a3cd50944d Fix missing property 2024-11-07 03:25:04 +01:00
Anthony Berton
a5e1f09043 NEW - Add terms of sale on documents (#24846)
* NEW -  Add terms to sale on documents

* FIx

* Move in pdf other

* Change termstosale in termsofsale

* Copy

* Update admin.lang

* Update pdf_other.php

* // Terms to sale

* Update pdf_other.php

* Update pdf_einstein.modules.php

* Update pdf_eratosthene.modules.php

* Update pdf_crabe.modules.php

* Update pdf_sponge.modules.php

* Update pdf_azur.modules.php

* Update pdf_cyan.modules.php

* Update societe.class.php

* Clean

* Update pdf_other.php

---------

Co-authored-by: Anthony Berton <anthony.berton@bb2a.fr>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2024-11-07 03:20:49 +01:00
Laurent Destailleur
f8d3656b6d Try to fix phan 2024-11-07 03:11:42 +01:00
Laurent Destailleur
c0c89657b8 Debug v21 - look and feel 2024-11-07 03:08:02 +01:00
Laurent Destailleur
b0e10ec2e4 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-11-07 01:17:58 +01:00
Laurent Destailleur
a23a7385e7 Fix phan 2024-11-07 01:16:48 +01:00
MDW
278d301f32 Qual: Fix phan/phpstan notices in class files (part 6) (#31634)
* Qual: Fix notices for paymentdonation...workstationusergroup.class

* Qual: Fix PhanPluginRedundantReturnComment, update baseline

* Qual: Complete array phpdoc for properties
2024-11-06 23:57:45 +01:00
Laurent Destailleur
434697e78e FIX Search on batch code 2024-11-06 23:52:53 +01:00
Laurent Destailleur
0e55db7caf WIP Captcha architecture 2024-11-06 23:02:46 +01:00
Laurent Destailleur
dc505909fa Debug modulebuilder template 2024-11-06 22:25:00 +01:00
Laurent Destailleur
84c343cada WIP Captcha module architecture 2024-11-06 22:15:25 +01:00
Laurent Destailleur
f2c89f6043 WIP Add column subprice with tax for future use 2024-11-06 20:38:44 +01:00
Laurent Destailleur
b03684c0ee Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2024-11-06 20:17:28 +01:00
Laurent Destailleur
13ce7cfd04 Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-11-06 20:17:14 +01:00
Laurent Destailleur
0ab967a27a Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2024-11-06 20:16:47 +01:00
Laurent Destailleur
bb6c4b2ccb Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0 2024-11-06 20:16:41 +01:00
Laurent Destailleur
e1b0cb6cf0 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-11-06 20:16:12 +01:00
Laurent Destailleur
ef60275bed Test code 2024-11-06 20:15:51 +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
Florian Mortgat
723c8278ce FIX 17.0 fatal when updating recurring supplier invoice line with php8 ($remise_percent is '' instead of 0) (#31713) 2024-11-06 19:20:38 +01:00
VIAL-GOUTEYRON Quentin
bc8d443898 FIX: Corrected typo preventing data from being saved (#31716)
* FIX: Corrected typo preventing data from being saved

* fix missing length
2024-11-06 19:18:24 +01:00
uvaldenaire-opendsi
bbf83c7053 fix dol_getdate() when timestamp is an empty string (#31714) 2024-11-06 19:17:33 +01:00
Laurent Destailleur
0819a57345 Better fix for #31015 2024-11-06 19:12:49 +01:00
Laurent Destailleur
26425681c8 Trans 2024-11-06 18:46:24 +01:00
Laurent Destailleur
ce7a364d2f Add option to test fix of #31696 2024-11-06 17:16:36 +01:00
Laurent Destailleur
43fb9dbb52 Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0 2024-11-06 16:39:29 +01:00
Laurent Destailleur
a9b6e6916c FIX column position on PDF of payments 2024-11-06 16:38:32 +01:00
Laurent Destailleur
b7821bde26 FIX the autofix corrupted vat value must be triggered only if we are
sure data is corrupted.
FIX the autofix must also fix the multicurrency value.
2024-11-06 16:17:51 +01:00
Laurent Destailleur
00b9943069 Rename var to make debug easier 2024-11-06 15:15:55 +01:00
Laurent Destailleur
4bdd848bbe Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-11-06 13:26:08 +01:00