teditor
1.8.0@@fee5e94
Terminal based editor written in C++
|
#include <objects.h>
Public Member Functions | |
Transaction (const std::string &dateStr, const std::string &n) | |
void | add (const std::string &acct, double val) |
void | add (const std::string &acct) |
void | updateAccounts (Accounts &acc) |
const std::string & | name () const |
const TimePoint & | date () const |
int64_t | rawBalance () const |
double | balance () const |
Represents a transaction in the ledger
|
inline |
|
inline |
default debit account which is the remaining of all the other credits
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
total of all credits/debits. On a correct transaction, this must be 0
|
inline |