ldestailleur
af74f2c057
Lang file paybox is too small for deprecated moduel. Moved inside
...
stripe.
2025-09-11 11:20:13 +02:00
ldestailleur
43be2676ea
Fix CI
2025-05-06 21:23:38 +02:00
ldestailleur
6a22102155
Use the getValidPayment to detect payment modules
2025-05-06 14:26:30 +02:00
Laurent Destailleur (aka Eldy)
0c58529d2d
Debug v21
2025-01-08 23:29:04 +01:00
Laurent Destailleur (aka Eldy)
07536ea01a
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-11-29 15:25:49 +01:00
Laurent Destailleur (aka Eldy)
546a68eafb
Fix the amount in linke is not correctly formatted.
2024-11-29 15:11:36 +01:00
MDW
e7539f2e19
Qual: Fix notices in .lib.php files ( #31672 )
...
* Qual: Fix notices in .lib.php files
* Update wrapper.php
* Update availabilities_card.php
* Update index.php
* Update document.controller.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-11-04 12:32:13 +01:00
MDW
53cfbc35be
Qual: Fix several phan & stan notices ( #31308 )
...
* Qual: Fix several phan & stan notices
# Qual: Fix several phan & stan notices
Several fixes in files while fixing UnknownClass notices
* Qual: Update prepare_head PHPDoc return types
# Qual: Update prepare_head PHPDoc return types
Provide detailed array return types for prepare_head functions.
* Fix new phan notice
* Better loadLangs typing and fix call to loadLangs
* Fix new issues (stats)
* Other fixes of new issues
* Qual: update phan baseline
2024-10-14 01:59:44 +02:00
Frédéric FRANCE
80d1f47d4d
fix ignored phpstan (most of expects string, int given) ( #30649 )
...
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
fix ignored phpstan
fix ignored phpstan
fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
fix ignored phpstan
fix ignored phpstan
fix ignored phpstan
fix ignored phpstan
fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* fix ignored phpstan
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* more ignore
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
2024-09-05 16:05:37 +02:00
Laurent Destailleur
ebca595b7d
Fix: disable spellcheck on input url
2024-08-26 15:33:48 +02:00
Laurent Destailleur
715786bbfd
Debug v20
2024-05-24 14:49:33 +02:00
atm-lucas
0fe6380480
NEW - Can add documents on a payment ( #29660 )
...
* missing attached files on payment of a customer invoice
* ending and fix preview
* fatal
* FIX commit
* travis and pre-commit failed
* Fix test failed
* Fix all test failed
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-05-21 20:19:57 +02:00
Laurent Destailleur
ad79acf63c
QUAL removed duplicate language file
2024-04-04 11:00:35 +02:00
terhoy
a8a2f0ff73
FIX: online signature partly fails if commercial proposal numbering contains a mask that’s includes a space ( #28608 ) ( #28742 )
...
* FIX: online signature (#28608 ) Update signature.lib.php
If Commercial proposal numbering contains a mask that’s includes a space, that will affect the result of the online signature form. When generating the online signature form, the code in signature.lib.php line 77, will remove any existing space in the Commercial proposal numbering. The result is that the online signature form will miss data in field “Third-party” and “Amount”.
* FIX: online signature (#28608 ) Update payments.lib.php
If Commercial proposal numbering contains a mask that’s includes a space, that will affect the result of the online signature form. When generating the online signature form, the code in core/lib/payments.lib.ph, will remove any existing space in the Commercial proposal numbering.
2024-03-11 15:33:10 +01:00
Frédéric FRANCE
c2379bfdf5
fix phpstan ( #28694 )
...
* fix phpstan
* fix typo
* fix phpstan
2024-03-07 21:39:29 +01:00
MDW
89004f7e03
Qual: Spelling htdocs/core ( #27491 )
...
Highlights:
- initialY in pdf_standard.modules.php was unused
- remove (otherwise -> initially) (+same in other file)
2024-01-13 19:48:20 +01:00
Laurent Destailleur
4501872f17
Clean code with rector 2
2024-01-05 04:33:58 +01:00
Laurent Destailleur
b28ae5d8d3
Clean code
2023-12-27 12:12:20 +01:00
Laurent Destailleur
53dab922fd
Fix php8.2 warnings
2023-11-27 11:39:32 +01:00
Laurent Destailleur
1f38e54e78
Clean code
2023-10-15 15:32:35 +02:00
Laurent Destailleur
7d0a025039
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-04-05 16:34:44 +02:00
Laurent Destailleur
8af81ff89b
Fix php 8
2023-04-05 16:03:14 +02:00
Laurent Destailleur
5924e626b0
The method htmlPrintOnlinePaymentFooter() used for public footer pages
...
has been renamed into htmlPrintOnlineFooter() and moved into
company.lib.php
2023-03-30 10:18:43 +02:00
Laurent Destailleur
f0b94f8869
Look and feel v18
2023-03-29 18:42:32 +02:00
Laurent Destailleur
f84a8361bc
Look and feel v18
2023-03-13 10:05:00 +01:00
Laurent Destailleur
11fd351b3d
Some steps to merge manually #22960
2023-03-12 21:31:33 +01:00
Laurent Destailleur
3d51fb2f7e
Doc
2023-03-03 20:55:07 +01:00
Laurent Destailleur
71da2c80f0
Add log
2023-03-03 19:58:04 +01:00
Laurent Destailleur
5c6d0bc26f
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-01-30 03:01:13 +01:00
Laurent Destailleur
1fe08ad3b8
Fix missing hook
2023-01-30 02:56:29 +01:00
Laurent Destailleur
7d433e43fa
Add hooks on payment pages
2022-12-31 16:24:32 +01:00
Alexandre SPANGARO
9772bbeff3
Use isModEnabled
2022-09-25 21:58:40 +02:00
Laurent Destailleur
2f2349d738
Fix warnings
2022-09-21 03:27:51 +02:00
lmarcouiller
d41c6a93d3
Fix : php 8.1 warn,ings
2022-08-29 16:23:33 +02:00
Philippe GRAND
4e51fca845
FIX php8 compatibility
2022-08-28 13:57:34 +02:00
stickler-ci
afefc369ed
Fixing style errors.
2022-07-11 10:06:31 +00:00
Yoan Mollard
39c9eb8708
Fix: fetch the right amount for membership payment
...
It was defaulting to 9.99
2022-07-11 12:03:24 +02:00
Yoan Mollard
3dcf7db198
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into membership-rework
2022-06-29 16:12:05 +02:00
Yoan Mollard
5998999f18
NEW: Add free membership amounts at the membership type level
2022-06-28 02:33:17 +02:00
Laurent Destailleur
7e94eaac07
Debug v16
2022-06-27 10:53:03 +02:00
Laurent Destailleur
6aeae8fe7f
Debug v15
2022-01-07 12:27:07 +01:00
Laurent Destailleur
1d80b8394a
Debug v15
2022-01-04 12:56:08 +01:00
Laurent Destailleur
441af6b6fb
Fix add rel="noopener noreferrer"
2021-11-22 02:35:55 +01:00
Laurent Destailleur
6193e31eb4
Merge pull request #18999 from polkiko/payment_receipt
...
NEW Added linked files page and send mail possibility in payments
2021-10-19 12:25:37 +02:00
Laurent Destailleur
c40a73162e
Look and feel v15
2021-10-18 21:20:58 +02:00
Laurent Destailleur
252c910962
Debug feature for proposal signature
2021-10-18 20:46:28 +02:00
Jesús Jerez
43ac3230c3
Merge branch 'develop' into payment_receipt
2021-10-18 19:53:36 +02:00
Polkiko
074b5589bd
NEW Added documents page and send mail possibility in payments
...
- Documents page has been added to the payments page so that documents can be linked and see the generated pdf documents.
- The possibility of sending payments by email has been added, attaching the payment receipts in pdf.
- In pdf standard model of payment, the possibility of seeing the active iban of a third party has been added if it exists.
2021-10-18 01:15:12 +02:00
Alexandre SPANGARO
edf91ce77c
HTML5 - <font> tag is deprecated, replace by <span>
2021-10-05 09:41:03 +02:00
daraelmin
4095c69582
Fix #17743 newpayement source membersubscription is member
...
Fix #17743 newpayement source membersubscription is not valid anymore
@eldy I'm not sure, but the bug may still occure with external module referring to membersubscription instead of member.
2021-05-27 21:09:49 +02:00