Envelope Address Printing for Debtors and Creditors

Discussion in 'Free Source Codes' started by Amit Kamdar, May 4, 2018.

    
  1. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Envelope Address Printing......

    In Sales Voucher Entry and Purchase Voucher Entry.... new button "Alt+W" Print Address will appear.

    Click on it to print address on envelopes.

    User can change dimensions as per their needs and Printer set-up in the TDL File.

    Enjoy......
    Capture7.PNG
    Capture8.PNG
     

    Attached Files:

    santosh swami and Rajsrisrimal like this.


  2. VINOD RANA

    VINOD RANA New Member


    HELLO ADMIN AND OTHER MEMBERS PLEASE PROVIDE US ANY APP LIKE WHATSUP LINK WITH TALLY
     


  3. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    First............Don't Use Caps. Have u read Forum Rules. All CAPS in Netizen language means...you are shouting/Crass/Mannerless etc.. So use CAPS properly.
    Second...... Use proper platform... Who is gonna see your query which has no relation to this Topic Thread??
    Third......Before requesting....kindly search the Forum... Similar topic themed query is already there. So post either there or make a new thread in REQUEST Forum.

    Doing it properly as advised above will garner you replies and assistance.
     
    M. Sajid Razzaq and psr like this.


  4. Systecg

    Systecg Member


    PIN CODE NOT SHOW ,AND IN FROM .. DEATILS ARE NOT SHOW WITH LOGO
     


  5. HVPatel

    HVPatel Active Member


    try to add Pin Code,, find out Method Name for Pin Code, and add a new (if not available) and set as with that MethodName
    And for From Address (Company Address)
    Add a Bottom Part in that Form Definition, and do step by step.
    Regards
     


  6. vigneshwaran

    vigneshwaran New Member


    pincode is must sir , please add it sir
     


  7. Sohail Khan

    Sohail Khan Member


    How do i Print this This report In landscape
    when i set Vertical to No, still prints the same way.
    I set Set : SVPrintOrientation : "Landscape" at report level still doesnt change

    Edit: solved by using .
    Variable: SVPrintOrientation : String
    Print Set:SVPrintOrientation: "Landscape"
     
    Last edited: Jan 2, 2021


  8. scuba

    scuba Member


    help required to set up envelope printing in landscape mode
     


  9. ROHIT JAISWAR

    ROHIT JAISWAR Member


    Added Pincode & Orientation Set to Landscape Mode
     

    Attached Files:

    M. Sajid Razzaq likes this.



  10. Hi
    Added a code for complete label printing for shipper packing SENDER and CONSIGNEE. Hope this will be useful. ( taken help from codes available on forum and google)


    [#Form : Voucher]
    Add : Top Button : At Beginning : Envelope Print
    [Button : Envelope Print ]
    Key : Alt + L
    Action : Print Report : LearnWellPrnt
    [Report : LearnWellPrnt]
    Form : LWPrint
    Object : Ledger
    Object : Voucher
    Variable: SVPrintOrientation : String
    Print Set:SVPrintOrientation: "Portrait"

    [Form : LWPrint]
    Width : 100% Page
    Height : 100% Page
    Space Top : 0.5 inch
    Space Left : 0.5 inch
    Space Right : 0.5 inch
    Part : LWPrintB
    [Part : LWPrintB]
    Part : LWPrintBt
    [Part : LWPrintBt]
    Width : 100 % page
    Height : 10 inch
    Space Top : 0.5 inch
    Space Left : 0.5 inch
    Space Right : 0.5 inch
    Line : LWLine1,LWAddress, LWPhone, LWEmail,LWPin,LWPinC
    Add:Lines:AtEnd:LWLine2,quot3cmpaddress,quot3cmpphno,quot3email,quot3website
    Repeat : LWAddress:partyAddress
    Vertical : Yes
    [Line : LWLine1]
    Field : LWto, LWFeild1
    Space Top : 1

    [Field : LWto]
    Use : Name Field
    Set as : "To be delivered to:"
    Width : 15
    Align : Centre
    Style : LWStyleB
    Space Left : 9

    [Field : LWFeild1]
    Use : Name Field
    Setas : $Name:Ledger:$PartyLedgerName
    Width : 50
    style : LWStyleB
    Align : Left
    Border : Thin bottom
    Object : Ledger

    [Style : LWStyleB]
    Font : "Arial Bold"
    Height : 16
    Bold : yes
    [Line :LWAddress]
    Field : LWAddress
    [Field : LWAddress]
    Use : Name Field
    Setas : $Address
    Width : 50
    Style : LWStyleN
    Space Left : 25
    Align : Left
    Object : Ledger

    [Line : LWPhone]
    Field : LWPhone
    [Field : LWPhone]
    Use : Name Field
    Setas : "Phone : " + $LedgerPhone:Ledger:$PartyLedgerName + " / " + "Mobile : " + $LedgerMobile:Ledger:$PartyLedgerName
    Width : 50
    Style : LWStyleN
    Space Left : 25
    Align : Left
    Object : Ledger

    [Line : LWEmail]
    Field : LWEmail
    [Field : LWEmail]
    Use : Name Field
    Setas : "Email : " + $EMail:Ledger:$LedgerName
    Width : 50
    Style : LWStyleN
    Space Left : 25
    Align : Left
    Object : Ledger

    [Line:LWPin]
    Field : LWPin
    [Field : LWPin]
    Use : Name Field
    Setas : "Pincode : " + $PinCode:Ledger:$LedgerName
    Width : 50
    Style : LWStyleN
    Space Left : 25
    Align : Left
    Object : Ledger
    [Style : LWStyleN]
    Font : "Arial Bold"
    Height : 12
    Bold : yes


    [Line:LWPinC]
    Field : LWPinC
    [Field : LWPinC]
    Use : Name Field
    Setas : $Name:Ledger:$CompanyName
    Width : 50
    Style : LWStyleNC
    Space Left : 25
    Align : Left
    Object : Ledger
    [Style : LWStyleNC]
    Font : "Arial Bold"
    Height : 12
    Bold : yes







    [Line : LWLine2]
    Field : LWfrom, LWFeild3
    Space Top : 1



    [Field : LWfrom]
    Use : Name Field
    Set as : "From:"
    Width : 15
    Align : Centre
    Style : LWStyleZ
    Space Left : 18

    [Field : LWFeild3]
    Use : Name Field
    ;;; set as : ##SVCurrentCompany
    set as : @@CMPMAILNAME
    Width : 50
    style : LWStyleZ
    Align : Right
    Border : Thin bottom
    Object : Ledger

    [Style : LWStyleZ]
    Font : "Arial Bold"
    Height : 20
    Bold : yes
    [Line :quot3cmpaddress]
    Field : quot3cmpaddress1
    [Field : quot3cmpaddress1]
    Use : Name Field
    Setas : $Address:Company:##SVCurrentCompany
    Width : 50
    Style : LWStyleN
    Space Left : 25
    Align : Left
    Object : Ledger

    [Line : quot3cmpphno]
    Field : quot3cmpphno1
    [Field : quot3cmpphno1]
    Use : Name Field
    set as : "Ph No. : "+$PhoneNumber:Company:##SVCurrentCompany
    Width : 50
    Style : LWStyleNZ
    Space Left : 25
    Align : Left
    Object : Ledger



    [Line : quot3email]
    Field : quot3email1
    [Field : quot3email1]
    Use : Name Field
    set as : "E-mail : "+$Email:Company:##SVCurrentCompany
    Width : 50
    Style : LWStyleNZ
    Space Left : 25
    Align : Left
    Object : Ledger
    [Style : LWStyleNZ]
    Font : "Arial Bold"
    Height : 12
    Bold : yes


    [Line : quot3website]
    Field : quot3website1
    [Field : quot3website1]
    Use : Name Field
    ;; set as : "Website : "+$website11:Company:##SVCurrentCompany
    set as : "Website : www.entbazzar.com"
    Width : 50
    Style : LWStyleNCZ
    Space Left : 25
    Align : Left
    Object : Ledger
    [Style : LWStyleNCZ]
    Font : "Arial Bold"
    Height : 12
    Bold : yes
     


  11. Rajsrisrimal

    Rajsrisrimal Member


    IS it possible that we can print the same as 4 in one page as a label ?
     


Share This Page