2
0
forked from Wavyzz/dolibarr
Commit Graph

252 Commits

Author SHA1 Message Date
Frédéric FRANCE
61b79fda17 avoid phpstan error with phpdoc 2023-12-06 15:46:39 +01:00
Laurent Destailleur
a7125280bc Fix with php-cs-fixer 2023-12-04 12:12:12 +01:00
Frédéric FRANCE
53c8a3acf8 clean phpdoc for phpstan (#26905) 2023-12-01 19:51:32 +01:00
Laurent Destailleur
7785ae93a1 Fix php8.2 warnings 2023-11-27 11:41:05 +01:00
Mohamed DAOUD
eba4756156 Fix some warnings -technical debt- (#26514)
* fix-warnings

* fix the last commit

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-11-14 01:52:42 +01:00
Laurent Destailleur
991c1fe6e4 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-11-09 11:51:52 +01:00
Laurent Destailleur
2cfa9f8290 Debug v19 2023-10-17 15:43:56 +02:00
Laurent Destailleur
d3dc6615db Remove deprecated use of ->modelpdf (good is ->model_pdf) 2023-10-02 21:49:08 +02:00
pascal
80f060c771 fix tab indentation 2023-09-26 18:43:25 +02:00
pascal
871f896962 implementation of properties filter 2023-09-26 18:04:48 +02:00
Laurent Destailleur
91fa48199a Fix warnings 2023-09-10 17:41:22 +02:00
Laurent Destailleur
92fd69b84b Fix warnings 2023-09-03 18:06:38 +02:00
Laurent Destailleur
31474d80f1 Doxygen 2023-06-19 00:52:43 +02:00
Laurent Destailleur
20a004f3c7 Clean code 2023-06-04 01:42:28 +02:00
Laurent Destailleur
5dd3f57a1e Debug v18 2023-05-11 13:11:21 +02:00
Laurent Destailleur
359ebb9a7f Debug v18 2023-05-02 17:26:12 +02:00
Laurent Destailleur
fd3ec20f36 Update qodana rules 2023-04-30 04:24:17 +02:00
Laurent Destailleur
382f45ec14 Clean code 2023-04-30 03:36:02 +02:00
VMR Global Solutions
926aa6fec7 API add / fix filter on extrafields in index()
Add / change in api_xxx.class.php files the ability to filter on extrafields when missing in the public functions index()
by changing the SQL query with the pattern 
" FROM ".MAIN_DB_PREFIX"xxxx AS t LEFT JOIN ".MAIN_DB_PREFIX."xxxx_extrafields AS ef ON (ef.fk_object = t.rowid)
2023-04-28 09:31:33 +02:00
Laurent Destailleur
a4a014cfd5 Clean libelle into label 2023-04-08 15:08:55 +02:00
Laurent Destailleur
3a46fceb32 Merge pull request #22928 from FliyFly/scrutinizerPaymentDonation
Fix(scrutinizer)
2023-03-22 10:41:40 +01:00
Laurent Destailleur
a92081cf43 Debug Kanban views 2023-03-07 22:04:40 +01:00
Laurent Destailleur
12bd795afc Work on Kanban view 2023-03-01 20:13:21 +01:00
Laurent Destailleur
ed5c890769 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-02-25 20:12:48 +01:00
Laurent Destailleur
cbb6ca071a Fix #yogosha15157 2023-02-25 19:51:05 +01:00
Frédéric FRANCE
f1bcaf6085 doc 2023-02-22 21:16:16 +01:00
Laurent Destailleur
d89ccaeaad Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-02-19 18:18:38 +01:00
Laurent Destailleur
2cafd2cbc4 Debug v17 2023-02-19 16:42:01 +01:00
FLIO
0080b0a80f fix (qodana) fix condlicts 2023-02-01 23:38:49 +01:00
FLIO
edb240a960 fix (scrutinizer) In payment don replacement of the variable that receives the value 2023-02-01 16:12:57 +01:00
Laurent Destailleur
a6daba61ce Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-01-26 02:32:08 +01:00
Laurent Destailleur
d96b2f9ae3 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-01-26 02:21:27 +01:00
Laurent Destailleur
f6004d1b01 Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2023-01-26 02:16:32 +01:00
Laurent Destailleur
3c9ba08369 Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0 2023-01-26 02:10:54 +01:00
FLIO
02f4f47083 fix (qodana) Return value type is not compatible with declared 2023-01-24 23:11:28 +01:00
piernov
9a40c966bd Fix: don setPaid sets paid field
When donation is classified as paid, paid field also needs to be set to 1 so that accounting reports show the correct information.
2023-01-19 16:31:32 +01:00
Laurent Destailleur
0f475783de Enhance method getKanbanView 2023-01-18 22:27:52 +01:00
Laurent Destailleur
2873886611 Merge pull request #23489 from lamrani002/kanbanDonList
NEW kanban for list of Donnation
2023-01-11 20:22:41 +01:00
Lamrani Abdel
7dea3cca50 kanban for list of Donnation 2023-01-10 14:40:06 +01:00
Laurent Destailleur
5c8dc4ed58 Fix warning 2023-01-01 23:50:37 +01:00
Laurent Destailleur
6824f82cc8 Fix warnings 2022-12-28 13:58:23 +01:00
Laurent Destailleur
77d6b9510b Clean code 2022-12-28 13:04:11 +01:00
Laurent Destailleur
f6e8d13e1f FIX stats page for donation 2022-12-27 21:04:48 +01:00
Laurent Destailleur
edad39a93b FIX stats page for donation 2022-12-27 21:02:21 +01:00
FLIO
721c7ed929 Fix(Scrutinizer) 2022-11-30 22:43:07 +01:00
FLIO
0e083bab20 Fix(scrutinizer) https://scrutinizer-ci.com/g/Dolibarr/dolibarr/issues/develop/files/htdocs/don/class/paymentdonation.class.php?selectedLabels%5B0%5D=9&selectedSeverities%5B0%5D=10&orderField=lastFound&order=desc&honorSelectedPaths=0 2022-11-22 17:28:54 +01:00
Laurent Destailleur
dff93b30cd Debug v17 2022-11-14 22:18:39 +01:00
lmarcouiller
45be6ab024 php 8.1 warnings suite 2022-09-27 15:21:10 +02:00
Frédéric France
8e66b7207e replace ! empty by !empty 2022-08-31 22:14:20 +02:00
Frédéric France
4bef0f5745 use isModEnabled 2022-08-23 20:01:34 +02:00