Delivery Note Colloction in sales

Discussion in 'Tally Developer' started by DEEPAK B, Nov 29, 2022.

    
  1. DEEPAK B

    DEEPAK B Member


    Hi

    I do multiple Delivery Note for Multiple Parties and then at the end of month I create sales bill

    I just want that as soon as I select sales voucher and after Selecting delivery note in Despatch order Details
    upload_2022-11-29_16-54-46.png

    Menu alone with the inventory, delivery order number should automatically show in sales

    upload_2022-11-29_16-53-57.png


    But Presently is coming list this
    upload_2022-11-29_17-4-9.png

    My Code
    [System:UDF]
    MyFieldStorage:String:5000

    [#Line:EI ColumnOne]
    Add : Right Field : Before : VCH QtyTitle : My FIELD

    Local : Field : My FIELD : INFO : "Deliver Order No"

    [#Line:EI InvInfo]
    add : right field : before : VCH ActualQty :My FIELD

    [Field : My FIELD]
    Use:Name Field
    Storage :My FIELDStorage
    Set always : yes
    Width : 15
    Align : Center
    invisible : not@@ISSALES @@ISSALESORDER
     


Share This Page