Walk in Bill Collection

Discussion in 'Tally Developer' started by Sundar, May 26, 2013.

    
  1. Sundar

    Sundar Member


    Helo Experts
    Is it possible to use Walk : LedgerEntires, InventoryEntries in collection for Bills outstanding as follows?

    ;;________ Collection_____________

    [Collection: Company Receivables]

    Type : Bills
    Walk : Inventory Entries
    By : GroupName : $Parent:StockItem:$StockItemName
    Compute: PartyName: $$FuncDSPAccName:$Parent
    Compute: DSPNameStyle: ##DSPNameStyle

    Switch: RemoteCmpReceivables: RemoteCmpReceivables : $$IsRemoteCompany
    Compute: GrpName: ##GroupName

    Filter : IsReceivable, DueBillsFilter, AgeFilter, BillsOfGroupName

    Sort : @@Default : $BillDate, $Parent
    Sort : @@DateIncr : $BillDate, $Parent
    Sort : @@DateDecr : -$BillDate, -$Parent
    Sort : @@PartyIncr : $Parent, $BillDate
    Sort : @@PartyDecr : -$Parent, -$BillDate
    Sort : @@RefNoIncr : $$Name, $BillDate
    Sort : @@RefNoDecr : -$$Name, -$BillDate
    Sort : @@AmtIncr : $$Abs:$ClosingBalance, $BillDate
    Sort : @@AmtDecr : -$$Abs:$ClosingBalance, -$BillDate
    Sort : @@DueDateIncr : @@CreditPeriod, $BillDate
    Sort : @@DueDateDecr : -@@CreditPeriod, -$BillDate
    Sort : @@CurrencyIncr : $$Currency:$OpeningBalance
    Sort : @@CurrencyDecr : -$$Currency:$OpeningBalance

    ;; EOF


    I'm trying to customize a report to get Stock Item Groupwise outstanding receivables. In this I couldn't write a proper collection to get Item Groupwise outstanding Bills . Can anybody help me to achieve this, It would be a great help. Thanks a lot


    Regards

    Sundar
     


  2. admin

    admin Administrator Staff Member


    Use Walk Ex
     


Share This Page