HI Telecastg, the msg is not relavant to the post but i am unable to msg you directly on the forum not sure why.
please DM me.
Announcement
Collapse
No announcement yet.
Use EspoCRM to create, render and print documents with electronic signatures
Collapse
X
-
Please note that sales of this extension and others have been suspended at present as they have not been tested with Espo 8 and above.
Until we decide to migrate to Espo 8 (still evaluating), I will not be able to sell or offer any support for our custom code.
If we decide to migrate, I will test the extensions and will offer them back at Payhip.
Thanks
- Likes 1
Leave a comment:
-
A commercial version is now available here: eSignature Extension for EspoCRM - Payhip
Leave a comment:
-
Seems like this is dead after V6? Any chance the code can be ported? It seems to have been pulled off GitHub unfortunately.
Leave a comment:
-
Duplicated question and answer can be found on this thread. https://forum.espocrm.com/forum/deve...8932#post58932
-
-
Hi espcrm, yes, it is the only way to print with the extension, but it does allow you to choose any template that you have.
You don't have to change your templates but to insert the esignature you need to use the custom placeholders @@sig[ ]/sig@@
The standard PDF engine used by Espo does not work because it is based on TCPDF and the extension uses your browser's PDF engine instead to render the document
Last edited by telecastg; 05-22-2020, 04:48 PM.
Leave a comment:
-
Hi telecastg,
I'm using the Template PDF print, does eSignature support this at the moment? Using 1.0.5. Having trouble printing it at the moment, tried all the "imagefield" type and that didn't work. https://docs.espocrm.com/user-guide/...to-pdf/#images
Is the only way to get it to Print PDF is through this method? custom/Espo/Custom/Resources/metadata/clientDefs/WorkOrder.json
https://forum.espocrm.com/forum/deve...ity-to-espocrm
It look like we can only have 1 PDF Template if we use this custom template? Also I'm having trouble getting it to work as well. Here my code:
Code:{ "controller": "controllers/record", "boolFilterList": [ "onlyMy" ], "iconClass": "fas fa-money-check-alt", "recordViews": { "detail": "esignature:views/record/detail" } }
Leave a comment:
-
The size of the esignature image is not pre-set, it depends on the size of the actual drawing made inside the canvas, since the signature is captured as a vector image (svg) and all empty space is discarded to keep the file as small as possible.
The size of the canvas is determined by the jsignature library based on the width of the container html tag in order to keep an acceptable "aspect ratio" for the canvas.
- Likes 1
Leave a comment:
-
I was just posting this: https://forum.espocrm.com/forum/gene...8508#post58508
Then I realize, wouldn't esignature be able to do the same thing? Having an optional, "Height (px)" field. Something to considered for in future update telecastg.
Leave a comment:
-
I posted a full tutorial today on how to implement esignature, here's the link: https://forum.espocrm.com/forum/deve...ity-to-espocrm
- Likes 1
Leave a comment:
Leave a comment: