An open API service indexing awesome lists of open source software.

https://github.com/hrj/abandon-reports

PDF report generator for abandon
https://github.com/hrj/abandon-reports

abandon accounting cli-tool fop ledger pdf reports scala

Last synced: 8 months ago
JSON representation

PDF report generator for abandon

Awesome Lists containing this project

README

          

# Abandon reports

This tool can be used to generate PDF reports for the XML data exported from [abandon](https://github.com/hrj/abandon).

# Screenshots

## Ledger report
Shows detailed transactions for each account.
![Ledger report](https://i.imgur.com/EXtvcjd.png)

## Balance report
Shows summary (opening balance, changes, closing balance) of each account.
![Balance report](https://i.imgur.com/FlPwvtx.png)

## Flow report
Shows the flow for each account.
![Flow report](https://i.imgur.com/G9flhod.png)

## CLI Interface

```
java -jar abandon-reports-0.9.jar

- Path to the file exported from abandon
- Transactions before this date are used to form the opening balance in the report
- 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 report
* `report.pdf` which contains the detailed ledger report

## LICENSE

This source code is distributed under Apache License (See LICENSE file).