Help on Automatic auto Column Report

Discussion in 'Free Source Codes' started by SANTOSH SHRESTHA, Oct 13, 2019.

    

  1. [#Menu: Gateway of Tally]

    Item : Item Sales Summary : Display : Monthly Sales
    [Report: Monthly Sales]
    Set: dosetAutoColumn:Yes
    Set:DsprepeatCollection:NPMonthColl
    Repeat:npmonth
    [Form: Monthly Sales]

    Part : Monthly SalesTL,Monthly Sales
    Option:Set auto Option:$$SetAutoColumns:npmonth

    [!Form:Set Auto Option]

    [Part: Monthly SalesTL]

    Line : Monthly SalesTL

    [Line: Monthly SalesTL]

    Field : Name Field,PurcItemNameTL
    Repeat : PurcItemNameTL : NPMonthColl
    Local : Field : Name Field : Set As : "Particulars"
    [Field: PurcItemNameTL]

    Use : Name Field
    Set As : $$FullMonthName:$Date
    Width : 8

    [Part: Monthly Sales]

    Line : Monthly Sales
    Repeat : Monthly Sales : Monthly Sales
    Scroll : Vertical
    [Line: Monthly Sales]

    Field : Name Field,PurcItemName
    Repeat : PurcItemName : NPMonthColl
    Local : Field : Name Field : Set As: $Name

    [Field: PurcItemName]

    Use : Name Field
    Set As : $$FromValue:$Date:$$ToValue:($$MonthEnd:$Date):$SaleValue:StockItem:#NameField
    Width : 8
    [Collection: Monthly Sales]

    Type : StockItem

    [#Menu:Gateway of Tally]
    Add:Item:Month:Alter:Npmonth

    [Report:npmonth]
    Object:company
    [Form:npmonth]
    Part:npmonthpart
    Width:20% screen
    Height:100% screen

    [Part:npmonthpart]
    Line:npmonth
    Repeat:npmonth:npmonthaggr
    Scroll:Vertical
    Break On:$$IsEmpty:$npmonth

    [Line:npmonth]

    Field:npmonthfld

    [Field:npmonthfld]
    Use:Name field
    ;Set as:$$Value
    Storage:npmonth
    Variable:npmonth
    Modifies:npmonth


    [System:variable]
    npmonth:""

    [Variable:npmonth]
    Type:String
    Repeat:##DspRepeatcollection

    [System:udf]
    npmonthaggr:Aggregate:2301
    npmonth:String:2340

    [Collection:npmonthcoll]
    Type:npmonthaggr:Company
    Child Of:##Svcurrentcompany
    Compute:npmonth:$Name

    2.jpg
     

    Attached Files:

    • 2.jpg
      2.jpg
      File size:
      527.2 KB
      Views:
      14


Share This Page