Created
March 5, 2013 12:32
-
-
Save hrj/5090006 to your computer and use it in GitHub Desktop.
Ledger xml output
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
<?xml version="1.0" encoding="utf-8"?> | |
<ledger version="196608"> | |
<commodities> | |
<commodity flags="P"> | |
<symbol/> | |
</commodity> | |
</commodities> | |
<accounts> | |
<account id="09b3aeb0"> | |
<name/><fullname/> | |
<account-total> | |
<amount> | |
<quantity>0</quantity> | |
</amount> | |
</account-total> | |
<account id="09b42b08"> | |
<name>Bank</name><fullname>Bank</fullname> | |
<account-total> | |
<amount> | |
<quantity>-20000</quantity> | |
</amount> | |
</account-total> | |
<account id="09b42848"> | |
<name>Fixed</name><fullname>Assets:Fixed</fullname> | |
<account-amount> | |
<amount> | |
<quantity>20000</quantity> | |
</amount> | |
</account-amount> | |
<account-total> | |
<amount> | |
<quantity>20000</quantity> | |
</amount> | |
</account-total> | |
</account> | |
<account-amount> | |
<amount> | |
<quantity>-20000</quantity> | |
</amount> | |
</account-amount> | |
</account> | |
</account> | |
</accounts> | |
<transactions> | |
<transaction> | |
<date>2013/01/02</date><payee>Test2</payee><note> Test2</note> | |
</transaction> | |
<postings> | |
<posting> | |
<account ref="09b42b08"> | |
<name>Bank</name> | |
</account> | |
<post-amount> | |
<amount> | |
<quantity>-10000</quantity> | |
</amount> | |
</post-amount> | |
<total> | |
<amount> | |
<quantity>0</quantity> | |
</amount> | |
</total> | |
</posting> | |
</postings> | |
</transactions> | |
</ledger> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment