From 720042084db3928fcf919b973bc9fe85b11ab66a Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 15 Feb 2005 11:06:34 +0000 Subject: Added code for using reconcile_transactions, but it still need som eporting. --- main.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'main.py') diff --git a/main.py b/main.py index a681e1e0..34223ae9 100644 --- a/main.py +++ b/main.py @@ -247,6 +247,21 @@ else: handler = CalcTransactions (handler) + #if config.reconcile_balance: + # reconcilable = False + # if config.reconcile_balance == "" + # reconcilable = True + # else + # target_balance = Value (config.reconcile_balance) + # + # cutoff = time.time () + # # jww (2005-02-15): needs conversion + # #if config.reconcile_date: + # # cutoff = parse_date (config.reconcile_date) + # + # handler = ReconcileTransactions (handler, target_balance, + # cutoff, reconcilable) + if config.sort_string: handler = SortTransactions (handler, config.sort_string) -- cgit v1.2.3