Announcement

Collapse
No announcement yet.

eSignature (electronic signature) extension for espocrm

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

  • eSignature (electronic signature) extension for espocrm

    Tested on espocrm latest versions 8.0 -> Actual (8.3.5)

    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


    Click image for larger version  Name:	image.png Views:	0 Size:	27.4 KB ID:	108513

    Then put this field on a layout and thats it


    Click image for larger version  Name:	image.png Views:	0 Size:	44.6 KB ID:	108514






    Print to PDF

    To get the image use
    <img src="{{img_data ESIGNATUREGFILEDNAME}}">


    Click image for larger version  Name:	image.png Views:	0 Size:	51.3 KB ID:	108515

    And to get the date and time use
    <img src="{{sign_date ESIGNATUREGFILEDNAME}}">


    Click image for larger version  Name:	image.png Views:	0 Size:	44.1 KB ID:	108516

    And that is all

    Click image for larger version  Name:	image.png Views:	0 Size:	90.2 KB ID:	108517


    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​
    Electronic signature for espocrm, tested on espocrm latest versions 8.0 -> Actual (8.3.5) - Lithiuhm/eSignature-extension-for-Espocrm
    Last edited by skynext280; 07-17-2024, 10:12 AM.

  • #2
    I have just tested it.
    What I noticed is that the signature field is not activated for new entries.
    Unfortunately, this only works with entries that have been created and then edited again.
    If you are then in edit mode, you still have to activate the signature field again with the pen.
    This could easily be misunderstood and interpreted as an inactive field.

    I use the extension public-form from eymen-elkum
    This means that you cannot use the signature field at all.
    For example, as a binding order and then confirm with a signature. The pen does not exist in the extension.
    I only get the name of the field.​

    Comment


    • #3
      Beautiful, will give it a try.

      I also add it to the unofficial wiki: https://github.com/o-data/EspoCRM-Le...ign/wiki/Home/

      Look like search for the word "espocrm unofficial wiki" this page is now showing up

      Comment


      • #4
        skynext280

        I also feel the same way about the extension as ChrisSka83 mentioned. The signature field is not activated for new entries, which is quite inconvenient. It only works if you create an entry and then edit it again. Even then, you need to manually activate the signature field with the pen icon in edit mode. This can easily be misunderstood as an inactive field.

        Could you please resolve this issue to ensure the signature field is active for new entries from the start?

        Thank you for your attention to this matter.

        Comment

        Working...
        X