Please anyone give the Solution for Seal & Signature

Discussion in 'Free Source Codes' started by RAVI BANOTH, Dec 12, 2022.

    
  1. RAVI BANOTH

    RAVI BANOTH Member


    Error is Part: EXPINV signature Both 'Parts' and Lines

    Below Codes:-


    [#Part:EXPINV Signature]
    Delete:Line:EXPSMP Signature
    Delete:Line:EXPSMP Authourity
    Add:Right Parts:BrSign

    [Part:BrSign]
    Graph Type:"E:\TallyPrime\ublogo.jpg"
    Horizontal Alignment:Center
    Height:2.00 cm
    Width:10.00 cm

    Line:Br
    [Line:Br]
    Field:Simple Field
    Local:Field:Simple Field:Set as:"www.sssoftwaresolutions.com"
     


  2. MANOJ BARDIA

    MANOJ BARDIA New Member


    TRY THIS >>>>

    [#Part: CMP AccFeat Left]
    Add: Line: CMP EnableSignatureImage


    [Line: CMP EnableSignatureImage]
    Field: Medium Prompt, CMP EnableSignatureImage
    Local: Field: Medium Prompt: Info: "Enable Signature Print ? "

    Space Top: 1

    [Field: CMP EnableSignatureImage]
    Use: Logical Field
    Storage: EnableSignature
    Set as: If $$IsEmpty:$$Value then "No" else $$Value
    Sub Form: Cmp CompanySign Path: $$Value = "Yes"

    [Report : CMP CompanySign Path]

    Form : CMP CompanySign Path

    [Form : CMP CompanySign Path]

    Parts : Form SubTitle, CMP CompanySign Path
    Option : Small Size Form
    FullWidth : No
    FullHeight : No
    SpaceTop : 1
    SpaceBottom : 1
    SpaceLeft : 1
    SpaceRight : 1
    Background : @@SV_COSTCATEGORY
    Local : Field : Form SubTitle: Info : $$LocaleString:"Company Logo"
    Horizontal Alignment: Centre
    Vertical Alignment : Centre

    [Part : CMP CompanySign Path]

    Line : CMP CompanySign Path, CompanyLogo PathNotesOne

    [Line : CompanyLogo PathNotesOne]

    Field : CompanyLogo PathNotes
    Space Top : 1
    Space Bottom : 0.4

    Local : Field : CompanyLogo PathNotes: Set as : "- " + $$LocaleString:"Formats supported are BMP and JPEG."



    [Field: CompanyLogo PathNotes]

    Style : Normal Italic
    FullWidth : Yes
    Align : Left
    Skip : Yes
    Fixed : Yes

    [Line : CMP CompanySignPath]

    Fields : Medium Prompt, CMP CompanySign Path
    Local : Field : Medium Prompt : Info : $$Localestring:"Location of Signature:"

    [Field : CMP CompanySign Path]

    Use : Name Field
    Case : Normal
    Set as : $SignaturePath:Company:##SVCurrentCompany
    Storage : SignaturePath
    Setalways : Yes
    Width : @@LongWidth
    Max : 100
    Control : CMPLogoPathExist : ($$IsEmpty:$$Value OR Not $$IsFileExists:$$Value OR ($$FileSize:$$Value > 1048577))
    Modifies : SASignPath : Yes

    [System : Formula]

    CMPLogoPathExist : (If $$IsEmpty:$$Value then $$LocaleString:"Logo path cannot be empty." +
    Else If Not $$IsFileExists:$$Value then $$LocaleString:"Logo path specified is invalid or file not found." +
    Else IF $$FileSize:$$Value > 1048577 Then "File size exceeds 1 MB." +
    Else $$LocaleString:"Format Not Supported")

    [#Report: ChangeCurrentCompany]
    Local : Form : Modify Variables : On :Form Accept : Yes : SET : SASignPath:$SignaturePath:Company:##SvCurrentCompany

    [#Report: Voucher]
    SET : SASignPath:$SignaturePath:Company:##SvCurrentCompany

    [System:Variable]
    SASignPath : $SignaturePath:Company:##SvCurrentCompany

    [Variable: SASignPath]
    Type : String
    Persistent : Yes


    [System:UDF]
    EnableSignature : Logical : 1000
    SignaturePath : String : 1001



    [#Part: EXPINV Signature]

    Delete:Line: EXPSMP Signature
    Delete:Bottom Lines: EXPSMP Authourity

    Top Part : Test Image Part1
    Right Part : Test Image Part
    Bottom Part : Test Image Part2

    Vertical: Yes
    Height: 22 MMS
    Width: 35 MMS
    Delete: Border
    Option : Small Size Part
    Horizontal Align: Right
    Option : TraderInv AuthSignInfo : (@@IsDealerExciseSalesInvoice OR @@IsExciseMfgrRule11Invoice) AND NOT ##SATraderCommercial AND (NOT $$IsEmpty:##SAAuthorisedSignName OR NOT $$IsEmpty:##SAAuthorisedSignDesgn)



    [Part:Test Image Part]
    Line : Test Image Line

    Graph Type : ##SASignPath ;$SignaturePath:Company:##SVCurrentCompany
    Height : 15 mms
    Width : 38 mms
    Horizontal Align: Right
    Invisible : Not $EnableSignature:Company:##SVCurrentCompany ; If $$InPrintMode OR $$InMailAction OR ($$InExportMode And $$IsSysNameEqual:HTML:##SVExportFormat) then No Else Yes
    ;Height : If ((NOT $$InPrintMode) AND ($$InExportAction OR $$InMailAction)) Then 15% Else 8% Page

    [Part:Test Image Part1]
    Line : EXPSMP Signature
    Height: 4 mms

    [Part:Test Image Part2]
    Line : EXPSMP Authourity
    Height: 4 mms

    [Line:Test Image Line]
    Right Field: Test Image Field

    [Field:Test Image Field]
    Set as:""
    Alignment: Right
     


  3. RAVI BANOTH

    RAVI BANOTH Member


    Sir,
    The Above Problem is not Resolved.Error screen shot
     

    Attached Files:



  4. udaya

    udaya Active Member


    Mr. Ravi Banoth replase 1st line to this [#Part:CMP TallyShop Features Left]

    it will work.....
     


  5. RAVI BANOTH

    RAVI BANOTH Member


    Okay

    Thank you Uday Sir,
     


Share This Page