+26
packetmix/systems/teal/fava.nix
+26
packetmix/systems/teal/fava.nix
···
53
53
'';
54
54
}
55
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
+
}
81
+
{
56
82
slug = "coded";
57
83
name = "Samuel Shuert";
58
84
beancountOptions.operating_currency = "USD";