Desc column in Stock Summary

Discussion in 'Tally Developer' started by Hasan@123, Oct 7, 2021.

    
Tags:
  1. Hasan@123

    Hasan@123 Member


    Dear developers, my code is working properly in stock summary but when i press enter on any item, i dont get "Outwards" column in Stock Item monthly summary report. Please check my code
    [#Field:DSPQ ClTitle]
    add:fields:Before:DSPQ QTYTitle:SHsnT
    invisible:##DSPShowInwards
    Inactive:##DSPShowInwards
    [Field:SHsnT]
    Set as :"Desc"
    ;color:red
    style:bold


    [#Field: DSP StkCl]
    add:fields:Before:DSP CLQty:SHsn
    invisible:##DSPShowInwards
    Inactive:##DSPShowInwards
    [Field:SHsn]
    Set as :$Description
    width:20
    ;color:red


    upload_2021-10-7_11-35-5.png
     

    Attached Files:



  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Title field is common so it appears in summary as well as monthly..........

    when you press ENTER, it goes into another report.......

    Replicate your display field in that report also.
     


Share This Page