mifos-mobile
mifos-mobile copied to clipboard
Repository for the Mifos Mobile Banking App for clients
**Summary:** When user goes to loan accounts section and uses filter, none of the filter works properly. **Steps to reproduce:** 1 Go to Accounts Sections 2 Open Loan Accounts 3...
Fixes #1734 Please Add Screenshots If there are any UI changes. https://user-images.githubusercontent.com/54978105/108599597-1ea15b80-73b8-11eb-847e-ba37a5a5839e.mp4 - [x] Apply the `AndroidStyle.xml` style template to your code in Android Studio. - [x] Run the unit...
**Summary:** Even if the user does not make any changes to the Endpoint data still the user is logged out. **Steps to reproduce:** Follow the video below **Expected behaviour:** The...
Fixes #1730 https://user-images.githubusercontent.com/70195106/108550135-25769280-7314-11eb-9617-0c6cb0a89bc2.mp4 - [x] Apply the `AndroidStyle.xml` style template to your code in Android Studio. - [x] Run the unit tests with `./gradlew check` to make sure you didn't...
Fixes #1732 https://user-images.githubusercontent.com/70195106/108540227-ef7ee180-7306-11eb-9769-0b2018cb3a3a.mp4 - [x] Apply the `AndroidStyle.xml` style template to your code in Android Studio. - [x] Run the unit tests with `./gradlew check` to make sure you didn't...
**Summary:** When user enters amount below 0.01 it is not 0.0 so it escapes from check for zero amount, but when it is passed in TransferProcessFragment due to `formatCurrency` it...
**Summary:** When user pays loan or transfer money, if entered amount is bigger than available balance it is notified to user untill payment is processed. This is not good as...
Fixes #1728 Sorting feature works fine. It also works if filters are applied. https://user-images.githubusercontent.com/70195106/108359297-d77b6500-7215-11eb-90c2-aad507dcec2e.mp4 https://user-images.githubusercontent.com/70195106/108359393-f4179d00-7215-11eb-9bc6-d45cc2ca482e.mp4 - [x] Apply the `AndroidStyle.xml` style template to your code in Android Studio. - [x]...
**Summary:** When user opens saving account details and goes to transactions, it is visible that Filters are available for selection based on type of criteria , but sorting feature is...
Fixes #1724 Screenshots : Case 1 : Case 2 : Please make sure these boxes are checked before submitting your pull request - thanks! - [x] Apply the...