dsolonenko / financisto

Financisto - open-source personal finance tracker for Android

Home Page:http://financisto.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature - Minimum Balance for Bank Accounts

nurag opened this issue · comments

Some of the Bank Accounts have the notion of maintaining a minimum balance in the account or a charge is levied on the account for non-maintenance of this balance. Users wouldn't want to go below the minimum balance so as to avoid the charges

Currently, there is no way to add this minimum balance property to the Bank Accounts in Financisto. If such a property exists on the Bank Accounts,

  • The UI can warn the users about their balance reaching the threshold.
  • In totals, the minimum balance needn't be considered as usually people won't breach the minimum balance.

The default for the Minimum Balance property could be 0, and any non-zero amount entered should trigger the above mentioned functionalities.