Laurent Destailleur
36fc03aa49
FIX must not allow deletion of invoice if printed or sent by email.
2025-12-01 18:56:18 +01:00
Laurent Destailleur
0c8581f80d
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2025-11-24 16:23:07 +01:00
Laurent Destailleur
c096fd29e4
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0
2025-11-24 16:18:01 +01:00
Laurent Destailleur
d5a438ff00
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-11-24 16:17:38 +01:00
iLLixM
0e8d4461c4
Fix: Prevent negative payment amount in EPC-QR Code ( #36364 )
2025-11-21 18:34:24 +01:00
Laurent Destailleur
1c6cc1a554
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0
2025-11-20 20:32:40 +01:00
Laurent Destailleur
99efd1acec
Fix CI
2025-11-20 20:29:45 +01:00
Laurent Destailleur
c94b977000
Fix CI
2025-11-20 16:23:47 +01:00
Laurent Destailleur
0bfd72a995
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-11-20 12:00:49 +01:00
Laurent Destailleur
10c0de4467
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0
2025-11-20 11:55:18 +01:00
Laurent Destailleur
ae131796d6
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-11-20 11:51:51 +01:00
iLLixM
8d038f32bc
FIX #33148 - partial payments are taken into account in EPC QR codes ( #36338 )
...
When generating EPC QR codes on an invoice, any partial payments already made are taken into account. The remaining balance (the value of "Remaining unpaid") is then entered as the amount in the EPC QR code.
2025-11-20 01:49:24 +01:00
Frédéric FRANCE
e343b4ab1f
clean code ( #36166 )
...
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
* clean code
2025-11-08 14:01:19 +01:00
John BOTELLA
0d8647975d
Uiux : Data for invoices & Orders status badges ( #35781 )
...
* New data for invoices status badges
* add orders
* add module builder
2025-10-17 01:55:11 +02:00
Laurent Destailleur
793f48dbff
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-10-16 19:42:43 +02:00
Laurent Destailleur
4fdf50752f
doc
2025-10-15 12:31:30 +02:00
Laurent Destailleur
f33ed7a702
FIX The IBAN into EPC qr code must use the default bank account if not
...
forced
2025-10-15 05:03:29 +02:00
Laurent Destailleur
56997cc06c
FIX The IBAN into EPC qr code must use the default bank account if not
...
forced
2025-10-15 05:02:34 +02:00
MDW
72f6422804
Qual: Update baseline, fix new notice. ( #35689 )
...
# Qual: Update baseline, fix new notice.
Fix small new notice and update baseline with regards to other fixes.
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-10-09 18:18:49 +02:00
ldestailleur
6dd2f31012
NEW The flag "Dispute open" make the status in Red.
2025-10-08 16:35:17 +02:00
Frédéric FRANCE
e4cafd3428
fix missing translation ( #35314 )
2025-09-12 01:52:18 +02:00
ldestailleur
d7204bbb19
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-09-04 17:32:58 +02:00
ldestailleur
f82283a22e
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0
2025-09-04 17:32:04 +02:00
ldestailleur
5832cfc198
Fix CI
2025-09-04 15:36:54 +02:00
ldestailleur
68544e9bf7
Merge branch '22.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-09-04 14:39:08 +02:00
ldestailleur
d33682e9b4
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0
2025-09-04 14:37:49 +02:00
ldestailleur
83f27af4c7
Fix CI
2025-09-04 14:19:56 +02:00
ldestailleur
7fbbb99ef8
Fix trans
2025-09-03 19:00:25 +02:00
ldestailleur
61a10cf58d
NEW Can view/list/edit the dispute status of an invoice
2025-09-03 18:27:40 +02:00
ldestailleur
3ac25e9581
Fix phpunit
2025-08-17 17:43:20 +02:00
ldestailleur
b1b1504111
Enhance the stripe IPN on dispute
2025-08-17 16:10:14 +02:00
ldestailleur
ee52d31f18
NEW On invoice, show also nb of credit notes notyet converted for
...
consumption
2025-08-15 18:43:58 +02:00
ldestailleur
733cbff07a
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 22.0
2025-08-12 13:31:21 +02:00
ldestailleur
1da6ead1e9
Try to FIX #34880 FIX #34910 differently because in higher version the
...
retained var is totalpaid and not sumpayed.
2025-08-12 04:14:02 +02:00
ldestailleur
2427553211
The property $sumpayed (duplicate of $totalpaid), $sumdeposit
...
(duplicate of $totaldeposits) and $sumcreditnote (duplicate of
$totalcreditnotes) has been removed (there are replaced with the
property that was a duplication of (same for $sumpayed_multicurrency,
$sumdeposit_multicurrency, $sumcreditnote_multicurrency).
2025-08-12 04:08:38 +02:00
ldestailleur
ddbe0427b7
Doc
2025-08-11 19:36:44 +02:00
ldestailleur
6bc3036b18
Removed option forcesandbox
2025-07-10 19:47:58 +02:00
apsolauv
88e78d1667
Fix return type and error type getSumCreditNotesUsed ( #34527 )
...
Co-authored-by: Alex SOLAUV <test@test.com >
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2025-06-21 16:16:47 +02:00
ldestailleur
fdd02a0ebe
Fix CI
2025-06-11 18:17:56 +02:00
ldestailleur
175b79db3f
Fix CI
2025-06-11 18:07:33 +02:00
ldestailleur
7ad71279a7
Fix CI
2025-06-11 17:33:07 +02:00
ldestailleur
9e26f5a98e
Debug v22
2025-06-11 12:45:15 +02:00
ldestailleur
ae06fde2c5
Doc
2025-06-04 14:04:43 +02:00
ldestailleur
847d016a7f
Doc
2025-05-15 13:12:06 +02:00
ldestailleur
a674676ded
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-05-10 13:33:53 +02:00
ldestailleur
b0501b1c35
Fix renering of status of invoice in takepos. Fix use short label.
2025-05-10 12:42:29 +02:00
MDW
b731d14d6e
Qual: update phan baseline.txt ( #33926 )
...
* Qual: update phan baseline.txt
# Qual: update phan baseline.txt
- Updated the phan baseline:
Removed entries for 'htdocs/commande/card.php',
'htdocs/core/class/commonsocialnetworks.class.php', 'htdocs/fourn/facture/paiement.php',
and 'htdocs/public/project/index.php'
- Corrected phan notice in 'htdocs/core/class/commoninvoice.class.php' - new since last baseline update.
* Suppose object has CommonSocialNetworks trait (for phan)
2025-04-20 13:21:48 +02:00
ldestailleur
b528affcf1
Fix CI
2025-04-09 19:42:45 +02:00
ldestailleur
c792cd7bb4
Fix CI
2025-04-09 19:32:24 +02:00
ldestailleur
8cc5bc3e7e
NEW The closing reason of invoice appear on tooltip of invoice status
2025-04-09 19:07:31 +02:00