Tested on espocrm latest versions 8.0 -> Actual (8.4.1)
Hey all, I want to present a eSignature (electronic signature) extension.
This module to allow the use of an electronic signature canvas as a field and to generate full page documents that incorporate the electronic signature and can be printed using the browser's PDF engine.
In my github (https://github.com/Lithiuhm/eSignatu...ocrm/tree/main) you have the complete guide, with photos and well explained everything that needs to be done, it is not difficult at all and works for the new versions of espocrm.
I will explain a little what it says in the guide
HOW TO USE
Go to fields and create a new esignature field, and named it as you want
Then put this field on a layout and thats it
Print to PDF
To get the image use
<img src="{{img_data ESIGNATUREGFILEDNAME}}">
And to get the date and time use
<img src="{{sign_date ESIGNATUREGFILEDNAME}}">
And that is all
The extension is edited by me and adapted to the new versions of espocrm, but I have taken the extension created by telecastg and Anthony Andriano created 5 years ago that worked for old versions of espocrm
github of the original extension https://github.com/EspoCRM-Custom-Modules/eSignature-for-Documents
thank you so much and enjoy
Hey all, I want to present a eSignature (electronic signature) extension.
This module to allow the use of an electronic signature canvas as a field and to generate full page documents that incorporate the electronic signature and can be printed using the browser's PDF engine.
In my github (https://github.com/Lithiuhm/eSignatu...ocrm/tree/main) you have the complete guide, with photos and well explained everything that needs to be done, it is not difficult at all and works for the new versions of espocrm.
I will explain a little what it says in the guide
HOW TO USE
Go to fields and create a new esignature field, and named it as you want
Then put this field on a layout and thats it
Print to PDF
To get the image use
<img src="{{img_data ESIGNATUREGFILEDNAME}}">
And to get the date and time use
<img src="{{sign_date ESIGNATUREGFILEDNAME}}">
And that is all
The extension is edited by me and adapted to the new versions of espocrm, but I have taken the extension created by telecastg and Anthony Andriano created 5 years ago that worked for old versions of espocrm
github of the original extension https://github.com/EspoCRM-Custom-Modules/eSignature-for-Documents
thank you so much and enjoy
Comment