feat(pm/fava): add hyperneutrino #166

merged
opened by a.starrysky.fyi targeting main from private/minion/push-znnulvoxwzkq

HyperNeutrino has expressed interest in using fava. Therefore, let's add a file for them.

Changed files
+26
packetmix
systems
teal
+26
packetmix/systems/teal/fava.nix
··· 52 52 }" 53 53 ''; 54 54 } 55 + { 56 + slug = "hyperneutrino"; 57 + name = "HyperNeutrino"; 58 + beancountOptions.operating_currency = "CAD"; 59 + favaOptions = { 60 + invert-income-liabilities-equity = "true"; 61 + auto-reload = "true"; 62 + fiscal-year-end = "03-31"; 63 + }; 64 + extraConfig = '' 65 + plugin "fava.plugins.tag_discovered_documents" 66 + plugin "fava.plugins.link_documents" 67 + 68 + plugin "beancount.plugins.pedantic" 69 + plugin "beancount.plugins.implicit_prices" 70 + 71 + plugin "beancount_share.share" "{ 72 + 'mark_name': 'share', 73 + 'meta_name': 'shared', 74 + 'account_debtors': 'Assets:People', 75 + 'account_creditors': 'Liabilities:People', 76 + 'open_date': None, 77 + 'quantize': '0.01' 78 + }" 79 + ''; 80 + } 55 81 { 56 82 slug = "coded"; 57 83 name = "Samuel Shuert";