brownnrl

Results 30 comments of brownnrl

I was doing some review and planning this morning over how to execute on this feature. I'd like to get some clarity about the user interface flow around steps "2...

So for a first round in v3, something that looks roughly like this for the "transaction view" for budgets, where budget periods are trimmed down to the smallest set of...

So I got a little bit further. Though before I go too much further, I wanted to get consensus on the data model and user story around starting out budgeting....

I won't leave the periods static currently if there is use in it, as that will probably work best as an up front change. I'll also come up with a...

It's probably good to clear this up, it is either my misconception either about how it works or how we want budgets to work. As I had envisioned it originally,...

I do see what you mean. I'm going to try to revert the commit you made decoupling ```Budget``` from ```Recurrence```. I'm going to re-use the transaction spawning mechanism and the...

I'd like to take a stab at this ticket. This and #166 are probably the most important tickets for my own use. I do all my management once a month...

I started to write a wiki page for the feature [here](../wiki/Proposal:-Import-Plugins). It's just started, and my initial thoughts are an outlook style set of rules. If [Column Name] [is/is not]...

Yes, I'm not done with the wiki (I was just editing it as you appended this). It's basically my thoughts as I go along figuring out how things currently work,...

If you have a chance to quickly glance over the above commit, I've taken the "Fix Import" logic and abstracted it into plugins. The base class for import actions is...