|
Buffer & | teditor::ledger::ops::getLedgerShowBuff (Editor &ed) |
|
void | teditor::ledger::ops::printHeader (Buffer &buf, const TimePoint &min, const TimePoint &max) |
|
void | teditor::ledger::ops::showTopAccounts (Buffer &buf, const std::string &file) |
|
| teditor::ledger::ops::DEF_CMD (LedgerTop, "ledger::top", "ledger_ops", DEF_OP() { const auto &file=ed.getBuff().getFileName();auto &buf=getLedgerShowBuff(ed);showTopAccounts(buf, file);ed.switchToBuff("*ledger");}) |
|
void | teditor::ledger::ops::showAllAccounts (Buffer &buf, const std::string &file) |
|
| teditor::ledger::ops::DEF_CMD (Ledger, "ledger::all", "ledger_ops", DEF_OP() { const auto &file=ed.getBuff().getFileName();auto &buf=getLedgerShowBuff(ed);showAllAccounts(buf, file);ed.switchToBuff("*ledger");}) |
|