Bank OD ledger Limit & Available balance Info During Ledger View

Discussion in 'Tally.ERP 9' started by bharat shah, Jun 9, 2021.

    
  1. bharat shah

    bharat shah Member


    How to Set Bank OD ledger Limit & Available balance Info During Ledger View
     


  2. Sai Vineeth

    Sai Vineeth Active Member


    If you created OD account under Bank OD a/c Group
    You will have Set OD Limit field
    Tally
    upload_2021-6-11_10-57-40.png
    Tally prime
    upload_2021-6-11_10-58-44.png
     
    bharat shah likes this.


  3. bharat shah

    bharat shah Member


    I want These Field To be visible only in OD BANK LEDGER. h
    I want These Field To be visible only in OD BANK LEDGER. how to do
     

    Attached Files:

    • od.JPG
      od.JPG
      File size:
      16 KB
      Views:
      13


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Make a condition ......... if belongs to Group-bank OD
     
    bharat shah likes this.


  5. bharat shah

    bharat shah Member


    1. sir this is my code.where shoud i make condition In Field or Line

    2. [#Part:LV ScrTitle]

      Add:Line: ODTITLE
      [Line:ODTITLE]
      ADD: Left Field:ODTITLE1
      ;Invisible: $$IsBelongsTo:$$GroupBankOD

      [Field:ODTITLE1]
      Field:Simple Prompt, Amount Field
      Local:Field:Simple Prompt:Set as:"OD Limit :"
      Local:Field:Simple Prompt:Style: Large Bold
      Local:Field:Simple Prompt:Color: Blue
      Local:Field:Amount field:Set as: $ODLimit:Ledger:##LedgerName
      Local:Field:Amount FIELD:Color : if $$isDr:$$Value then "Blue" Else "Red" ;Red
      Local:Field:Amount FIELD:Format : "Dr,Cr"
      Local:Field:Amount FIELD:Skip:Yes

     
    Last edited: Jun 22, 2021


  6. Sai Vineeth

    Sai Vineeth Active Member


    B
    By default they are visible only if ledger is under BankOD
    Just create ledger under BankOD group
     


  7. Sai Vineeth

    Sai Vineeth Active Member


    OD Limit field is already provided by tally why again you want to add that field?
     


  8. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    He is not creating a NEW field/UDF...

    once the Title as well as data field is defined, it will appear in all LEDGER display........ what he wants is -- that the new field should display only if the LEDGER is belonging to OD Bank group.
     


  9. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Refer the ODLimitLINE in Developer.........and implement the same in your new added LINE.
     


  10. Sai Vineeth

    Sai Vineeth Active Member


    Understood previously I didn't seen his screenshot
     


  11. bharat shah

    bharat shah Member


    Amit Sir
    this i s what i got from dev eloper but not worki ng


    Local : Field : Default : Inactive : NOT $$IsBelongsTo:$$GroupBankOD
     


  12. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    You must have copy/paste at the wrong location.......

    this is simple things....you should be able to do it.
     
    bharat shah likes this.


  13. bharat shah

    bharat shah Member


    Sir
    i tried at Both LINE and FIELD but not workng
     


  14. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    show / post your code.....after u have tried.
     
    bharat shah likes this.


  15. bharat shah

    bharat shah Member


    [#Part:LV ScrTitle]
    Add:Line: ODTITLE
    [Line:ODTITLE]
    ADD: Left Field:ODTITLE1
    ;Local : Field : Default : Inactive : NOT $$IsBelongsTo:$$GroupBankOD

    [Field:ODTITLE1]
    Field:Simple Prompt, Amount Field
    Local:Field:Simple Prompt:Set as:"OD Limit :"
    Local:Field:Simple Prompt:Style: Large Bold
    Local:Field:Simple Prompt:Color: Blue
    Local:Field:Amount field:Set as: $ODLimit:Ledger:##LedgerName
    Local:Field:Amount FIELD:Color : if $$isDr:$$Value then "Blue" Else "Red"
    Local:Field:Amount FIELD:Format : "Dr,Cr"
    Local:Field:Amount FIELD:Skip:Yes
    Local:Field:Amount FIELD:Background:Yellow
    Local : Field : Default : Inactive : NOT $$IsBelongsTo:$$GroupBankOD
     


  16. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    use INVISIBLE at the Line level......
    and use condition like -----------$$IsLedofGroup......... search Developer on how to use that.
     
    bharat shah likes this.


  17. Himanshu-2002

    Himanshu-2002 Active Member


    If Functions doesn't work then You can do it like this also



    Invisible: ($_PrimaryGroup:Ledger:##LedgerName)="Bank OD"
     
    bharat shah likes this.


  18. bharat shah

    bharat shah Member


    Not working Himanshu bhai
     


  19. bharat shah

    bharat shah Member


    i will try
     


  20. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    do not make a BLAND statement, if not working, then you might have put it in the wrong place.......

    show the code, as you tried..and then make a statement.
     


  21. bharat shah

    bharat shah Member


    I Tried on both Line And Field
    [#Part:LV ScrTitle]
    Add:Line: ODTITLE
    [Line:ODTITLE]
    ADD: Left Field:ODTITLE1
    Invisible: ($_PrimaryGroup:Ledger:##LedgerName)="Bank OD"

    [Field:ODTITLE1]
    Field:Simple Prompt, Amount Field
    Local:Field:Simple Prompt:Set as:"OD Limit :"
    Local:Field:Simple Prompt:Style: Large Bold
    Local:Field:Simple Prompt:Color: Blue
    Local:Field:Amount field:Set as: $ODLimit:Ledger:##LedgerName
    Local:Field:Amount FIELD:Color : if $$isDr:$$Value then "Blue" Else "Red"
    Local:Field:Amount FIELD:Format : "Dr,Cr"
    Local:Field:Amount FIELD:Skip:Yes
    Local:Field:Amount FIELD:Background:Yellow
    ;Invisible: ($_PrimaryGroup:Ledger:##LedgerName)="Bank OD"
     


  22. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    @bharat shah --- for simple codes, if you have problems, then it is apparent, you want ready made solutions and not LEARN.....

    Follow the directions as given by me and it will work fine...........you need to make sincere efforts to learn........ or else wait for someone who can make you a ready made solutions without any efforts on your part.
     


  23. Amit Kamdar

    Amit Kamdar Administrator Staff Member



  24. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Also it is apparent from your 3 ids........ 2 males and 1 females.......

    under guise of different IDs, all you need is a simple and fast solutions and without making any sincere efforts in learning.

    You must understand that this is a learning site and you will do well to learn and implement codes properly.
     


  25. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    You have been GUIDED properly......by Himanshu as well as myself.

    it is for you to implememt properly after properly understanding the logic and placement.
     


Share This Page