Personal Finance 1.0.0
An application that allows you to track/store/view finances, as well as calculate different financial values.
Account.h File Reference
#include "Money.h"
#include "Expense.h"
#include <vector>
#include "Income.h"
#include <map>
#include <nlohmann/json.hpp>

Go to the source code of this file.

Classes

class  Account
 The Account class is used to perform various operations on an Account object. More...