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
Laurent Destailleur
a0624e2e36
Merge branch 'develop' into features/reglementdon
2024-01-29 01:02:23 +01:00
Laurent Destailleur
3f3ef6f254
Merge branch 'develop' into new-trigger-showonlynepaymenturl
2024-01-28 12:58:25 +01:00
Hystepik
69289f5005
New hook to allow module show onlinepaymenturl
2024-01-26 15:41:13 +01:00
thibdrev
2032e5c5b3
qual: phpstan for htdocs/don/card.php
...
htdocs/don/card.php 192 Property Don::$amount (float) does not accept string.
2024-01-26 09:12:37 +01:00
Frédéric France
b3bcdeafe5
rename method
2024-01-18 18:55:53 +01:00
Laurent Destailleur
4db074216c
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-01-18 16:04:49 +01:00
Laurent Destailleur
055a598584
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-01-18 16:04:23 +01:00
Laurent Destailleur
d9858d9bb7
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2024-01-18 16:00:26 +01:00
Laurent Destailleur
a2cdfa5492
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2024-01-18 15:59:40 +01:00
Laurent Destailleur
0412374568
Merge pull request #27608 from Thomas905/fix/editextrafieldsdoncard
...
FIX : add action update_extras to don card
2024-01-18 15:24:36 +01:00
Thomas905
4c5d9f2742
add action update_extras to don card
2024-01-18 13:56:46 +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
910a541c60
Clean code
2024-01-09 13:08:22 +01:00
Laurent Destailleur
4501872f17
Clean code with rector 2
2024-01-05 04:33:58 +01:00
Laurent Destailleur
cabaf7aad4
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
2024-01-04 15:27:12 +01:00
Laurent Destailleur
51423787d6
Merge pull request #27153 from aspangaro/20_css_2
...
NEW : llxHeader body css for donation
2024-01-04 00:25:25 +01:00
Laurent Destailleur
6b0a4d578f
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-01-03 17:34:50 +01:00
MDW
d55ed1cb5d
Fix Order of arguments to dolGetFirstLastname
2024-01-02 23:19:30 +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
ef312e960c
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-12-29 16:53:09 +01:00
Laurent Destailleur
d2b3920684
Merge
2023-12-29 16:51:05 +01:00
Laurent Destailleur
c5b5b51aa4
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-12-29 16:43:48 +01:00
Laurent Destailleur
b28ae5d8d3
Clean code
2023-12-27 12:12:20 +01:00
Laurent Destailleur
0181267b3c
Merge pull request #27169 from Thomas905/fix/searchthirdpartydon
...
FIX : search by thirdparty in don list
2023-12-22 11:25:02 +01:00
Laurent Destailleur
63c38da901
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-12-21 19:44:25 +01:00
Laurent Destailleur
cd69c59e6c
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2023-12-21 19:40:56 +01:00
Laurent Destailleur
65e9a31f22
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-12-21 19:40:33 +01:00
Thomas905
87695c931e
fix
2023-12-19 17:14:41 +01:00
Thomas905
11780b0f12
search by ref & rowid in don list
2023-12-19 08:58:02 +01:00
Thomas905
a571ed8dda
search by thirdparty in don list
2023-12-19 08:51:02 +01:00
Alexandre SPANGARO
644bf76c18
NEW : llxHeader body css for donation
2023-12-17 23:08:08 +01:00
Laurent Destailleur
d92c65ad91
FIX infinite loop in API call/trigger by adding a caller
2023-12-15 12:15:33 +01:00
Laurent Destailleur
fb083a6cfc
Fix warning with rector
2023-12-13 16:33:17 +01:00
Laurent Destailleur
fbb4adfb13
FIx #yogosha19311
2023-12-07 16:12:43 +01:00
Thomas905
7298af5f06
indent
2023-12-07 09:13:57 +01:00
Thomas905
b1216340eb
add total line
2023-12-07 09:07:31 +01:00
Thomas905
bcc46412cb
change
2023-12-07 08:56:29 +01:00
Thomas905
30681c5e24
working table donation list
2023-12-07 08:51:16 +01:00
Frédéric FRANCE
61b79fda17
avoid phpstan error with phpdoc
2023-12-06 15:46:39 +01:00
Thomas905
3477cb544a
general donation payment page
2023-12-06 15:38:23 +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
06736918de
Fix warning
2023-11-27 12:33:07 +01:00
Laurent Destailleur
7785ae93a1
Fix php8.2 warnings
2023-11-27 11:41:05 +01:00
Laurent Destailleur
1ac9bcab59
Debug v19
2023-11-24 16:30:31 +01:00
Thomas C
d8cc72c75b
NEW : addMoreActionsButtons in doncard ( #26670 )
...
* addMoreActionsButtons doncard
* indent
2023-11-17 14:28:09 +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