Invoice printing page setup issue

Discussion in 'Tally Developer' started by Rajan Ghanshyam, Mar 5, 2013.

    

  1. Dear All,
    please help me to setup up tally page, i have customized invoice format and it is working fine and even a4 page setting pre-printed format is working fine while taking item invoice.

    but while taking only service charge wala invoice it is not fit in to my invoice pre-printed format .
    i set all the page top left and page size same for both invoice printing.

    I request you to help me on most urgent basis.

    Thanks in Advance
    Rajan
     


  2. psjain_jal

    psjain_jal Member


    Do not post your personal Mail ids and contact number. we are not encouraging this in the forum.
     


  3. GOURAV JAIN

    GOURAV JAIN Member


    Do not post your personal Mail ids and contact number. we are not encouraging this in the forum.

    i will correct it revert it back 2 u..
     


  4. HVPatel

    HVPatel Active Member


    I want to know, what tdl code for Invoice Print in Half page 6 inch if A4 Size paper selected.
    Please do the needful.
    Thanks
     


  5. psjain_jal

    psjain_jal Member


    sorry.................................
     


  6. psjain_jal

    psjain_jal Member


    the code started as :-
    [#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 ""
    ;;====================

    /*
     


  7. HVPatel

    HVPatel Active Member


    Dear
    I asked to print Invoice in 6 inch (Half page of A4)
    if anyone has idea on it plz. share. thanks
     


  8. psjain_jal

    psjain_jal Member


    above code was not working with A4 Size paper?
     


  9. mpal2311

    mpal2311 Active Member


    Why did you post the codes. You want solution or you providing the solution.
     


  10. psjain_jal

    psjain_jal Member


    what are you talking? "why did you post the code", this is the form was useful for sharing of TDL knowledge. Once again stop kidding.
     


  11. Nirav Merchant

    Nirav Merchant Active Member


    Hi hvg88 did u try using Tally F12 configuration - height and width changing to your size - ?
     


  12. HVPatel

    HVPatel Active Member


    Dear Nirav Merchant
    Error showing after set F12 configuration height 6 inch and width 7.5
    ========================
    Form : Printed Invoice
    Vertical Page Breaks are too big!
    =======================
     


  13. Nirav Merchant

    Nirav Merchant Active Member


    I think u have to use customize Invoice format for that purpose - use Tally Developer - In Sample there are few of Invoice Customization Example which u can follow
     


  14. GOURAV JAIN

    GOURAV JAIN Member



    Dear set height 6.10 instead of 6...
     


  15. psjain_jal

    psjain_jal Member



Share This Page