can anyone provide TDL code for ALternative quantity default "yes "

Discussion in 'Requests' started by bikash agarwal, Jul 30, 2018.

    

  1. please can anyone provide TDL code for ALternative quantity default "yes "
    under stock summary in the "Gateway of tally " main page ....

    as shown below in picture 002 . jpg :(:(:(:(
     

    Attached Files:

    • 002.jpg
      002.jpg
      File size:
      181.3 KB
      Views:
      40
    • 001.jpg
      001.jpg
      File size:
      189.9 KB
      Views:
      38


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Try this line of code..........It will work....

    Code:
    [#Report: Stock Summary]
        Set : DSPQtyAlternate : Yes
    
    [#Field: SSShowAlternate]
        Use         : Logical Field
        Set As      : "Yes"
        Modifies    : DSPQtyAlternate
        Set always  : Yes
    
    [#Variable: DSPQtyAlternate]
        Type        : Logical
        Default     : Yes
     




Share This Page