Awesome
Abandon reports
This tool can be used to generate PDF reports for the XML data exported from abandon.
Screenshots
Ledger report
Shows detailed transactions for each account.
Balance report
Shows summary (opening balance, changes, closing balance) of each account.
Flow report
Shows the flow for each account.
CLI Interface
java -jar abandon-reports-0.9.jar <path for transactions.xml> <report start date> <regular expression>
<path for transactions.xml> - Path to the file exported from abandon
<report start date in dd-mmm-yyyy format> - Transactions before this date are used to form the opening balance in the report
<regular expression for account names to hide> - Can be used to hide details of personal accounts, such as "Drawings"
The tool emits the following files in the current working directory:
detailed_balance_report.pdf
which contains the balance reportreport.pdf
which contains the detailed ledger report
LICENSE
This source code is distributed under Apache License (See LICENSE file).