Debit Balance Notification

Discussion in 'Tally Developer' started by kosi, Jul 2, 2019.

    
  1. kosi

    kosi Member


    bellow codes gives notification "Balance To \n Be Overdrown By!" when the below conditions are met
    1.if the ledger that is debited in payment voucher is created under current liability
    2 if the ledger that is debited in payment voucher which is created under current liability will have a debit balance
    This notification is only working when ledger is created under the default group(current liability)
    It does not work if i create the ledger under a sub - group(gundal liability)
    note that the gundal liability is a group created under current liability.
    Code is bellow

    [#Field: ACLS Amt]
    Background:Red
    Notify : NegativeCash : NOT $$IsEmpty:$LedgerName AND +
    $$IsGroupCurrentLiab:$Parent:Ledger:$LedgerName AND +
    NOT $$IsEmpty:mad:@LedgerTotal AND $$IsDr:mad:@LedgerTotal

    [#Field: VCH DrAmt]
    Background:Green
    Notify : NegativeCash : NOT $$IsEmpty:$LedgerName AND +
    $$IsGroupCurrentLiab:$Parent:Ledger:$LedgerName AND +
    NOT $$IsEmpty:mad:@LedgerTotal AND $$IsDr:mad:@LedgerTotal


    [#System: Formula]
    NegativeCashFormat: $$LocaleString:"Balance To \n Be Overdrown By!"


    please help resolve this issue. im stuck
    i want to see notification if i create ledger under my own created groups and not the default tally groups
    thanks regards
    philip
     


  2. kosi

    kosi Member


    Follow up on debit balance notification



    bellow codes gives notification "Balance To \n Be Overdrown By!" when the below conditions are met
    1.if the ledger that is debited in payment voucher is created under current liability
    2 if the ledger that is debited in payment voucher which is created under current liability will have a debit balance
    This notification is only working when ledger is created under the default group(current liability)
    It does not work if i create the ledger under a sub - group(gundal liability)
    note that the gundal liability is a group created under current liability.
    Code is bellow

    [#Field: ACLS Amt]
    Background:Red
    Notify : NegativeCash : NOT$$IsEmpty:$LedgerName AND +
    $$IsGroupCurrentLiab:$Parent:Ledger:$LedgerName AND +
    NOT $$IsEmpty:mad:@LedgerTotal AND $$IsDr:mad:@LedgerTotal

    [#Field: VCH DrAmt]
    Background:Green
    Notify : NegativeCash : NOT $$IsEmpty:$LedgerName AND +
    $$IsGroupCurrentLiab:$Parent:Ledger:$LedgerName AND +
    NOT $$IsEmpty:mad:@LedgerTotal AND $$IsDr:mad:@LedgerTotal


    [#System: Formula]
    NegativeCashFormat: $$LocaleString:"Balance To \n Be Overdrown By!"


    please help resolve this issue. im stuck
    i want to see notification if i create ledger under my own created groups and not the default tally groups
    thanks regards
    philip
     
    gangstar likes this.


  3. Mukesh Garg

    Mukesh Garg Member


    Sir If any TDL. Group of ledger based on Debit of Credit Balance plz share. if credit balance from Customer than ledger group shifted to advance from customer and if debit balance of sundry creditors then ledger group shifted to advance to suppliers
     


Share This Page