E-Signature for tally

Discussion in 'Tally Integration' started by teja varma, Jul 11, 2019.

    
  1. teja varma

    teja varma Active Member


    smart_sign_1.PNG smart_sign_2.PNG smart_sign_3.PNG

    You can draw you signature on the screen with touch or mouse , with the help of Smart-Signature application
    it will create or update the existing image , that image will be used by Tally to display near Signature in Invoice

    Note:
    1)Application must be in the same Directory as Tally is
    Ex: Tally is in E:\TallyERP9\Tally
    Application should be in E:\TallyERP9\Smart-signature.exe

    2)It will only for Windows
    3)It Require .Net v4 Frame Work to run the Application
    4)Make sure the Application not blocked by any Anti-virus software or Windows defender.
    5)use the tdl code provided below to get the image from the Directory




    Link to Application :https://github.com/tejavarma-aln/Smart-sign/blob/master/SmartSign.exe
    you can download the application from there






    ;;;;;;;;;;;; TCP CODE ;;;;;;;;;;;;;;;;;;;;;;;




    [System:Formulae]
    SmartImgpath:"smart_sign.jpg"

    [#Part: EXPINV RightSign]
    Delete:Bottom Part:Expinv Signature
    Add:Bottom Part:At End:SmartSignPart

    [Part:SmartSignPart]
    Part:SmartSignpart1,SmartSignpart2,Smartsignpart3
    Vertical:Yes
    Border:thintopleft

    [Part:SmartSignpart2]
    Graph Type@@SmartImgpath
    Line:EXpInvLogo
    Height:4
    Horizontal Alignment:Right

    [Part:SmartSignpart1]
    Line:SmartSignCompany

    [Line:SmartSignCompany]
    Field:NameField
    Local:Field:NameField:Set as:$$LocaleString:"For" + " " + @@CMPMailName
    Local:Field:NameField:Full Width:Yes
    Local:Field:NameField:Align:Right

    [Part:Smartsignpart3]
    Line:Smartsignpart3

    [Line:Smartsignpart3]
    Field:NameField
    Local:Field:NameField:Set as:$$LocaleString:"Authorized Singnatory"
    Local:Field:NameField:Full Width:Yes
    Local:Field:NameField:Align:Right




    you can download the txt file of tcp which is attached below.
     

    Attached Files:



  2. Jay kumar tailor

    Jay kumar tailor Well-Known Member


    Already Available in Forum
     


  3. dkp_jal

    dkp_jal Member


    Not Align while Printing, Signature image printing on Company Name text.
    In view mode it showing correct position.
     


  4. teja varma

    teja varma Active Member


    Try changing the height and width of the
    Image part in the tdl code
     


Share This Page