Created
March 2, 2012 22:06
-
-
Save efortenberry/1961721 to your computer and use it in GitHub Desktop.
Shows all checkbooks and transactions for the community
This file contains 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
<organizations> | |
<organization> | |
<id>25045</id> | |
<short_name>Orientation</short_name> | |
<long_name>New Student Orientation</long_name> | |
<treasury_journals> | |
<journal> | |
<name>2010 Orientation Budget</name> | |
<id>27107</id> | |
<transactions> | |
<transaction> | |
<id>33000</id> | |
<transaction_date>2010-02-15</transaction_date> | |
<description>Starting Balance</description> | |
<receipts>50000.0</receipts> | |
<payment/> | |
<balance>50000.0</balance> | |
<created_by>Kuty, Allison</created_by> | |
</transaction> | |
<transaction> | |
<id>33014</id> | |
<transaction_date>2010-02-15</transaction_date> | |
<description>Student Co-Director Stipend</description> | |
<receipts/> | |
<payment>3000.0</payment> | |
<balance>47000.0</balance> | |
<created_by>Kuty, Allison</created_by> | |
</transaction> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment