openMF / community-app

This was the former default web application built on top of the Apache Fineract platform. It's now deprecated and replaced by the the Mifos X Web App (https://github.com/openMF/web-app maintained by the Mifos Initiative as a reference solution for financial inclusion. It is a Single-Page App (SPA) written in web standard technologies.
http://openmf.github.io/community-app/
Mozilla Public License 2.0
313 stars 1.02k forks source link

Transaction 'Notes' should be displayed in summary of transaction #3056

Open santoshconflux opened 5 years ago

santoshconflux commented 5 years ago

Whenever we make Transactions like Loan Repayments, we can capture Notes. But currently, after transaction is done ,these notes can be seen in Loan Account page rather than in Transaction Details.

Expected: Notes should be shown in Transaction details page.

Fineract Side Ticket: https://issues.apache.org/jira/browse/FINERACT-670

debenick17 commented 5 years ago

I will like to work on this issue

abhaychawla commented 5 years ago

@debenick17 You can work on a single issue at a time only. Please do not try to claim multiple issues at once.

debenick17 commented 5 years ago

Ok @abhaychawla well understood. Thanks for the information.

debenick17 commented 5 years ago

Hello @abhaychawla please I am facing dificulties on this issue. I can locate the transaction details page.

abhaychawla commented 5 years ago

@santoshconflux Can you please help locate the specified page?

santoshconflux commented 5 years ago

Go to this loan account page https://staging.openmf.org/#/viewloanaccount/184

Click on 'Transactions' Tab and then click on Repayment on 1 March 2019 which leads to:

https://staging.openmf.org/#/viewloantrxn/184/trxnId/16615

We want to display 'Notes' in the above page. Currently it's diplaying in 'Notes' tab. Check the Notes tab in the loan account:

debenick17 commented 5 years ago

I have been having difficulties understanding the codebase. For some days I have tried to grasp some of it while trying to figure out how specific files and folders for the controllers, directives, views and the others are been arranged. It's quite tedious but a good experience and I am loving it. I have seen a file app/views/loans/view_loan_transaction.html and wanted to know if this is where modifications are to be done regarding this issue?