Difference between revisions of "Finances"

From sshcWiki
Jump to navigation Jump to search
(Created page with "In March of 2015, SSH:Chicago took the radical step of publishing our finances for the world to see. Transactions are anonymized and de-individualized, but published records r...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
In March of 2015, SSH:Chicago took the radical step of publishing our finances for the world to see. Transactions are anonymized and de-individualized, but published records reflect daily incomes and expenses applied to our bank account(s). A record of all transactions is stored in a Github repository
+
{{UpdateNeeded}}
 +
 
 +
In March of 2015, SSH:Chicago took the radical step of publishing our finances for the world to see. Transactions are anonymized and de-individualized, but published records reflect daily incomes and expenses applied to our bank account(s). A record of all transactions is stored in a Github repository
  
 
[https://github.com/sshchicago/finances Check it out!]
 
[https://github.com/sshchicago/finances Check it out!]
  
=Reading the files=
+
= Reading the files =
  
A more in-depth tutorial can be found in the README.md on that repo, but each monthly file is just a text file that reflects the daily incomes and expenses. Income looks like negative numbers (since money is being subtracted from someone else), while expenses look positive (since money is being added to someone else).  
+
A more in-depth tutorial can be found in the README.md on that repo, but each monthly file is just a text file that reflects the daily incomes and expenses. Income looks like negative numbers (since money is being subtracted from someone else), while expenses look positive (since money is being added to someone else).
  
=Working with Ledger-CLI=
+
= Working with Ledger-CLI =
  
 
TODO: Write me
 
TODO: Write me

Latest revision as of 00:36, 27 January 2022

EightInchFloppyDisk.png This article is Out of date.
Please update this article and remove this template!

In March of 2015, SSH:Chicago took the radical step of publishing our finances for the world to see. Transactions are anonymized and de-individualized, but published records reflect daily incomes and expenses applied to our bank account(s). A record of all transactions is stored in a Github repository

Check it out!

Reading the files

A more in-depth tutorial can be found in the README.md on that repo, but each monthly file is just a text file that reflects the daily incomes and expenses. Income looks like negative numbers (since money is being subtracted from someone else), while expenses look positive (since money is being added to someone else).

Working with Ledger-CLI

TODO: Write me