Laurent Destailleur
6e6271c47e
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2024-06-03 17:37:42 +02:00
MaximilienR-easya
a4f8866a86
Add hook to put signature on pdf ( #29798 )
...
* Add hook to put signature depending of the default pdf model
* phan warning
* travis fix
* travis fix
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-06-03 17:31:21 +02:00
Laurent Destailleur
236230585d
Debug v20
2024-05-31 13:30:05 +02:00
IC-Mathieu
c01720ff31
NEW Can force position of signature on PDF using a setup constant ( #29676 )
...
* Fix waning during migration
* FIX-POSITION SIGNATURE ON ALL PAGES
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-05-15 15:12:26 +02:00
lamrani abdelwadoud
999bdaa719
NEW online signature of shipments ( #29559 )
...
* New functionality for signed shipment
* Add attribute for check if was already signed
* Update expedition.class.php
* Update onlineSign.php
* Update expedition.class.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2024-05-05 02:48:02 +02:00
Frédéric FRANCE
26da44e254
fix phpstan ( #29431 )
...
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* fix phpstan
* remove params not used
* add WARNING
2024-04-27 12:45:50 +02:00
Laurent Destailleur
42b0fa2e88
Add option PROPAL_SIGNATURE_ON_SPECIFIC_PAGE
2024-04-18 00:01:22 +02:00
Laurent Destailleur
b58e439a17
Clean use of $_POST
2024-03-28 21:29:02 +01:00
Laurent Destailleur
3e8c3edd6d
Clean code from _GET
2024-03-28 17:10:22 +01:00
MDW
69e335a13b
Qual: Fix PhanTypeExpectedObjectOrClassName by testing on classname
...
# Qual: Fix PhanTypeExpectedObjectOrClassName by testing on classname
PhanTypeExpectedObjectOrClassName should be fixed by testing that the classname is not
empty.
2024-03-12 18:40:02 +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
7193fae3dd
Fix security on doc signature. Fix bad position of signature file.
2023-12-18 16:41:40 +01:00
Laurent Destailleur
7c756574b6
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-12-02 14:52:36 +01:00
HENRY Florian
722e266afb
fix: add customer name ad sign date on PDF Soleil ( #26919 )
...
* fix: add customer anme ad sign date on PDF Soleil
* fix: review pos of text
2023-12-01 19:50:09 +01:00
MDW
e036e32caa
qual Annotation/initialisation fixes ( #26318 )
2023-10-23 19:19:10 +02:00
MDW
706d0f6053
Fix __METHOD__ usage outside class-method ( #26286 )
2023-10-20 11:20:02 +02:00
Laurent Destailleur
b37a438067
The property ->user_validation to store ID of user validating has been
...
renamed into ->user_validation_id.
2023-10-17 11:10:25 +02:00
Florian HENRY
ce2b2f345f
feat: RIB Online Sign
2023-05-05 11:48:24 +02:00
Florian HENRY
93255a0250
feat: RIB Online Sign
2023-05-03 23:59:45 +02:00
Florian HENRY
a071e873ff
feat: RIB Online Sign
2023-05-03 22:11:49 +02:00
Laurent Destailleur
498b2d5279
Fix secured the Ajax components
2023-03-27 11:52:56 +02:00
Laurent Destailleur
54d1250887
Merge + Clean duplicate trigger code. We must use the context.
2023-03-02 02:19:24 +01:00
Laurent Destailleur
14a59483f5
Debug v17
2023-03-01 23:50:02 +01:00
Anthony Berton
1ff1d5fd68
size font
2023-02-28 22:07:49 +01:00
Anthony Berton
31adaf3e29
FIX getpost onlignsignname
2023-02-28 21:58:55 +01:00
Anthony Berton
5e8fc026cb
add name and date on sign propal
2023-02-25 01:54:13 +01:00
Florian HENRY
8202bc6930
NEW: Notification for Sign or Refused Propal from Online Page
2022-12-01 13:56:14 +01:00
Laurent Destailleur
7238575a6d
Clean code and add context information for onlineSign
2022-11-14 22:40:42 +01:00
stickler-ci
fadd77ef47
Fixing style errors.
2022-10-20 16:54:45 +00:00
Javier Núñez
1f02fb2419
Change signature lib to take fichinter into account
2022-10-20 16:52:57 +02:00
Laurent Destailleur
be10cdee95
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-10-06 16:03:50 +02:00
Laurent Destailleur
8fdf4876d9
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2022-10-06 15:39:10 +02:00
Regis Houssin
65b5f002ea
FIX missing class "societe" when create another object with workflow
2022-10-03 08:22:27 +02:00
Faustin
30c3543d20
Online pdf contract signature
2022-09-29 14:28:58 +02:00
Laurent Destailleur
45c9e6064e
FIX #yogosha12439 Remove define('NOCSRFCHECK', '1')
2022-09-12 12:47:00 +02:00
Laurent Destailleur
999e5861e3
NEW Add method httponly_accessforbidden()
2022-09-09 11:55:45 +02:00
Laurent Destailleur
da0cf1cbf2
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-09-08 23:00:10 +02:00
Laurent Destailleur
764e6158eb
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2022-09-08 22:57:50 +02:00
Laurent Destailleur
cfd3eeb245
NEW All ajax pages have now a top_httphead()
2022-09-03 20:08:13 +02:00
Eric Seigne
db966495b1
fix #21941 call_trigger
...
better fix #21941 : trigger nearest the code that justify its execution
2022-09-03 14:01:17 +02:00
Philippe GRAND
9d188a5c96
FIX php8 compatibility
2022-08-28 13:52:03 +02:00
Laurent Destailleur
2b5205b639
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-08-22 13:05:22 +02:00
Laurent Destailleur
558ae00f66
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
...
Conflicts:
htdocs/core/ajax/onlineSign.php
2022-08-21 23:48:44 +02:00
Regis Houssin
293ad34ca8
FIX security for Multicompany
2022-08-18 17:02:20 +02:00
Laurent Destailleur
d7209f1818
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-08-14 21:42:45 +02:00
Laurent Destailleur
ebc8823202
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
...
Conflicts:
htdocs/core/ajax/onlineSign.php
2022-08-14 21:41:25 +02:00
Laurent Destailleur
3d73f210fb
Debug feature for signature
2022-08-14 21:31:53 +02:00
Laurent Destailleur
57fea5151d
Fix regression in online signature
...
Conflicts:
htdocs/core/ajax/onlineSign.php
htdocs/public/onlinesign/newonlinesign.php
2022-08-14 20:50:28 +02:00
Laurent Destailleur
0abfaf6bd7
Fix regression in online signature
2022-08-14 20:45:04 +02:00
Laurent Destailleur
61739cc338
FIX online signature, better error management.
2022-08-14 20:03:13 +02:00