Need help in this tdl to get party wise previous rate

Discussion in 'Tally Developer' started by S k singh, Mar 8, 2022.

    
  1. S k singh

    S k singh New Member


    ;;This code not working with sales voucher class
    Can anyone help ?



    [#Line: EI ColumnOne]

    Option : Global EI ColumnOne : @@IsSales

    [#Line: EI ColumnOne]


    Add : Right Fields : Before: VCH Qtytitle : PreviousRate

    Local : Field : Default : Align : Left

    Local : Field : PreviousRate : Info : "Previous Rate"

    [Field: PreviousRate]



    Use : Short Name Field

    Width : 8

    Align : Center

    Invisible : NOT ##VrVarC1

    Skip on : $$IsEnd:$StockItemName



    [#Line: EI InvInfo]

    Add : Right Fields : Before: VCH BilledQty : PreviousRate1

    Local : Field : Default : Align : Left

    ; Local: Field: default : Set as: $Previousrate1







    [Collection: VCHSourceColl]



    Type : Vouchers : VoucherType

    Child of : $$VCHTypeSales



    [Collection: VCH Summary Collection]



    Source Collection : VCHSourceColl

    Walk : Inventory Entries

    By : Partyled : $PartyLedgerName

    By : ItemName : $StockItemName

    By : VoucherNo : $$Owner:$VoucherNumber

    By : MasterId : $MasterId

    Aggr Compute : RateValue : Sum : $Rate

    Sort : Default : -$MasterId



    [Field: PreviousRate1]

    Set as : $$FilterValue:$RateValue:VCHSummaryCollection:1:partyItemCheck

    Width:20 mms


    [System: Formula]


    PartyItemCheck : $Partyled=$$ReqObject:($$Owner:$PartyLedgername) and $ItemName=#VCHStockItem
     


  2. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member


    use [Line : CI InvInfo] instead of [Line : EI InvInfo]
     


  3. S k singh

    S k singh New Member


    Sir getting error after using [Line : CI InvInfo] instead of [Line : EI InvInfo]
    error T0008 : could not find the original discription of line: CI CloumnOne
     
    Last edited: Mar 9, 2022


  4. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member


    CI Column one is not there
    use EI Column one only
     


  5. S k singh

    S k singh New Member


    Sir not getting value with EI Column one IMG_20220309_121752.jpg
     


Share This Page