(Another) Envelope Plugin for Fava

2020-08-12 Thread Sunjay Cauligi
I know there's already an envelope budgeting plugin for Fava that's picking up some traction (kudos to bryall) but I'd like to pitch my own plugin out there, inspired by YNAB. You can find it at https://github.com/scauligi/refried It's a little different from bryall's plugin since it's molded

Re: Envelope Plugin for Fava

2020-06-16 Thread polarmutex
yea that feature was done on purpose. I wanted to leave the beacount files as is and allow a way to reduce the number of envelopes you have. For example, in beancount I have expenses categories for pretty specific items that I like to track, but for budgeting I just want the bare minimal

Re: Envelope Plugin for Fava

2020-06-16 Thread Travis Dahlke
Want to add I think this is an awesome start, I've been searching for something like this for a while. I figured out I can "exclude" income from the budget if I just map the category to "Income" (e.g. Expenses:Taxes:Federal). Not sure if this is by design but this is something I have found

Re: Envelope Plugin for Fava

2020-05-23 Thread Red S
FWIW, what I've learned working with Fava extensions: 1. Understand failure to load the module by importing the module in an interactive python shell 2. If the module loads, error reporting on the console is easy and works well (print statements, logging) -- You received this message because

Re: Envelope Plugin for Fava

2020-05-23 Thread Red S
In case this helps debug: If you see this in the Fava error page: "Importing module "mymodule" failed." That usually means the module was not able to be loaded. Try running python3 interactively and typing: import mymodule That should succeed, or tell you what the failure was. -- You

Re: Envelope Plugin for Fava

2020-05-22 Thread Brian Ryall
t; > ``` > > On Sunday, May 10, 2020 at 12:03:56 AM UTC+5:30, Brian Ryall wrote: >> >> >> Github Project Link: https://github.com/bryall/fava-envelope >> >> I am creating an envelope budgeting plugin for fava. I have finished the >> initial

Re: Envelope Plugin for Fava

2020-05-22 Thread Vinit Khandagle
entered the URL > manually please check your spelling and try again. ``` On Sunday, May 10, 2020 at 12:03:56 AM UTC+5:30, Brian Ryall wrote: > > > Github Project Link: https://github.com/bryall/fava-envelope > > I am creating an envelope budgeting plugin for fava. I have finish

Re: Envelope Plugin for Fava

2020-05-22 Thread Vinit Khandagle
keeps complaining that it failed to load the plugin looks like a very generic error. On Sunday, May 10, 2020 at 12:03:56 AM UTC+5:30, Brian Ryall wrote: > > > Github Project Link: https://github.com/bryall/fava-envelope > > I am creating an envelope budgeting plugin for fava.

Re: Envelope Plugin for Fava

2020-05-18 Thread Martin Blais
Thanks for sharing Brian, I've added a link to the contribs doc. On Sat, May 16, 2020 at 10:49 PM Brian Ryall wrote: > i will look into better error reporting. this is my first plugin to fava > so I am not sure what is possible. > > I do think repeating allocations would be useful (and also

Re: Envelope Plugin for Fava

2020-05-16 Thread Brian Ryall
i will look into better error reporting. this is my first plugin to fava so I am not sure what is possible. I do think repeating allocations would be useful (and also declutter beancount journal) i will add this to my list or contributions are always welcomed -- You received this message

Re: Envelope Plugin for Fava

2020-05-16 Thread Brian Ryall
) On Wednesday, May 13, 2020 at 11:18:16 AM UTC-4, jus...@ryoohki.net wrote: > > On Sunday, May 10, 2020 at 1:33:56 AM UTC+7, Brian Ryall wrote: >> >> >> Github Project Link: https://github.com/bryall/fava-envelope >> >> I am creating an envelope budgeting plugin for f

Re: Envelope Plugin for Fava

2020-05-16 Thread rjm073
> Github Project Link: https://github.com/bryall/fava-envelope > > I am creating an envelope budgeting plugin for fava. I have finished the > initial prototype (also uploaded to pypi) and I am looking for alpha > testers and contributors to help improve this functionality. I know this

Re: Envelope Plugin for Fava

2020-05-13 Thread justus
On Sunday, May 10, 2020 at 1:33:56 AM UTC+7, Brian Ryall wrote: > > > Github Project Link: https://github.com/bryall/fava-envelope > > I am creating an envelope budgeting plugin for fava. > I only took a brief look but from the github landing page it isn't clear what it doe

Envelope Plugin for Fava

2020-05-09 Thread Brian Ryall
Github Project Link: https://github.com/bryall/fava-envelope I am creating an envelope budgeting plugin for fava. I have finished the initial prototype (also uploaded to pypi) and I am looking for alpha testers and contributors to help improve this functionality. I know this has been a highly