Head office address at bottom in Invoice

Discussion in 'Requests' started by Rajsrisrimal, Sep 21, 2018.

    
  1. Rajsrisrimal

    Rajsrisrimal Member


    Please do correction to get printed address at bottom (company wise)


    [#Part : DBLLINE Narration]

    Add : Line : After : EXPINV Jurisdiction : Inadd

    [Line : Inadd]

    Field : simplefield

    Local : Field : simplefield : info : Head Office :"$$String:$CmpMailName"
    Local : Field : simplefield : style : smallbold
    Local : Field : simplefield : width : 100 % Screen
    Local : Field : simplefield : background : Black
    Local : Field : simplefield : align : center
    Local : Field : simplefield : Fullwidth : yes
    Local : Field : simplefield : color : White
    Local : Field : simplefield : skip : yes
    Local : Field : Short Prompt: Invisible : NOT $$InPrintMode
    ;;Invisible : Not $$IsSales:$Vouchertypename

    [#Part: EXPINV Jurisdiction]

    Invisible : No
    Add : Line : At Beginning : Inadd

    [#Line: EXPINV Jurisdiction]

    Invisible : $$IsEmpty:mad:@Jurisdiction
     


  2. mpal2311

    mpal2311 Active Member


    try this

    ;; For printing ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



    [#Part: EXPINV InvoiceCompGen]
    Delete : Line : EXPINV InvoiceCompGen
    Lines : Bank Line
    Add:Line:EXPINV InvoiceCompGen

    [Line : Bank Line]
    Field : BOName Field ;;, Short Name Field
    Space Top : 0.5

    [Field: BOName Field]

    Set as : "Branch Address : " + $Acname:Company:##SVCurrentcompany + " " + $Acname1:Company:##SVCurrentcompany
    Full Width : Yes
    Align : Centre
    Border : Thin Box


    ;; For Branch Address Storage;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



    [#Part: CMP Indian Statutory]
    Add : Bottom Part : Before : CMP Statutory Buttons : CMP NCLPerc

    [Part : Cmp NclPerc]
    Line : NclPerc

    [Line : NclPerc]
    Field : short Prompt,Acname, simple Prompt,Acname1
    Local : Field : short Prompt : Width : @@normalwidth
    Local : Field : simple Prompt : Width : @@normalwidth

    Local : Field : Short Prompt : Info : $$Localestring:"Branch Address :"
    Local : Field : Simple Prompt : Info : $$Localestring:"Branch address 2 :"

    [Field : Acname]
    Use : NAME Field
    Storage : Acname
    STyle : Normal
    Color : Blue

    [Field : Acname1]
    Use : NAME Field
    Storage : Acname1
    STyle : Normal
    Color : Blue

    [sYSTEM : udf]

    Acname:string:401
    Acname1:string:501
     


  3. nasir

    nasir Member


    no
    not working
     


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Why is it not working? It is a perfect code. Check once again, you might have done some error somewhere.

    From your past POSTS I see many codes are not working for you, but it is working perfectly for others. So you need to check your system for some errors.

    Firstly - MPAL2311 is a senior & active member here.......... do not be quick to judge and pronounce "NO - Not Working" ..........experienced coders have experience and knowledge. They won't be putting codes if it is not working.

    Secondly - You should upgrade from 9.1.1 (pirated) to licensed version if you wish to enjoy full benefits of many wonderful TDL Utilities here.
     
    Last edited: Sep 23, 2018
    Jaydeep Shah and Meena Mhatre like this.


  5. Amit Kamdar

    Amit Kamdar Administrator Staff Member



  6. Rajsrisrimal

    Rajsrisrimal Member


    Thank You,
    Mpal2311
    Its Really working Supreb

     


Share This Page