/Mpesa-Ledger-Flutter

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. Other features include categorizing your transaction, calculating MPESA transactions fees and a year monthly summary

Primary LanguageDartMIT LicenseMIT

MPESA Ledger

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
alt text

Limitations

As of now the project only supports Android phones

Table of Contents

Built-With

Demos

Home Page

Below is the home screen, a selected transaction for further viewing and a search functionality

Home Page Transaction Page Search Page
alt text alt text

Category 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
alt text alt text

Summary Page

The summary page shows the overall total of your transactions and a year monthly view using a bar chart

Summary Page
alt text

Calculator

You can use the calculator page to calculate the transaction charges

Calculator Page
alt text

Setting 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
alt text alt text

Contributing

To contribute, follow the following easy steps

Step 1

  • Fork this repo!

Step 2

  • Add new features or fix bugs

Step 3

  • Create a new pull request

Support

Reach out to me at one of the following places!

Buy Me A Coffee

License

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.