Hide or Rename "Invoice No" in Bill

Discussion in 'Tally Developer' started by Hasan@123, May 9, 2020.

    
  1. Hasan@123

    Hasan@123 Member


    I Want to hide or rename "Invoice no" in Invoice. Please help me doing it..
     

    Attached Files:



  2. Neeru

    Neeru Active Member


    But why?.. remove from print
     


  3. Hasan@123

    Hasan@123 Member


    That's for non-gst accounting.. If it can't be removed or hidden, can it be renamed like "Bill No" or something?
     


  4. Bipin Damania

    Bipin Damania Active Member


    Yes
    Possible
     


  5. Hasan@123

    Hasan@123 Member


    Please help sir..
     


  6. Neeru

    Neeru Active Member


    Hi

    try try try and then ask for help..

    here is code for remove invoice number in print. you can add option in F12 for remove or hide this option right now it's just remove field in print.

    Code:
    [#Line: EXPSMP Date]
                  Left Fields : Simple Field, EXPSMP VchNo
                Right Fields: Info Field, EXPSMP Date
                Local       : Field : Simple Field : Set as     : "" ;you can set title of Field
    [#Field: EXPSMP VchNo]
                    Set as  : "" ;you can add value for print.
    
     
    Rajsrisrimal likes this.


  7. Hasan@123

    Hasan@123 Member


    I want to print "Doc no" in place of "Invoice no".. iss code se ho jayega?
     


  8. Neeru

    Neeru Active Member



    Yes i already comment in code for adding field in Invoice no.
     


  9. Hasan@123

    Hasan@123 Member


    Thanks a lot
     


Share This Page