Added code for using reconcile_transactions, but it still need som
eporting.
This commit is contained in:
parent
2d3e852d30
commit
720042084d
1 changed files with 15 additions and 0 deletions
15
main.py
15
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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue