You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an Android Application built on top of the [MifosX](https://mifosforge.jira.com/wiki/spaces/MIFOSX/overview) platform and written in Kotlin. It is based on Mifos X - a robust core banking platform that is developed for field officers using which they process transactions, keep track of their client’s data, center records, group details, different types of accounts (loan, savings and recurring) of the client, run reports of clients, etc. Its sole purpose is to make field operations easier and effortless. This application also provides an offline feature that allows officers to connect with clients and provide them financial support in remote areas as well.
6
+
This Android application is built on the powerful [MifosX](https://mifosforge.jira.com/wiki/spaces/MIFOSX/overview) platform and written in Kotlin. MifosX is a comprehensive core banking platform designed for field officers to efficiently process transactions, manage client data, track center records, group details, and handle various types of accounts such as loans, savings, and recurring accounts. The application's primary goal is to streamline field operations, making them easier and more efficient.
7
+
8
+
One of the standout features of this application is its offline capability, allowing officers to connect with clients and provide financial support even in remote areas. This ensures that clients in underserved areas can still access the financial services they need.
[](https://github.com/openMF/android-client/actions/workflows/pr-check-android.yml)
@@ -28,42 +30,42 @@ This is an Android Application built on top of the [MifosX](https://mifosforge.j
28
30
-**Username**: `mifos`
29
31
-**Password**: `password`
30
32
31
-
###How to Contribute
33
+
## How to Contribute
32
34
Thank you for your interest in contributing to the Mifos Mobile project by Mifos! We welcome all contributions and encourage you to follow these guidelines to ensure a smooth and efficient collaboration process.
33
35
To get started, please refer to the [Contribution Guide](https://github.com/openMF/android-client/wiki/Contribution-Guide) for detailed instructions on how to contribute to the project.
34
36
35
-
###Branch Policy
37
+
## Branch Policy
36
38
For development purposes, always pull from the **development** branch, as all contributions and updates are merged into this branch. Upon completion of development, changes are subsequently merged into the **master** branch, which represents the stable and bug-free version of the code
37
39
38
-
###Development Setup
40
+
## Development Setup
39
41
Please refer to the [Development Setup Guide](https://github.com/openMF/android-client/wiki/Set-up-an-environment) for detailed instructions on configuring the development environment.
40
42
41
-
###Committing Your Changes
43
+
## Committing Your Changes
42
44
After making changes in your local repository, you will need to commit them to your GitHub repository.
43
45
If you are unfamiliar with the process of committing changes, please refer to the [Committing Your Changes](https://github.com/openMF/android-client/wiki/Committing-Your-Changes) guide.
44
46
45
-
###Squashing Your Commits
47
+
## Squashing Your Commits
46
48
To ensure a clean and organized Git history, contributors are encouraged to squash their commits before merging. Instructions on how to squash commits can be found in the [Squashing Your Commits](https://github.com/openMF/android-client/wiki/Squashing-Your-Commits) guide.
47
49
48
-
###Resolving Merge Conflicts
50
+
## Resolving Merge Conflicts
49
51
Occasionally, merge conflicts may arise when your pull request is being reviewed. These conflicts need to be resolved manually.
50
52
To learn how to resolve merge conflicts, please refer to the [Solving Merge Conflicts](https://github.com/openMF/android-client/wiki/Solving-Merge-Conflicts) guide
51
53
52
54
## Code of Conduct
53
55
Mifos has adopted a Code of Conduct that we expect project participants to adhere to. Please read [the full text](CODE_OF_CONDUCT.md) so that you can understand what actions will and will not be tolerated.
54
56
57
+
## Wiki
58
+
59
+
Please visit our [Wiki](https://github.com/openMF/android-client/wiki) page for a detailed overview of the project's architecture and guidelines. Explore further to gain a deeper understanding of our project.
60
+
61
+
## License
62
+
63
+
This project is licensed under the open source [MPL V2](https://github.com/openMF/android-client/blob/master/LICENSE.md).
64
+
55
65
## Contributors
56
66
57
67
Special thanks to the incredible code contributors who continue to drive this project forward.
0 commit comments