Laurent Destailleur
3d25e5db4f
FIX Must use the ICS and not IDS bu default
2024-01-31 03:48:09 +01:00
Laurent Destailleur
a4e2d6ea42
Fix doc
2024-01-29 11:06:03 +01:00
thibdrev
16f3a3564e
qual: phpstan for htdocs/compta/prelevement/class/ligneprelevement.class.php
...
htdocs/compta/prelevement/class/ligneprelevement.class.php 195 Method LignePrelevement::LibStatut() should return string|null but empty return statement found.
2024-01-24 21:17:39 +01:00
MDW
39769482b1
Qual: Fix typing hints for DoliDB ( #27484 )
...
# Qual: Fix typing hints for DoliDB
This should help the static tools for type and method checking.
2024-01-13 15:50:02 +01:00
Frédéric FRANCE
0d3e0c8ec4
fix incorrect case and remove exclude check ( #27449 )
2024-01-12 20:40:34 +01:00
Laurent Destailleur
618a364064
FIX #27439 but using the opposite direction. int is bette as we can evolve to add a third value in a future.
2024-01-12 17:47:54 +01:00
MDW
52ee926bac
Qual: Spelling compta code ( #27413 )
...
# Qual: Fix spelling of files in htdocs/compta
No code should be changed, only comments modified or translated.
2024-01-11 09:58:34 +01:00
Frédéric FRANCE
c27551fa37
Method LignePrelevement::LibStatut() should return string|null but return statement is missing.
2024-01-09 18:37:32 +01:00
Laurent Destailleur
b28ae5d8d3
Clean code
2023-12-27 12:12:20 +01:00
Hystepik
d08f91e4cb
Fix some phpstan warnings
2023-12-21 13:43:19 +01:00
Laurent Destailleur
03c05b4fd8
Debug v19
2023-12-14 18:05:46 +01:00
Laurent Destailleur
2aced0faaa
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-12-14 14:52:34 +01:00
Laurent Destailleur
14ba1138c4
Fix payment SEPA for salary
2023-12-14 14:51:30 +01:00
Laurent Destailleur
33dd878f9e
Fix payment SEPA for salary
2023-12-14 14:48:22 +01:00
Laurent Destailleur
d5722ee4b2
Fix payment SEPA for salary
2023-12-14 13:50:29 +01:00
Laurent Destailleur
0a2e28435e
Debug v19
2023-12-13 20:33:36 +01:00
Laurent Destailleur
fb083a6cfc
Fix warning with rector
2023-12-13 16:33:17 +01:00
Laurent Destailleur
100a657633
Debug v19 - Support of bank payment rejection on SEPA.
2023-12-09 20:28:28 +01:00
Laurent Destailleur
02735fab0a
Debug v19
2023-12-09 19:20:19 +01:00
Laurent Destailleur
9d479c5df0
Debug v19
2023-12-08 21:39:10 +01:00
Laurent Destailleur
d248840779
Debug v19
2023-12-08 21:09:32 +01:00
Laurent Destailleur
01a207a592
Debug v19
2023-12-08 20:57:01 +01:00
Laurent Destailleur
230371a6c9
Debug v19
2023-12-08 19:08:42 +01:00
Frédéric FRANCE
61b79fda17
avoid phpstan error with phpdoc
2023-12-06 15:46:39 +01:00
Laurent Destailleur
ba10d60a0b
Fix with php-cs-fixer
2023-12-04 12:02:35 +01:00
Frédéric FRANCE
53c8a3acf8
clean phpdoc for phpstan ( #26905 )
2023-12-01 19:51:32 +01:00
Laurent Destailleur
53dab922fd
Fix php8.2 warnings
2023-11-27 11:39:32 +01:00
Laurent Destailleur
e6eb34a8db
Fiw warnings: The private array ->status_short, ->statuts and
...
->status_long are now array ->labelStatusShort and ->labelStatus
everywhere.
2023-11-24 10:10:24 +01:00
lamrani abdelwadoud
01d3526d8d
FIX sql request in function checkIfSalary ( #26538 )
...
* fix sql request in function checkIfSalary
* Update bonprelevement.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-11-10 18:45:20 +01:00
Laurent Destailleur
955af0695e
Fix return code
2023-11-09 15:44:17 +01:00
Laurent Destailleur
74ff2acc6c
Debug v19
2023-11-07 15:03:45 +01:00
Laurent Destailleur
1e2d06bf80
Debug v19
2023-11-07 14:18:33 +01:00
Laurent Destailleur
e5d9fb10e5
Debug v19
2023-11-07 13:12:07 +01:00
Laurent Destailleur
cb81978080
NEW Add field TechnicalID in list of users
2023-11-07 11:07:31 +01:00
Laurent Destailleur
8ec367406d
Clean code
2023-11-06 20:23:33 +01:00
Laurent Destailleur
3bd677ffb9
Debug v19
2023-11-06 19:59:19 +01:00
Laurent Destailleur
c154a72d88
Debug v19
2023-11-06 19:32:04 +01:00
lamrani abdelwadoud
23ce23021f
NEW functionality for request_transfer ( #26078 )
...
* NEW functionality for request_transfer
* fix problem
* fix problem in transferBank
* fix request sql
* ajust functions for salary invoices
* add badges for each onglet invoice and salary
* Fix update in table bon_prelevement for amount
* Fix in section virement_request list of bonPrelevements
* for prelevemts lignes
* for prelevemts lignes
* update sql for get lignes prelevement with correct info
* update sql for get lignes prelevement with correct info
* add function for check if invoice salaries
* adjust bonprelevement for get salaries
* fix incoherences in create function for class BonPrelevement
* fix request sql for insert in prelevement ligne table
* fix problems and incoherences
* remove parametre from function
* add parenthensises for cast in sql request
* disable button when make demande virement
* fix condition for type
* fix conflit "
* fix whitespace
* fix condition for sourcetype
* fix page demandes.php for list salaries invoices
* add prefix db
* fix incoherences for conditions
* Update virement_request.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-11-06 16:09:05 +01: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
371dd4551a
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2023-10-20 03:03:24 +02:00
Lucas Marcouiller
42865a975a
Fix some code smell ( #26277 )
...
* Fix some code smell
* Update commande.class.php
---------
Co-authored-by: Hystepik <lucas.marcouiller@gmail.com >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-10-20 02:20:26 +02:00
Laurent Destailleur
a60040366d
Debug v19
2023-10-20 02:10:26 +02:00
lamrani abdelwadoud
1949eb564f
NEW updating by adjust request Sql for Salary invoice ( #26279 )
...
* adjust request Sql for Salary invoice
* remove print_r
* Update bonprelevement.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-10-20 01:34:08 +02:00
Laurent Destailleur
2cfa9f8290
Debug v19
2023-10-17 15:43:56 +02:00
Laurent Destailleur
91fa48199a
Fix warnings
2023-09-10 17:41:22 +02:00
Laurent Destailleur
f039c70f8a
Fix class not found
2023-09-09 14:49:56 +02:00
Laurent Destailleur
66a4433896
Fix regression
2023-09-07 17:39:54 +02:00
Laurent Destailleur
862f10f7fd
Fix error management
2023-09-07 17:28:51 +02:00
Frédéric FRANCE
cd81c2e18d
phpstan
2023-09-04 20:29:33 +02:00
Laurent Destailleur
4b5c7677d2
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-09-04 16:42:55 +02:00