https://github.com/gebner/hledger-diff
Compares the transactions in two ledger files.
https://github.com/gebner/hledger-diff
Last synced: about 1 year ago
JSON representation
Compares the transactions in two ledger files.
- Host: GitHub
- URL: https://github.com/gebner/hledger-diff
- Owner: gebner
- License: gpl-3.0
- Created: 2014-11-15T16:42:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-05-13T16:23:52.000Z (about 8 years ago)
- Last Synced: 2024-04-26T19:48:17.492Z (about 2 years ago)
- Language: Haskell
- Homepage:
- Size: 21.5 KB
- Stars: 5
- Watchers: 5
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hledger-diff
hledger-diff is a simple tool to compare two journal files as used with
[hledger](http://hledger.org/). It looks at the transactions of a single
account and prints out the transactions which are in one journal file but not
in the other. This is particularly useful for reconciling existing journals
with bank statements.
## Installation
```
cabal install hledger-diff
```
## Usage example
```
» hledger-diff assets:bank:giro 2014.journal bank.journal
Unmatched transactions in the first journal:
2014/01/01 Opening Balances
assets:bank:giro EUR ...
...
equity:opening balances EUR -...
Unmatched transactions in the second journal:
```