Jakob Schnitzer
Jakob Schnitzer
> After installing Fava from this branch, I can do bean-query main.beancount .run summary-report successfully, but when running it in Fava I get an internal server error and the following...
> thanks for the work! how's going? any ETA for release? No ETA for a release which includes this, but I think this is pretty ready for merging yet. @dnicolodi:...
Thanks for the review @dnicolodi :)
Thanks for the report :) This port was chosen simply by being the default port that the Flask dev server binds on. I think I'll stick with that default like...
A PR with a fix would be welcome then :)
> with the X axis being "time" and the Y axis being the operating_currency (or a single chosen one of them, if multiple), with Assets & Liabilities "Stacked Barcharts" per...
I'm not too keen to add an option for this. The exact CSS of Fava is an implementation detail and may change at any point, I don't want to encourage...
As written above, I don't want to make this sort of tweaking too easy (as it would be either quite fragile or would totally impede CSS changes). It shouldn't be...
Closing this as I currently don't plan to implement this in Fava. For example of extensions, see https://github.com/beancount/fava/tree/main/src/fava/ext
The document linking plugin only operates on entry metadata and not on posting metadata as it links the whole entry to a document. I guess it could be extended to...