-
Notifications
You must be signed in to change notification settings - Fork 606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update readme file for features available within application #833
Conversation
README.md
Outdated
This is an Android Application built on top of the MifosX platform for the mifos user community. This is a native Android Application written purely in Java. | ||
This is an Android Application built on top of the [MifosX](https://mifosforge.jira.com/wiki/spaces/MIFOSX/overview) platform and purely written in Java. It has been designed for field officers to interact with the Mifos Platform directly from the Field. | ||
|
||
Some features that are available in the app are Search of Clients, Client Details Viewing, Savings Accounts and Loan Accounts Viewing, Savings Account Transactions (Withdrawal & Deposit), Loan Accounts (Approval, Disbursal, Repayments etc.), Identifiers and Documents (Creation, Upload, Download and View), Collection Sheet Access (Online and Offline), Datatables (View, Add/Remove Entries). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can list the features in bullet points
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@luckyman20 sure, I will do it by Sunday. Thanks for suggestions:)
@Prem0707 Please squash the commits |
252e1e7
to
6ad5518
Compare
@luckyman20 Please take a look at it and suggest the necessary changes, if required. Thanks:) |
README.md
Outdated
- Savings Account Transactions (Withdrawal & Deposit) | ||
- Loan Accounts (Approval, Disbursal, Repayments etc.) | ||
- Identifiers and Documents (Creation, Upload, Download and View) | ||
- Collection Sheet Access (Online and Offline), Datatables (View, Add/Remove Entries). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Offline collection sheet hasn't been implemented in the app yet.
04feecc
to
a5ab09d
Compare
Fixes #1040 |
update readme file mostly in terms of features available within the application
Please make sure these boxes are checked before submitting your pull request - thanks!
Apply the
MifosStyle.xml
style template to your code in Android Studio.Run the unit tests with
./gradlew check
to make sure you didn't break anythingIf you have multiple commits please combine them into one commit by squashing them.