Help-I want to print 1st, 2nd, 3rd copy separately

Discussion in 'Tally Developer' started by Nupur, Sep 16, 2013.

    
  1. Nupur

    Nupur Member


    Help-I want to print 1st, 2nd, 3rd copy separately. Eg..Original copy for buyer, duplicate copy and triplicate copy. Any TDL ?
     


  2. admin

    admin Administrator Staff Member


    Separately means???
     


  3. Nupur

    Nupur Member


    If I print 1st copy then print "original for buyer" on sales voucher , if 2nd copy then print "duplicate" on sales voucher, if 3r copy then print "triplicate" on sales voucher. not a print all three copy in one time.
    Help me-
    thanx in advance
     


  4. Nirav Merchant

    Nirav Merchant Active Member


    HI Nupur,
    You can Use a Variable for UDF to Store manually which NO of Copy u want to Print and write a code in for Customized Invoice for Simple Invoice for Comprehensive Invoice where by if Ur UDF Value = 1 then print "Original" or else etc.
    Pls follow the Code which can help you in that - do not copy this will not work as u required

    ExciseSet : If $$GetCopyNum = 1 Then If ##SVPrintCopies = 1 Then "" Else $$LocaleString:"(Original for Buyer)" +
    Else If $$GetCopyNum = 2 Then $$LocaleString:"(Duplicate for Transporter)" + ;;; To Display Duplicate for Transporter in Excise Invoice
    Else If $$GetCopyNum = 3 Then $$LocaleString:"(Triplicate for Assessee)" + ;;; To Display Triplicate for Assessee in Excise Invoice
    Else $$LocaleString:"(Not for Cenvat Purposes)"


    Pls revert back in case if u dont understand

    - I am not live in this Forum as i had some - problem with Management - u all can mail me if any help u require
     


  5. Nirav Merchant

    Nirav Merchant Active Member


    HI Nupur,
    You can Use a Variable for UDF to Store manually which NO of Copy u want to Print and write a code in for Customized Invoice for Simple Invoice for Comprehensive Invoice where by if Ur UDF Value = 1 then print "Original" or else etc.
    Pls follow the Code which can help you in that - do not copy this will not work as u required

    ExciseSet : If $$GetCopyNum = 1 Then If ##SVPrintCopies = 1 Then "" Else $$LocaleString:"(Original for Buyer)" +
    Else If $$GetCopyNum = 2 Then $$LocaleString:"(Duplicate for Transporter)" + ;;; To Display Duplicate for Transporter in Excise Invoice
    Else If $$GetCopyNum = 3 Then $$LocaleString:"(Triplicate for Assessee)" + ;;; To Display Triplicate for Assessee in Excise Invoice
    Else $$LocaleString:"(Not for Cenvat Purposes)"


    Pls revert back in case if u dont understand

    - I am not live in this Forum as i had some - problem with Management - u all can mail me if any help u require
     


  6. Nupur

    Nupur Member


    THANX NIRAV BUT THIS CODE FOR EXCISE INVOICE? PLEASE TELL ME CODE FOR VAT INVOICE?
     


  7. vijayakumar

    vijayakumar New Member


    In release 4.7 have default option for this
     


  8. Sreejith

    Sreejith New Member


    Dear Sir,

    Can u Please provide ma a sample TDL for the same.
     


Share This Page