Invoice Printing

Discussion in 'Tally Developer' started by HVPatel, Jul 20, 2012.

    
  1. HVPatel

    HVPatel Active Member


    What Method / Code for Invoice Print in Half Page A4 Size paper,
    And
    What Method /Code for Two Copy Invoice of same Invoice Print in A4 Size Paper
    with first copy print heading "Office Copy", Second Copy print heading "Customer copy"

    Thanks to guid.
    HPatel
     


  2. PKR

    PKR New Member


    Dear Sir,

    To Print the Half Size Invoice, Specify the Height, Width in the Form Level Definition and specify the paper size in the printer also (ex A5 or user defined paper size)

    User defined paper size can be created in Printer Properties in Devices And Printers

    to Print the Office copy etc:

    Setas : If $$SetNo = 1 then "Office Copy" else If $$SetNo = 2 then "Customer Copy" else ""
     


  3. HVPatel

    HVPatel Active Member


    Thanks PKR

    I Got this from TDE9

    [#Field : Copy Field]
    NonTaxInvSet : If $$SetNo = 1 Then @Original Else +
    If $$SetNo = 2 Then $$LocaleString:"(Duplicate)" Else +
    If $$SetNo = 3 Then $$LocaleString:"(Triplicate)" Else +
    If $$SetNo = 4 Then $$LocaleString:"(Quadruplicate)" Else $$LocaleString:"(Extra Copy)"
    Original : If ##SVPrintCopies > 1 Then If @@IsIndianVATVch AND $IsTaxInvoice:VoucherType:$VoucherTypeName Then $$LocaleString:"Original - Buyer's Copy" +
    Else $$LocaleString:"(Original)" Else ""
    ;;====================
    /*
    But for Half Size Invoice Print, as per your advise it is done, but everytime i have to select user defined page size into printer, default is A4 (centralized one printer for a Office), so what method for it?
    And is it possible to print two copy of same invoice in 1 page (A4 size page)
     
    ahmed rishali likes this.


  4. ahmed rishali

    ahmed rishali Member


    how can i print 2 sales invoice copy one is original second is duplicate written in its heading
     


  5. NMS

    NMS Member


    Dear Sir,
    It is Possible if your using a Laser Printer Go to Printer Properties in Devices And Printers and Select print 2 copies per sheet.
     


  6. HVPatel

    HVPatel Active Member


    Yes, after selecting print 2 copies per sheet in laser printer, we get invoice print in half page, if we select 2copies (Alt+C) it print two first and second copy.
     



  7. I have customized my invoice but i need to print disc.% column in printing . pls any body tell me code for the same.

    Thanks in Advance...
     



  8. Set the Paper Size as A4 - At Form Level define "Top Parts" & "Bottom Parts". Top Parts contains all the Invoice Parts with the Height Measurement of Half Page & define the "Bottom Parts" contains the same details again with Different Part Name (You can "Use : Part Name")
     



  9. thanks for the help
    i need one more help on invoice, i have customized but when i print in pre-printed format it is printing with column title and buyer's name (title) so, please tell me how to invisible when i print in pre-printed format.

    Thanks ...
     



  10. Dear Mr.Rajan,

    Please refer the default invoice coding for Plain paper and pre-printed invoice which will solve your issue,

    Thanks & Regards,
     


  11. nrpatel

    nrpatel New Member


    print two copy of same invoice in 1 page (A4 size page)
    Please Help me
     


  12. nrpatel

    nrpatel New Member


    How to print two copy of same invoice in 1 page (A4 size page)
    Please Help me
     


  13. nrpatel

    nrpatel New Member


    Please Experts Do for Me
    How to print two copy of same invoice in 1 page (A4 size page)
    Please Help me
     


  14. nrpatel

    nrpatel New Member


    Please Experts Do for Me
    How to print two copy of same invoice in 1 page (A4 size page)
    Please Help me
     


  15. nrpatel

    nrpatel New Member


    Please Experts Do for Me
    How to print two copy of same invoice in 1 page (A4 size page)
    Please Help me
     


Share This Page