An android app for professional healers to keep track of their patients and help in instant billing.
Imporant: The app is currently being re-written to make it completely offline, so that your data stays on your device.
To track current status, check out this GitHub project.
For the currently released version of the app, check out the production branch
This new version uses the latest Jetpack libraries.
- Create, modify and delete patient records
- Keep track of healings done for each patient with the exact date and time
- Keep track of payments received and bills due
- Use the app completely offline
- View a quick summary of your healings, payments and more to stay on the top of your day
- Easy migration from v1.0 of the app
- Uses latest Jetpack libraries
- Room for local persistence
- Jetpack navigation with safe-args for easier navigation.
- Flow and LiveData for staying up-to-date.
- Paging 3.0 for loading long lists
- Latest material design components
- Dynamic module with WorkManager to connect and import data from Firestore.
- Private Alpha - Completed
- Public Beta - Released - Sign up for the beta
- Public Release - tentative May 2021,
- Firestore access and all user data on Firebase will be deleted starting 2022 in a phased manner.
Read the Contributing guide to learn how you can help this project.