onimur / android-munote

App to make it easier to track spending by credit card purchases. Android Studio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MUnote

MUnote is a simple, easy-to-use App that lets you keep track of your credit or debit card spend, keep voucher images in low resolution so you don't have to take up any space on your device and always have those vouchers handy. Make part of your financial life easier with MUnote. It can be used offline, as both images and all information are saved only on your mobile phone. After registering new payments they will be separated by payments by Credit, Debit and Both of the corresponding month, being able to view the details of the voucher, edit it or delete it. For greater control you can view vouchers from previous months or years. First steps for use.

  1. Register a new credit / debit card.

  2. Check if it is credit, debit or both.

  3. On vouchers add the expense you had with the card.

  4. The title, value, card and date fields are required.

New paid account management and control tools coming soon.

Getting Started

Using Git Bash

git clone git@github.com:MurilloComino/android-munote.git

Using Android Studio

in File > New > Project from Version Control... > git

in URL put: https://github.com/MurilloComino/android-munote.git

and then clone

Installing

  • Connect via usb your android phone.
  • After cloning the project, open the terminal and navigate to the root folder.

Windows

gradlew installDebug

Linux & MacOS

./gradlew installDebug

Example

Available on Google Play

google

Present Content

Built With

License

About

App to make it easier to track spending by credit card purchases. Android Studio

License:Apache License 2.0


Languages

Language:Java 100.0%