This is an automated email from the ASF dual-hosted git repository.

rajanmaurya154 pushed a change to branch development
in repository https://gitbox.apache.org/repos/asf/fineract-cn-mobile.git.


    from d02e9af  Fix #143: Country name error fixed on Edit Customer
     new ebff7e8  FINCN-147: Search not working in Ledger, Accounts, Tellers
     new 3646fa2  Fixed .travis.yml
     new e6fc440  FINCN#150: Scrollbar not available for Loan Accounts
     new bca0f71  FINCN-151 : Filters fixed in Identification Cards
     new a10ef92  FINCN-152: Added filters for Loan Accounts

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                        |  4 +-
 .../online/accounting/accounts/AccountContract.kt  |  4 +-
 .../online/accounting/accounts/AccountsFragment.kt |  8 ++--
 .../accounting/accounts/AccountsPresenter.kt       | 30 +++++---------
 .../ui/online/accounting/ledgers/LedgerContract.kt |  4 +-
 .../ui/online/accounting/ledgers/LedgerFragment.kt |  9 ++---
 .../online/accounting/ledgers/LedgerPresenter.kt   | 31 +++++---------
 .../IdentificationsContract.java                   |  4 +-
 .../IdentificationsFragment.java                   |  9 ++---
 .../IdentificationsPresenter.java                  | 32 ++++-----------
 .../loanaccountlist/LoanAccountsContract.java      |  4 ++
 .../loanaccountlist/LoanAccountsFragment.java      | 47 ++++++++++++++++++++++
 .../loanaccountlist/LoanAccountsPresenter.java     | 14 +++++++
 .../fineract/ui/online/teller/TellerContract.kt    |  4 +-
 .../fineract/ui/online/teller/TellerFragment.kt    |  8 ++--
 .../fineract/ui/online/teller/TellerPresenter.kt   | 32 +++++----------
 .../main/res/layout/fragment_customer_loans.xml    |  3 +-
 app/src/main/res/menu/menu_loan_account_search.xml | 10 +++++
 app/src/main/res/values/strings.xml                |  1 +
 19 files changed, 140 insertions(+), 118 deletions(-)
 create mode 100644 app/src/main/res/menu/menu_loan_account_search.xml

Reply via email to