thibdrev
e3f4768ad7
qual: phpstan for htdocs/don/class/don.class.php
...
htdocs/don/class/don.class.php 269 Property Don::$date (string) does not accept int.
htdocs/don/class/don.class.php 329 Property Don::$amount (float) does not accept string.
htdocs/don/class/don.class.php 384 Property Don::$amount (float) does not accept string.
htdocs/don/class/don.class.php 501 Property Don::$amount (float) does not accept string.
htdocs/don/class/don.class.php 1146 Method Don::getRemainToPay() should return int but returns float.
2024-01-31 13:41:32 +01:00
Frédéric France
b3bcdeafe5
rename method
2024-01-18 18:55:53 +01:00
MDW
bd002480ce
Qual: Spelling htdocs/[d-k]* ( #27427 )
...
Highlights:
- htdocs/install/doctemplates/websites/website_template-restaurant/containers/page249.tpl.php
Potential functional change (fix) because toekn was changed to token:
`<input type=hidden name=toekn`
- htdocs/install/upgrade2.php
$filles changed to $children
- htdocs/intracommreport/class/intracommreport.class.php
Local $enveloppe changed to $envelope.
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-01-13 19:48:41 +01:00
Laurent Destailleur
f201692001
Fix phpstan
2024-01-12 19:50:22 +01:00
Laurent Destailleur
ad6c4c2deb
Fix phpcs
2024-01-12 18:18:20 +01:00
Laurent Destailleur
4501872f17
Clean code with rector 2
2024-01-05 04:33:58 +01:00
Fabian Heinz
b78632a20e
api fixes
...
According to [RFC2616](https://www.rfc-editor.org/rfc/rfc2616#section-10.2 ), APIs should return 2xx status codes if the request was correct.
The response should be status 200 with an empty result array.
2023-12-31 14:11:05 +01:00
Laurent Destailleur
d92c65ad91
FIX infinite loop in API call/trigger by adding a caller
2023-12-15 12:15:33 +01:00
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