Regarding company bank name in ledger report

Discussion in 'Free Source Codes' started by parthiban.M, Nov 1, 2023.

    
  1. parthiban.M

    parthiban.M Member


    Dear Experts,
    Need one help...how to fetch the company bank name and beneficiery code in ledger form....

    upload_2023-11-1_13-43-39.png

    the below snipet is my fld...but its not wrkng
    upload_2023-11-1_13-45-7.png
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Company's Bank is already appearing --- so clarify your query properly ---- Also is it Ledger Form or Voucher form ?? --- kindly make proper query.
     


  3. parthiban.M

    parthiban.M Member


    upload_2023-11-2_10-20-26.png

    Gud morng sir,
    Sir am currently wrkng on a ledger wise bank details report sir.....In that I have fetched ledger bank details sir...and its geting details correctly...but how to fetch the company bank name in my report sir....And my coll. is Type:Ledger as it is a ledger report...
     


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    $(ledger,##LedgerName).PaymentDetails[1].BankName
    $(ledger,##LedgerName).PaymentDetails[1].AccountNumber ---- and so on ...........
     


  5. parthiban.M

    parthiban.M Member


    Sir..I already got ledger bank details in my report sir...but in the subform of bank details form in ledger..there is Company Name field and Beneficiery Code field sir....its not fetching the same collection which I used to get a/c no,ifsc code etc.,sir
     


  6. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    You must learn to EXPRESS your query properly --- I had asked --- Also is it Ledger Form or Voucher form ?? ---
    From the screenshot it seems that it is SUBFORM during the voucher entry --- hence I asked above question ---

    Again in above you are asking -- "but in the subform of bank details form in ledger" --- I cannot understand -- do you mean subform in Voucher entry after selecting Ledgername?

    And kindly submit your code also so we can understand even if your query is not appropriate. Also attach appropriate screenshot with your query therein.
     


Share This Page