How to change the column heading in Invoice

Discussion in 'Tally Developer' started by mpal2311, Apr 3, 2013.

    
  1. mpal2311

    mpal2311 Active Member


    Dear Experts,

    I want some changes in my bill, find details mention below:-

    Instead of Despatch Document No. I want PNR No.
    Instead of Despatched Through I want Airline/Train Name & No.
    Instead of Destination I want Sector
    Instead of Terms of delivery I want No. of Pax & Date of Journey
    Instead of Consignee I want Bill to:
    Instead of Buyer I want Passenger Name

    Please guide me how to achieve this.
     


  2. G Vijay

    G Vijay Member


    You need to alter the line

    [#Line: EI ShipDetails]
    Field : Medium Prompt, EI ShipDocument
    Local : Field : Medium Prompt : Info : $$LocaleString:"Despatch Doc. No. :" (change it to "PNR No.")
    Invisible : @@IsOrderVch

    In this way, you can try for other fields also.
     


  3. mpal2311

    mpal2311 Active Member


    Thanks, of the same.

    I want in Print also.
     


  4. psjain_jal

    psjain_jal Member


    here is the sample code for changing Despatch details; modify it according to your need
    the code is as :-
    Code:
    ;; Substitute the required prompt in the place of Regular Prompts .
     
    [#Line : EI NumPackages]
    Local : FIeld : Short Prompt : Info : "Num Packages :"
    [#Line : EI ChallanNo]
    Local : Field : Medium Prompt : Info : "Delivery Note No(s). :"
    [#Line : EI ShipDetails]
    Local : Field : Medium Prompt : Info : "Despatch Doc. No. :"
     
    [#Line : EI ShipDate]
    Local : Field : Medium Prompt : Info : "Date of Despatch :"
    [#Line : EI PreCarriage]
    Local : Field : Medium Prompt : Info : "Despatched Thru :"
    [#Line : EI PortDestination]
    Local : Field : Medium Prompt : Info : "Destination :"
    [#Line : EI PLARG23]
    Local : Field : Medium Prompt : Info : "Sl. No. in PLA/RG-23 :"
    [#Line : EI PreCarriageLoc]
    Local : Field : Medium Prompt : Info : "Place of Receipt by Shipper :"
    [#Line : EI Vessel]
    Local : Field : Medium Prompt : Info : "Vessel/Flight No. :"
    [#Line : EI PortLoading]
    Local : Field : Medium Prompt : Info : "Port of Loading :"
    [#Line : EI PortDischarge]
    Local : Field : Medium Prompt : Info : "Port of Discharge :"
    [#Line : EI DestCountry]
    Local : Field : Medium Prompt : Info : "Country To :"
    [#Line : EI DateTimeOfInvoice]
    Local : Field : Medium Prompt : Info : "Date & Time Of Invoice :"
    [#Line : EI DateTimeOfRemoval]
    Local : Field : Medium Prompt : Info : "Date & Time Of Removal :"
    [#Line : EI OrderDetails]
    Local : Field : Medium Prompt : Info : "Order No. :"
    [#Line : EI OrderDate]
    Local : Field : Medium Prompt : Info : "Date of Order :"
    [#Line : EI DueDate]
    Local : Field : Medium Prompt : Info : "Terms Of Payment :"
    [#Line : EI OrderRef]
    Local : Field : Medium Prompt : Info : "Other References(s) :"
    [#Line : EI Terms]
    Local : Field : Medium Prompt : Info : "Terms Of Order :" 
    enjoy enjoy enjoy......................
    pankaj jain
     


  5. laxman

    laxman Member


    Sir, Printable change Field code.
     


  6. mpal2311

    mpal2311 Active Member


    Dear Mr. Pankaj Jain,

    Thanks for the same, but please check the codes before uploading, as it is giving error in rel 4.5. These code work only for display, I want in print also.
     


  7. G Vijay

    G Vijay Member


    Kindly check in the tally developer - pressing Ctrl + D = type the required contents and search... it will give you the results which u r searching
     


Share This Page