Free Code : - Custmoers wise Items sale Report

Discussion in 'Tally Developer' started by psjain_jal, Apr 8, 2013.

    
  1. psjain_jal

    psjain_jal Member


    [#Menu : Gateway of Tally]
    Item : MyAutoColumnReport : Display : MyColReport
    [Report : MyColReport]
    Form : MyColReport
    Variable: DosetAutoColumn,DspRepeatCollection,MyVariable,SVFromDate,SVToDate
    Set : DosetAutoColumn : yes
    Repeat : MyVariable
    Set : DspRepeatCollection : MyStockitemCollection
    Set : SVFromDate : $Booksfrom:Company:##SVCurrentCompany
    Set : SVToDate : $$Monthstart:##SVCurrentDate
    [Form :MyColReport]
    Part :MyColReport,MyColReportBody
    Bottom Part : MyColReportBodyBTM
    Option : Set Auto Option : $$SetAutoColumns:MyVariable
    [Part :MyColReport]
    Line :MyColReport
    Border : Column Titles
    [Line :MyColReport]
    Field : MyColReport,MyColSalesQty
    Repeat : MyColSalesQty
    Local : Field : MyColSalesQty : Align : Center
    [Field :MyColReport]
    Use : Name Field
    Set As : "Particulars"
    [Field :MyColSalesQty]
    Use : Name Field
    Set As : ##MyVariable
    Border : Thin Left
    [Part : MyColReportBody]
    Line : MyColReportBody
    Repeat : MyColReportBody : MyCustomers
    Scroll : Vertical
    Total : MyColSalesQty
    Common Border : yes
    [Line :MyColReportBody]
    Field : MyColReport,MyColSalesQty
    Repeat : MyColSalesQty
    Local : Field : MyColReport : Set As : $Name
    Local : Field : MyColSalesQty : Type : Quantity
    Local : Field : MyColSalesQty : Align : Right
    Local : Field : MyColSalesQty : Set AS : $$LedSaleQty:$Name:##MyVariable
    [Part : MyColReportBodyBTM]
    Use : MyColReport
    Local : Field : MyColReport : Set As : $$Total:MyColReport
    Local : Field : MyColSalesQty: Set As : $$Total:MyColSalesQty
    Local : Line :MyColReport : Local : Field : MyColSalesQty : Align : Right
    [Collection : MyStockitemCollection]
    Type : Stock Item
    Compute : MyVariable : $Name
    [Variable : MyVariable]
    Repeat : ##DspRepeatCollection
    [Collection : MyCustomers]
    Type : Ledger
    Child of : $$GroupSundryDebtors
     


  2. Bsingh

    Bsingh New Member


    not showing all data entered just showing some columns as item names
     


Share This Page