Skip to content

Instantly share code, notes, and snippets.

@cookie223
Created September 14, 2019 13:45
Show Gist options
  • Save cookie223/7585ce160dfb17238117893b9363e018 to your computer and use it in GitHub Desktop.
Save cookie223/7585ce160dfb17238117893b9363e018 to your computer and use it in GitHub Desktop.
option "title" "My bean count"
option "operating_currency" "USD"
option "render_commas" "TRUE"
; necessary accounts
2019-01-01 open Assets:Cash:USD USD
2019-01-01 open Assets:Cash:EUR EUR
2019-01-01 open Assets:Cash:GBP GBP
2019-01-01 open Assets:Cash:CAD CAD
2019-01-01 open Assets:Cash:CNY CNY
2019-01-01 open Assets:Bank:Schwab:Checking USD
closing-date: 30
importer: "csv"
2019-01-01 open Liabilities:CreditCard:USBank:Altitude USD
closing-date: 10
2019-01-01 open Liabilities:CreditCard:Citi:Prestige USD
closing-date: 19
2019-01-01 open Expenses:Financial:TransactionFee
2019-01-01 open Expenses:Food:Restaurant
2019-01-01 open Expenses:Travel:Hotel
; transactions
2019-09-10 price EUR 1.103 USD
2019-09-10 * "Unicaja ATM" "Get EUR Cash"
Assets:Bank:Schwab:Checking -66.41 USD
Assets:Cash:EUR 60.00 EUR @ 1.10 USD
Expenses:Financial:TransactionFee
2019-09-10 * "La casa del abuelo" "dinner"
Expenses:Food:Restaurant 45.70 EUR @@ 50.46 USD
Liabilities:CreditCard:Citi:Prestige
2019-09-11 price EUR 1.104 USD
2019-09-11 * "Hyatt Regency Madrid Hotel" "tip for cleaing"
Expenses:Travel:Hotel 2.00 EUR
Assets:Cash:EUR
; http://localhost:5000/my-bean-count/income_statement/?interval=day&conversion=USD
2019-09-14 price EUR 0.0001 USD ; cost drop to 0.41 USD when adding this line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment