reconcile: Fix usage docs.
This commit is contained in:
parent
80dace59b3
commit
e1edffda9a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
"""Reconcile an AMEX CSV statement against the books and print differences.
|
"""Reconcile an AMEX/FR CSV statement against the books and print differences.
|
||||||
|
|
||||||
Beancount users often write importers to create bookkeeping entries direct from
|
Beancount users often write importers to create bookkeeping entries direct from
|
||||||
a bank statement or similar. That approach automates data entry and
|
a bank statement or similar. That approach automates data entry and
|
||||||
|
@ -10,7 +10,7 @@ payment and the funds being debited. That's the workflow we're using here.
|
||||||
Run like this:
|
Run like this:
|
||||||
|
|
||||||
$ python3 -m pip install thefuzz
|
$ python3 -m pip install thefuzz
|
||||||
$ python3 conservancy_beancount/reconcile/prototype_amex_reconciler.py \
|
$ python3 conservancy_beancount/reconcile/statement_reconciler.py \
|
||||||
--beancount-file=$HOME/conservancy/beancount/books/2021.beancount \
|
--beancount-file=$HOME/conservancy/beancount/books/2021.beancount \
|
||||||
--csv-statement=$HOME/conservancy/confidential/2021-09-10_AMEX_activity.csv \
|
--csv-statement=$HOME/conservancy/confidential/2021-09-10_AMEX_activity.csv \
|
||||||
--account=Liabilities:CreditCard:AMEX
|
--account=Liabilities:CreditCard:AMEX
|
||||||
|
|
Loading…
Reference in a new issue