nominalista / expenses

App written in Kotlin for budget tracking.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request

haywardt opened this issue · comments

It's awesome. This would be awesomer with:
Tasker integration so my bank transaction sms messages could go in automatically.

If you displayed my average cash burn rate for the last 30 days, 90 days, 365 days. This would make budgeting really easy.

Hello

Let me understand your idea better. When you make some bank transaction you receive the SMS confirmation and then it would be great to automatically add the expense to the app, am I right?

About the statistics - I plan to do so. I will let you know when it will be ready.

Hi, Hayward I just read this feature request and I am implementing it because I'm interested too.
My first approach will be with keywords, if the message contains the keyword an empty expense will be created with the message as comment and you will be able to edit it with the correct amount.

Next step will be recognize the amount and I see 2 options:

  1. User can create a rule to find the amount given the keyword
  2. Use Machine learning to find the amount

What do you think? Are you still interested in this feature? any suggestion?

That's a fine approach but since I want that to fit all currencies I created that in a rule way, you
can check it here if you want:
https://github.com/gcandrade10/expenses/tree/feature/sms
https://github.com/gcandrade10/expenses/releases