summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py15
1 files changed, 15 insertions, 0 deletions
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 == "<all>"
+ # 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)