tbm / test

0 stars 0 forks source link

Make it easy to filter out transactions in the future #55

Open tbm opened 9 years ago

tbm commented 9 years ago

Original report by Martin Blais (Bitbucket: blais, GitHub: blais).


BTW that's a totally legit example, I haven't done this myself yet, but I would like to. I need to give this a shot in my own file and fix all the problesm encountered.

On Wed, Jun 10, 2015 at 2:13 PM, Martin Blais blais@furius.ca wrote: You're talking about bean-query? I could add a TODAY() function and then you could filter using date < TODAY(). I think you can already use the CLOSE ON to remove the future transactions.

bean-web doesn't have such capability yet, the right thing to do is to rework it to accept an arbitrary filtering expression and show all the views based on that. I haven't gotten to it yet. So much to do ...

On Mon, Jun 8, 2015 at 1:58 PM, Jon Stahl jonsstahl@gmail.com wrote: Oh, and FWIW a suggestion:

I would like to enter all the future vesting events now and only see totals up to the current date. However when I select year 2015 I get future transactions. It would be nice if there were a way to do "YTD" only ...

Regards, Jon