# Qual: Update fields phpdoc to include fields that are defined/used in some cases
comment, copytoclipboard, autofocusoncreated are documented and used in some cases for the
$fields definition
* set object entity at create
* set object entity at create
* set object entity at create
* set object entity at create
* set object entity at create
* set object entity at create
* do not break multicompany thing
* do not break multicompany thing
* missing translation
* fix phpstan
* doc
* fix entity
* fix set entity
* Reminder Mail by Adherent Type
In order to restrict the sending of emails only to this type of member
* String to Int
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
When creating new membership subscriptions and choosing to create an invoice (for linked thirdparty), existing payment method information of the customer should be used.
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
* 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>
* 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
* set bank account information on new membership subscriptions
When creating new membership subscriptions and choosing to create an invoice, existing bank account information should be used.
* (fix phpstan) set bank account on new membership subscriptions
set bank account information on new membership subscriptions
When creating new membership subscriptions and choosing to create an invoice, existing bank account information should be used. Added
* 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
* NEW get member by thirdparty account
* Update api_members.class.php
* Update api_members.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
* Qual: Enable & fix or ignore Invalid DimOffset
# Qual: Enable & fix or ignore Invalid DimOffset
The Invalid DimOffset notices occur when array keys are defined and
the index used is not amongst the known array keys.
This PR enables these notices and fixes array definitions when needed,
or ignores the notices locally if it's a false positive, or in the
baseline.txt when it does not seem to be a false positive so that
it can be fixed later
* Nullable object typing in function signature not ok for 7.0/8.4
Can't user '?User' as argument type for PHP7.0 which is required by PHP8.4.
Therefore, removing the typing specification in the function definition
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>