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
- Host: GitHub
- URL: https://github.com/hrj/abandon-reports
- Owner: hrj
- License: apache-2.0
- Created: 2017-12-11T15:14:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-22T15:33:49.000Z (almost 2 years ago)
- Last Synced: 2025-02-14T23:32:38.690Z (over 1 year ago)
- Topics: abandon, accounting, cli-tool, fop, ledger, pdf, reports, scala
- Language: Scala
- Size: 46.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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 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).