Auto Export Pdf Invoice At Desired Location

Discussion in 'Free Source Codes' started by Jay kumar tailor, Sep 8, 2018.

    
  1. bharat shah

    bharat shah Member


    Jay bhai
    how to set pdf export in A4 size
     


  2. Jay kumar tailor

    Jay kumar tailor Well-Known Member


    Set Variable Value for it.
     


  3. neha shruti

    neha shruti New Member


    If I select multiple sales voucher from sales register then separate Pdfs are generated but all the pdfs have all voucher details with page(1) page(2).......
    how to resolve this issue....kindly guide me..
    thanks in advance
     


  4. Jay kumar tailor

    Jay kumar tailor Well-Known Member


    Mail me on

    Jaytailorsikar@gmail.com
     


  5. bhaveshroy

    bhaveshroy New Member


    I want to save exported sales voucher / invoice with filename same as voucher. Attached TDL was working in Tally9.erp, butt not working with Prime.
    Please guide what needs to be corrected.

    [#Field: DSP ExportFileName]
    ;;Width : 50
    Set as : $$StringPart:$VoucherNumber:0:5+"-"+$$StringPart:$VoucherNumber:6:4+".pdf"

    (Formula is used to remove "/" from voucher number and replace it with "-" e.g. convert 21-22/0001 to 21-22-0001)
     

    Attached Files:



  6. mukesh1984

    mukesh1984 New Member


    Not working tally prime please help
     


  7. torsky

    torsky New Member



  8. bhaveshroy

    bhaveshroy New Member


    Code Working in tally9 erp and not working in tally prime

    [#Field: DSP ExportFileName]

    Set as : $VoucherNumber+".pdf"
     


  9. Hasan@123

    Hasan@123 Member


    How to export receipt voucher with Alias name of Party?
     


  10. Atul Khakher

    Atul Khakher Member


    for file name u can add
    [#Report: Printed Invoice]
    Print set : Report Title: @@InvPartyName + "Inv no. " + $VoucherNumber
    Print set : File Name: @@InvPartyName +" Inv no. " + $VoucherNumber
     


  11. Atul Khakher

    Atul Khakher Member


    in export function u can customise Browser height. & Width of ur desire
     


  12. Brij Mohan Singh

    Brij Mohan Singh New Member




    I want to add Invoice Hight and Widh
    how can add in this code
     


  13. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    I don't think you can do cosmetic effect in a Function definition .....

    For cosmetic changes you need to direct reference to the Field in question.

    This is as per my knowledge -- Kindly experienced and well versed experts in Function shed light on this matter.
     


  14. Himanshu-2002

    Himanshu-2002 Active Member


    You can set Height/Width in SVBrowserWidth, SVBrowserHeight variables....So, Based on these parameters PDF would be generated.
     


Share This Page