From deb674586cced63fc5b048d76eef477b4ae2f3c1 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 5 Nov 2009 05:11:39 -0500 Subject: Added new account_total value expression This is used for accessing an account's current total within one's Ledger file. --- src/report.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/report.h') 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); -- cgit v1.2.3