daraelmin
9461550b8f
FIX regression Undefined $datepaid
...
As until v16 there was a $payment->datepaid set on line 97 of /don/payment/payement.php witch was corrected in v17 to $payment->datep = $datepaid de shall mot use this->datepaid in this class anymore
2023-04-06 22:40:51 +02:00
Laurent Destailleur
cbb6ca071a
Fix #yogosha15157
2023-02-25 19:51:05 +01:00
Laurent Destailleur
2cafd2cbc4
Debug v17
2023-02-19 16:42:01 +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
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
f6e8d13e1f
FIX stats page for donation
2022-12-27 21:04:48 +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
Laurent Destailleur
4c4e081997
Debug v16
2022-06-28 13:09:53 +02:00
Laurent Destailleur
bedb08df50
Clean and debug online payment code
2022-04-08 15:15:55 +02:00
Laurent Destailleur
8603d493ad
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/contrat/list.php
htdocs/install/mysql/tables/llx_partnership.key.sql
2022-03-19 17:34:26 +01:00
Laurent Destailleur
ed631b2b06
Fix doxygen, missing error message
2022-03-18 16:14:20 +01:00
Frédéric FRANCE
935482ee22
uniformize
2022-02-15 19:04:18 +01:00
Frédéric FRANCE
a613553f37
Merge branch 'hookgetnomurl' into patch-1
2022-02-15 18:44:06 +01:00
Frédéric FRANCE
0ba912b1e5
add missing global
2022-02-15 18:14:44 +01:00
Frédéric FRANCE
7341e7ed07
Update don.class.php
2022-02-15 17:06:04 +01:00
Laurent Destailleur
d892160f4f
Fix error management
2022-01-10 17:55:45 +01:00
Laurent Destailleur
0387b9922e
FIX error message on sqlfilter in API
2021-12-20 20:49:32 +01:00
Frédéric FRANCE
dc3bfcfb87
can modify tooltip by reference
2021-11-22 19:57:26 +01:00
Laurent Destailleur
3d4bb66853
Clean code
2021-09-30 15:59:47 +02:00
Laurent Destailleur
ee066ad725
Cast sql var
2021-09-03 21:25:43 +02:00
Laurent Destailleur
2dd91bf312
Clean code
2021-08-27 23:36:06 +02:00
Laurent Destailleur
3b6559b1a6
Clean code by adding cast int.
2021-08-27 18:53:45 +02:00
Laurent Destailleur
5cc86d2319
Fix #yogosha6370
2021-06-14 13:51:09 +02:00
Laurent Destailleur
fb46ece906
Fix yogosha 6347
2021-06-09 15:36:47 +02:00
Laurent Destailleur
a09db63c7b
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/accountancy/bookkeeping/balance.php
htdocs/contrat/list.php
htdocs/don/class/api_donations.class.php
htdocs/societe/class/societe.class.php
2021-05-25 20:17:54 +02:00
Laurent Destailleur
0d31db0ba5
Update don.class.php
2021-05-25 20:11:46 +02:00
r3dge
647997af28
fixing error on date
2021-05-23 18:15:00 +02:00
r3dge
f81136231a
fixing PUT request for donation update
2021-05-23 18:09:10 +02:00
r3dge
67cab8c1f2
bug fix : replacing orders by donations and setting required field to allow post action in rest API for url donations. See issue #17700
2021-05-21 16:01:04 +02:00
Laurent Destailleur
1c95e2b7c7
FIX #17453
2021-05-03 14:58:29 +02:00
Laurent Destailleur
819a5bd0bd
Merge pull request #17373 from indelog/public_donationpaiement
...
Add : register donation payment when public payment
2021-04-26 22:46:48 +02:00
Laurent Destailleur
d0cc64479d
Fix protect sql
2021-04-24 20:18:11 +02:00
Indelog
4d907ef443
Fix Stickler
2021-04-22 17:04:35 +02:00
stickler-ci
d6954b2826
Fixing style errors.
2021-04-22 14:56:15 +00:00
Indelog
eb52f5daa0
Add : register donation payment when public payment
...
- When we paid a donation whit public link, create the associated payment and
put its status to payed if all the promised amount is it.
- Set the amount to pay on public page depending to the rest to pay for
the don.
2021-04-22 16:32:05 +02:00
Laurent Destailleur
8a62d97b89
Remove one thousand of useless files
2021-04-12 15:57:16 +02:00
Laurent Destailleur
667481acd5
Fix #yogosha5832 - Missin test on permission for /index routes on APIs
2021-04-08 19:05:28 +02:00
Laurent Destailleur
3744bc6a7a
FIX #yogosha5746 - next step (work in progress)
2021-03-30 18:17:13 +02:00
Laurent Destailleur
6e422d26f3
FIX #yogosha5746 - next step (wip)
2021-03-30 16:20:18 +02:00
Laurent Destailleur
fb84608586
Clean sql
2021-03-30 03:37:54 +02:00
Laurent Destailleur
cc10106a21
Fix protection on int
2021-03-14 12:20:23 +01:00
Laurent Destailleur
12f50a76d7
Fix yogosha #5627
2021-03-14 11:48:39 +01:00
Laurent Destailleur
42329b10c9
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
build/generate_filelist_xml.php
htdocs/comm/propal/card.php
htdocs/commande/card.php
htdocs/compta/facture/card.php
htdocs/core/class/commonobject.class.php
htdocs/core/lib/modulebuilder.lib.php
htdocs/fourn/commande/card.php
htdocs/fourn/facture/card.php
htdocs/supplier_proposal/card.php
htdocs/ticket/list.php
2021-03-02 15:27:20 +01:00
Laurent Destailleur
5b771eb798
Fix merge of 2 record.
2021-03-01 21:56:14 +01:00
Frédéric FRANCE
8670cc2d6f
code syntax don directory
2021-02-25 22:18:34 +01:00