terroo / terminal-finances

Personal Financial Management
https://terminalroot.com.br/
GNU General Public License v3.0
130 stars 27 forks source link
cpp finance financial qt5

Terminal Finances

This software is suitable for those who want to have control of their personal accounts in an easy and simple way. Available for Linux and Windows.

Donate

Terminal Finances - Personal Financial Management Terminal Finances - Personal Financial Management

Terminal Finances running

Installation

If you want to use Terminal Finances without compiling choose one of the options below to download:

Building the Terminal Finances

First of all you will need the dependencies

For example, on Ubuntu, Linux Mint, Debian and derivatives the command would be:

sudo apt install qt5-qmake g++ make libqt5widgets5 libqt5gui5 libqt5core5a libqt5sql5-mysql libqt5printsupport5 qtbase5-dev qttools5-dev-tools

Then clone the repository and compile as follows:

git clone https://github.com/terroo/terminal-finances
cd terminal-finances
qmake -qt=qt5 src/TerminalFinances.pro
make
sudo make install

Use

I am still developing the Wiki, but while it is not ready you can see how to use it through this video:

Activate subtitles and choose the language according to yours.

https://youtu.be/BF809OoXfjM

If you find a bug or want a feature to be implemented for the new versions use the issues to inform.

License

GNU GPLv3


Uninstall