Despatch DEtails Screen Updation

Discussion in 'Tally Developer' started by Ramu Angappan, Feb 10, 2013.

    
Thread Status:
Not open for further replies.
  1. Ramu Angappan

    Ramu Angappan Member


    Hi,

    I am new to TDL. Just started developing. I want to add the below fields while entering a sales invoice with supplementary details on

    1) Total Box
    2) Weight
    3) Preferred Transporter
    4) Actual Transporter Despatch
    5) Despatch Date
    6) Delivery Date

    i aI am not able to find the report of this DEspatch details screen to add these fields. Kindly assist me in adding these fields.


    Also I want to display these fields in a report with all sales voucher information.

    Thanks in advance
     

    Attached Files:



  2. mutharasan

    mutharasan Member


    Dear Ramu Angappan,

    Greetings,
    you have not specified automatic delivery note No. increasing sequence for all invoice randomly or for respective party wise. For instance you need delivery Note No. in increasing sequence for all invoice randomly, you can use the voucher number as delivery note No. For other details You can create some UDFs in supplementary details form.

    Thanks.
     
    Ramu Angappan likes this.


  3. Ramu Angappan

    Ramu Angappan Member


    thanks for your Quick Reply Sir.

    Ok. I am not concerned about Delivery Note Number now . I want to Create new Lines with new UDF in this screen, I am not able to get the correct Part name to add these lines.
    is it

    [#Part : LedSupplForm]
    Add :Line:Delivery Date


    And also need some information about renaming some of these fields to my custom name and deleting pre-exisiting field.
     


  4. mutharasan

    mutharasan Member


    Dear Ramu Angappan,

    Greetings,

    you can add the new line in this part - [Part: EI DelNoteInfo]

    To modify the existing default field, you find the default field and modify it with the help of Tally compiler.

    thanks, happy customization.....
     
    Ramu Angappan likes this.


  5. Ramu Angappan

    Ramu Angappan Member


    Thanks a lot Mutharasan!!! You saved me... I am breaking my head to get that part name.. I downloaded tally developer 9 but still I was not able to get exact Part name. If you don't mind can you tell me how to get the part, line names from tally developer software.
     


  6. mutharasan

    mutharasan Member


    Dear Ramu Angappan,

    Greetings,

    here I give sample code,

    [#Part: EI DelNoteInfo]
    Add:Line:myline

    [Line : Myline]
    Local:Field:Mediumprompt:set As : "Transporter Name"
    Field : Mediumprompt, MyTransporterfield

    [Field : MyTransporterfield]
    use : Name Field
    storage : mystorage

    [system : UDF]
    mystorage:string:1234
     



  7. Hai Ramu,

    Simple idea that, which screen you are from, select some words example Delivery note Details means, search with that particular message using CTRL+D which will list the details in the developer, from you can choose as it is voucher or printing or masters or menu etc.,
     
    Ramu Angappan likes this.


  8. Ramu Angappan

    Ramu Angappan Member


    Thats so sweet. I was looking for something like this..
    Thanks a Lot Marudhachala murthi
     


Thread Status:
Not open for further replies.

Share This Page