location Stock report in Browser Report

Discussion in 'Tally Developer' started by anish, Dec 17, 2021.

    
  1. anish

    anish Member


    Please help me to show location Stock report in Browser Report
    [Report: LocationBrowse]
    Use : Godown Name
    Title : $$LocaleString:"Customized Godown Summary"
    Variable : SVFromDate, SVToDate
    Set : SVFromDate : $$MonthStart:##SVCurrentDate
    Set : SVToDate : $$MonthEnd:##SVCurrentDate
    Option : TSPL DD TB PeriodChange : $$InBrowserPeriodChange
    [!Report: TSPL DD TB PeriodChange]

    Set : SVFromDate :##SVFromDate
    Set : SVToDate :##SVToDate

    [#Collection: List of Custom Browser Reports]

    Add : Object : Godown Summary Browse

    [Object: Godown Summary Browse]

    Name : "Warehouse Report"
    IsCollection : True
    DefinitionName : "TSPL Warehouse Report"
    IsAccessAvailable : $$Allow:Display:GodownSummary
    IsFeatureEnabled : $$IsAccountingOn or $$IsInventoryOn

    ;;End-of-File
     


  2. Vijay Shetye

    Vijay Shetye Member


    Is this the complete code
     


  3. Vijay Shetye

    Vijay Shetye Member


    where have you defined this "TSPL Warehouse Report"
     


Share This Page