This is an MPESA Ledger project that receives and listens to SMS from MPESA to create an analytical view of your MPESA transactions, that is, deposits and withdrawals all stored in an SQLite Database in your phone, not anywhere else. Other features include categorizing your transaction, calculating MPESA transactions fees and a year monthly summary
The latest apk can be downloaded here: => APK File
Set Up |
---|
As of now the project only supports Android phones
- BLoC Pattern
- Jiffy
- SQFlite
- Firebase Auth
- Charts Flutter
Below is the home screen, a selected transaction for further viewing and a search functionality
Home Page | Transaction Page | Search Page |
---|---|---|
The following is the category page where you can see the default categories and a pie chart showing number of transactions for each category. You can also create our own category by simply adding a keyword
Example below shows creating a category by the keywords (Jama and Diana) which later returns all transactions that have the keywords(Jama and Diana) within their text messages. Deleting a category is fairly easy by swipping left or right and confirming the deletion
Category Page | Create Category |
---|---|
The summary page shows the overall total of your transactions and a year monthly view using a bar chart
Summary Page |
---|
You can use the calculator page to calculate the transaction charges
Calculator Page |
---|
The setting page allows you to change your theme and also delete all of your Mpesa SMS messages from the Mpesa Ledger App
Change Theme | Delete All Data |
---|---|
To contribute, follow the following easy steps
- Fork this repo!
- Add new features or fix bugs
- Create a new pull request
Reach out to me at one of the following places!
- Email at jama3137@gmail.com
- Twitter timedjama5262
MIT License
Copyright (c) 2020 Jama Mohamed
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.