diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-05 05:11:39 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-05 05:11:39 -0500 |
commit | deb674586cced63fc5b048d76eef477b4ae2f3c1 (patch) | |
tree | 9b8d3175fab30210bf1f00c00b2f542fb7bb16f0 /src/report.h | |
parent | 4464ed187b28f9b253431e2b0dde3cb0e875b4d8 (diff) | |
download | fork-ledger-deb674586cced63fc5b048d76eef477b4ae2f3c1.tar.gz fork-ledger-deb674586cced63fc5b048d76eef477b4ae2f3c1.tar.bz2 fork-ledger-deb674586cced63fc5b048d76eef477b4ae2f3c1.zip |
Added new account_total value expression
This is used for accessing an account's current total within one's
Ledger file.
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h index 32648648..431eac3c 100644 --- a/src/report.h +++ b/src/report.h @@ -160,6 +160,7 @@ public: value_t fn_ansify_if(call_scope_t& scope); value_t fn_percent(call_scope_t& scope); value_t fn_price(call_scope_t& scope); + value_t fn_account_total(call_scope_t& scope); value_t fn_lot_date(call_scope_t& scope); value_t fn_lot_price(call_scope_t& scope); value_t fn_lot_tag(call_scope_t& scope); |