Initial commit
This commit is contained in:
commit
ff77d7a455
6 changed files with 1282 additions and 0 deletions
38
bitlair.beancount
Normal file
38
bitlair.beancount
Normal file
|
@ -0,0 +1,38 @@
|
|||
option "title" "Stichting Bitlair"
|
||||
option "operating_currency" "EUR"
|
||||
|
||||
option "name_assets" "Activa"
|
||||
option "name_equity" "Vermogen"
|
||||
option "name_expenses" "Uitgaven"
|
||||
option "name_income" "Inkomsten"
|
||||
option "name_liabilities" "Passiva"
|
||||
option "account_previous_balances" "Openingsbalans"
|
||||
|
||||
; plugin "beancount_periodic.recur" "{'generate_until':'today'}"
|
||||
plugin "beancount_periodic.recur" "{'generate_until':'2025-01-31'}"
|
||||
|
||||
2011-03-15 custom "fava-option" "invert-income-liabilities-equity" "true"
|
||||
2011-03-15 custom "fava-option" "auto-reload" "true"
|
||||
2011-03-15 custom "fava-option" "show-accounts-with-zero-balance" "false"
|
||||
|
||||
2011-03-15 open Vermogen:Openingsbalans EUR
|
||||
|
||||
2011-03-15 open Inkomsten:Contributie EUR
|
||||
2025-01-01 open Inkomsten:Giften EUR
|
||||
2025-01-01 open Inkomsten:Onderhuur EUR
|
||||
|
||||
2025-01-01 open Uitgaven:Bankkosten EUR
|
||||
2025-01-01 open Uitgaven:Huur EUR
|
||||
2025-01-01 open Uitgaven:Voorraad EUR
|
||||
2025-01-01 open Uitgaven:IT-Infra EUR
|
||||
|
||||
2025-01-01 open Passiva:Declaraties EUR
|
||||
2025-01-01 open Passiva:Leningen EUR
|
||||
2025-01-01 open Passiva:RevBank EUR
|
||||
|
||||
|
||||
include "Activa/Betaalrekening.beancount"
|
||||
include "Activa/Debiteuren/Huurders.beancount"
|
||||
include "Activa/Debiteuren/Deelnemers.beancount"
|
||||
|
||||
include "reimburse.beancount"
|
Loading…
Add table
Add a link
Reference in a new issue