Req for Tdl file

Discussion in 'Free Source Codes' started by ngvaishnaw, Feb 16, 2017.

    
  1. ngvaishnaw

    ngvaishnaw New Member


    Sir, Can anyone provide tdl file for addtional coloumn in sale voucher for every item for code of item
     


  2. mutharasan

    mutharasan Member


    Dear ngvaishnaw,

    you just Add one Field after the stockiitem.

    Try this.

    [#Line: EXPINV Column1]
    Add : Right Field : Before : EXPINV QtyTitle : Myitemcodetit

    [Field :myitemcodetit]
    set As :"Item code"
    Width : 10


    [#Line: EXPINV InvDetails]
    Add : Right Field : Before : EXPINV ActualQty : myitemcode

    [Field :myitemcode]
    set As : $PartNo:stockitem:$stockitemName
    Width : 10
     
    Last edited: Feb 16, 2017


  3. ngvaishnaw

    ngvaishnaw New Member


    mutharasan sir thanks for your reply and tdl file. Your tdl programme is shown item code column in sale print out but we can't use while enter sale voucher. it should be editable after item name. please try to modify sir.
     


  4. nasir

    nasir Member


    hi i have one code plz kindly any body help to show these two column in simple tally inv in print out format thnx
     

    Attached Files:



  5. mutharasan

    mutharasan Member


    Dear ngvaishnaw,

    Try This code.


    [#Line: EI ColumnOne]
    Add:Right Field : After : VCH QtyTitle:MYitemcodetit


    [#Line: EI ColumnTwo]
    Add:Right Field : After : VCH QtyTitle:MYitemcodetit


    [#Line: CI InvInfo]
    Add:Right Field : Before : VCHActualQty : Assitemcodeinput

    [#Line: EI InvInfo]

    Add:Right Field : Before : VCHActualQty : Assitemcodeinput


    [Field : MYitemcodetit]
    Width : 12
    Info: "Item Code"

    [Field : Assitemcodeinput]
    use : Name Field
    Width : 12
    storage : Myitemcode
    set Always : yes

    [System : UDF]
    myitemcode : string : 5555
     


  6. ngvaishnaw

    ngvaishnaw New Member


    Mutharasan Sir Nice Thank you and another question can we add state name like Telangana.
     
    Last edited: Mar 1, 2017


  7. asifnathani

    asifnathani New Member


    sir i want one coloum in sales voucher register. when we create sales bill we add delivery note no.in dispatch details. so i want to see that delivery note no. in coloum in sales voucher register. please help me, so please share any tdl file which can help me to see delivery note no. column in sales voucher register.
     


  8. mpal2311

    mpal2311 Active Member


    It can be done.
     


Share This Page