Announcement

Collapse
No announcement yet.

Use EspoCRM to create, render and print documents with electronic signatures

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • electrorepairs
    replied
    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.

    Leave a comment:


  • telecastg
    replied
    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

    Leave a comment:


  • 3rdtec
    commented on 's reply
    Hi, is the extension still available? If yes, where can I buy it? The link above is broken...

  • telecastg
    commented on 's reply
    Hi, yes it is actively maintained and current with EspoCRM.

    Support is provided for extension related issues.

  • migrator
    replied
    Thanks telecastg -- Is that actively maintained ( at least kept current with EspoCRM ) and supported?

    Leave a comment:


  • telecastg
    replied
    A commercial version is now available here: eSignature Extension for EspoCRM - Payhip

    Leave a comment:


  • migrator
    replied
    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:


  • espcrm
    commented on 's reply
    Duplicated question and answer can be found on this thread. https://forum.espocrm.com/forum/deve...8932#post58932

  • llsatellite
    replied
    Hello
    Can ome one help me i did install it and everything looks like its working fine but when i add it to Administration > Layout Manager > Work Order > Detail and load it the signature pad don't load at all it shows the filed title "accept" but the pad wont load
    Attached Files

    Leave a comment:


  • telecastg
    replied
    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:


  • espcrm
    replied
    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"
    }
    }
    I added the records view at the bottom of the existing code that is already there.

    Leave a comment:


  • espcrm
    commented on 's reply
    Thanks. Coding secret reveal.

  • telecastg
    replied
    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.

    Leave a comment:


  • espcrm
    replied
    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:


  • telecastg
    replied
    I posted a full tutorial today on how to implement esignature, here's the link: https://forum.espocrm.com/forum/deve...ity-to-espocrm

    Leave a comment:

Working...
X