Current Turnover wrong Amount Display at Voucher Entry Screen

Discussion in 'Tally Developer' started by Bipin Damania, Jul 10, 2021.

    
  1. Bipin Damania

    Bipin Damania Active Member


    Hello Everyone
    In Tally Voucher entry screen if you are doing Sales entry and you see Current Turnover Amount,that gives wrong Amount as Formula set Total of Debit Amount and not Only Sales Amount. If you have any Debit Transaction other then Sales in that particular Party Ledger then that is also consider in Current Turnover. And also not working for Purchase Party i.e. Sundry Creditor.
    Request you all to check & reply.
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    I am getting the correct figures.........

    passed sales for 15k on 15-june
    passed receipt for 2k

    when passing another sales on 30-Jun..........it shows correct.......please check your settings...

    Capture.PNG

    Capture2.PNG
     


  3. Bipin Damania

    Bipin Damania Active Member


    This problem is in Tally ERP9...

    I have not tried in Tally Prime
    will check & revert.
     


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Tried in ERP9 .........working fine.

    Try.....unloading one TDL at a time and find the culprit, if any.

    BD01.PNG

    BD02.PNG
     


  5. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Also when trying yours........I was facing a problem in making sales entry.... Dr/Cr mismatch......... so have to find the cause now.

    I also checked....code for TURNOVER is same in both.
     


  6. Amit Kamdar

    Amit Kamdar Administrator Staff Member



  7. Bipin Damania

    Bipin Damania Active Member


    Pass one Payment entry for Cheque Return or Journal entry for Discount Debiting Sales Party (Sundry Debtor) then check you will get Turnover with that Receipt or Journal Amount

    e.g.

    Sales 1,00,000/-
    Payment 10,000/- (As cheque Return)
    Discount 500/-

    you will get Turnover (this yr) 1,10,500/-
    Please check.
     


  8. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Yes... it will take all DEBITs for debtors and CREDITS for creditors......as per their formula.
     


  9. Bipin Damania

    Bipin Damania Active Member


    Please check this screenshot

    upload_2021-7-11_19-51-16.png
     


  10. Bipin Damania

    Bipin Damania Active Member


    For Creditors there is no Separate Formula...
    Same Formula...
    So for Creditors we will get Payment Amount or Debit Side Total Amount and not Credit Side...
     


  11. Bipin Damania

    Bipin Damania Active Member


    I mailed this issue to Tally Support...
    Let see...
     


  12. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    You will grow OLD and die.....waiting for them :p:p..........make your own way........

    TRY THIS.........

    Code:
    [#Field: EI CurrentTurnover]
        Local : Field : Amount Forex Field : Delete : Set As
        Local : Field : Amount Forex Field : Set as    : If $$IsLedOfGrp:#EIConsignee:$$GroupSundryDebtors Then +
                                                                @@RevisedEITurnoverS Else @@RevisedEITurnoverP
    
    [#Object: Ledger]
        RevCurrTurnoverSale        : $$ToValue:##SVCurrentDate:$$FilterAmtTotal:VouchersOfEILedger:IsEISale:$$AsPositive:$Amount
        RevCurrTurnoverPurc        : $$ToValue:##SVCurrentDate:$$FilterAmtTotal:VouchersOfEILedger:IsEIPurc:$$AsPositive:$Amount
        RevCurrTurnoverDrNt        : $$ToValue:##SVCurrentDate:$$FilterAmtTotal:VouchersOfEILedger:IsEIDrNt:$$AsPositive:$Amount
        RevCurrTurnoverCrNt        : $$ToValue:##SVCurrentDate:$$FilterAmtTotal:VouchersOfEILedger:IsEICrNt:$$AsPositive:$Amount
       
    [System: Formula]
        RevisedEITurnoverS    : $RevCurrTurnoverSale:Ledger:#EIConsignee - $RevCurrTurnoverCrNt:Ledger:#EIConsignee
        RevisedEITurnoverP    : $RevCurrTurnoverPurc:Ledger:#EIConsignee - $RevCurrTurnoverDrNt:Ledger:#EIConsignee
        IsEISale             : $$IsSales:$VoucherTypeName
        IsEIPurc             : $$IsPurchase:$VoucherTypeName
        IsEIDrNt             : $$IsDebitNote:$VoucherTypeName
        IsEICrNt             : $$IsCreditNote:$VoucherTypeName
    
    [Collection : VouchersOfEILedger]
    Type : Vouchers  : Ledger
    Child Of: #EIConsignee
    Fetch    : Name, Amount
    
     


  13. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    I have netted off -- Sales with CN and Purchase with DN .......... you can adopt / change as per your requirement.
     
    Last edited: Jul 11, 2021


  14. Amit Kamdar

    Amit Kamdar Administrator Staff Member



  15. Bipin Damania

    Bipin Damania Active Member


    Thank you Amitji
    Tally support team called Twice and accelerate to Technical team...
    Let see...
     


  16. jgkumar1976

    jgkumar1976 Member


     



  17. I like your sense of humour.:p:p
     


Share This Page