Created
November 24, 2009 08:06
-
-
Save aristidb/241729 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; -*- ledger -*- | |
| 2009-12-31 Anfangbestand | |
| Passiva:Anfangsbestand -10 EUR | |
| Passiva:Aktiva:Bargeld |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ ledger -f tests/ordering.ledger bal | |
| 10 EUR Aktiva:Bargeld | |
| 0 Passiva | |
| -10 EUR Anfangsbestand | |
| -------------------- | |
| 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ ledger --version | |
| Ledger next-0-gb00e7ac, the command-line accounting tool | |
| Copyright (c) 2003-2009, John Wiegley. All rights reserved. | |
| This program is made available under the terms of the BSD Public License. | |
| See LICENSE file included with the distribution for details and disclaimer. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment