Re: Ledger Mode bugs from John Rakestraw

2013-02-14 Thread thierry
Le mardi 12 février 2013 03:40:15 UTC+1, Craig Earls a écrit : 2013/09/11 Hobby Shop Expenses:Hobbies $100.00 Assets:Checking If you clear the Checking posting, when do you want the Hobbies posting cleared? This use case is too simple for me, as I often have one

Re: Ledger Mode bugs from John Rakestraw

2013-02-13 Thread Craig Earls
I wimped out. I decided that I like clearing entire transactions. So this no longer bothers me. When those of you who like clearing single postings and leaving transactions permanently heterogeneous (John uses that in the code!) decide what you want please let me know. On Wed, Feb 13, 2013 at

Re: Ledger Mode bugs from John Rakestraw

2013-02-12 Thread Craig Earls
So this idea will break the current current color highlighting scheme since it detects cleared transactions based on their overall status. Any ideas that don't require me to make the ledger-mode human level intelligent? On Mon, Feb 11, 2013 at 9:35 PM, Douglas Philips douglas.phil...@gmail.com

Re: Ledger Mode bugs from John Rakestraw

2013-02-11 Thread Craig Earls
Thierry, Thanks for pointing out the solarize them. I very much like it better than what I was using and have adopted it in ledger-mode. Also, thank you for taking the time to test out the new-ledger mode. I need to spend some time writing tests so that I can push out changes without breaking

Re: Ledger Mode bugs from John Rakestraw

2013-02-11 Thread Chris Leyon
On Mon, Feb 11, 2013 at 11:05 AM, Craig Earls ender...@gmail.com wrote: As far as reconciling, I am working on bringing the pending state back. It was simpler to get some of the new major functions in with it disabled. I do have one concern about the way you would like reconcile-finish to

Re: Ledger Mode bugs from John Rakestraw

2013-02-11 Thread Craig Earls
Got it. I am also working on providing a target for the reconciliation mode so that you will get the delta left for the reconciliation. But multi-commodity balances are lots of work to deal with, so it will take a while. Would it be worth it to put out a single commodity traget in the interim?

Re: Ledger Mode bugs from John Rakestraw

2013-02-11 Thread Chris Leyon
On Mon, Feb 11, 2013 at 4:31 PM, Craig Earls ender...@gmail.com wrote: Got it. I am also working on providing a target for the reconciliation mode so that you will get the delta left for the reconciliation. But multi-commodity balances are lots of work to deal with, so it will take a while.

Re: Ledger Mode bugs from John Rakestraw

2013-02-11 Thread Craig Earls
I was actually think of just keeping it simpler, with asking for the current target balance which would be the ending statement balance. The methods that require the opening balance assume that the the previous statement is not available or wasn't balanced. The multi-commodity accounts that I

Re: Ledger Mode bugs from John Rakestraw

2013-02-11 Thread John Wiegley
Chris Leyon cle...@gmail.com writes: I also always assumed that the pending flag character was for purposes of reconciling, similar to the intermediate cleared/c status in GnuCash. Yes, this is why the pending flag was created, in fact. Craig, have you restored that functionality in

Re: Ledger Mode bugs from John Rakestraw

2013-02-11 Thread Craig Earls
Still working on it. On Mon, Feb 11, 2013 at 6:06 PM, John Wiegley jo...@newartisans.com wrote: Chris Leyon cle...@gmail.com writes: I also always assumed that the pending flag character was for purposes of reconciling, similar to the intermediate cleared/c status in GnuCash. Yes, this is

Re: Ledger Mode bugs from John Rakestraw

2013-02-11 Thread Craig Earls
So let me ask this: It appears most people want the individual posting to be acted upon, and marked pending. When, if ever do you want the balancing postings cleared? For example: 2013/09/11 Hobby Shop Expenses:Hobbies $100.00 Assets:Checking If you clear the Checking posting, when

Re: Ledger Mode bugs from John Rakestraw

2013-02-11 Thread John Rakestraw
On Monday, February 11, 2013 9:40:15 PM UTC-5, Craig Earls wrote: So let me ask this: It appears most people want the individual posting to be acted upon, and marked pending. When, if ever do you want the balancing postings cleared? For example: 2013/09/11 Hobby Shop

Re: Ledger Mode bugs from John Rakestraw

2013-02-11 Thread Chris Leyon
On Mon, Feb 11, 2013 at 9:40 PM, Craig Earls ender...@gmail.com wrote: So let me ask this: It appears most people want the individual posting to be acted upon, and marked pending. When, if ever do you want the balancing postings cleared? For example: 2013/09/11 Hobby Shop

Re: Ledger Mode bugs from John Rakestraw

2013-02-11 Thread T Helms
I don't ever clear a expense posting like that. same here. -- --- You received this message because you are subscribed to the Google Groups Ledger group. To unsubscribe from this group and stop receiving emails from it, send an email to ledger-cli+unsubscr...@googlegroups.com. For more

Re: Ledger Mode bugs from John Rakestraw

2013-02-11 Thread John Wiegley
Craig Earls ender...@gmail.com writes: 2013/09/11 Hobby Shop Expenses:Hobbies $100.00 Assets:Checking If you clear the Checking posting, when do you want the Hobbies posting cleared? For me, never. I only want to clear the account I'm reconciling. John -- --- You received

Re: Ledger Mode bugs from John Rakestraw

2013-02-11 Thread Craig Earls
Once again I find that I am off in lala land. I always clear entire transactions for no real reason. I will adapt. On Monday, February 11, 2013, John Wiegley wrote: Craig Earls ender...@gmail.com javascript:; writes: 2013/09/11 Hobby Shop Expenses:Hobbies $100.00

Re: Ledger Mode bugs from John Rakestraw

2013-02-11 Thread Douglas Philips
On 2/11/13 7:40 PM, Craig Earls wrote: So let me ask this: It appears most people want the individual posting to be acted upon, and marked pending. When, if ever do you want the balancing postings cleared? For example: 2013/09/11 Hobby Shop Expenses:Hobbies $100.00 Assets:Checking

Re: Ledger Mode bugs from John Rakestraw

2013-02-10 Thread thierry
Hi Craig and all, I am happy that there has been some recent improvement on ledger lisp mode. Nevertheless those changes are not yet mature, and I opened some bugs (around 10) about that. I believe that they will be fixed sooner or later. The more annoying to me is that ledger-mode steals C-c

Re: Ledger Mode bugs from John Rakestraw

2013-02-09 Thread John Rakestraw
Hi, Craig -- Thanks for your continued work on this. I'm really sorry I don't have time right now to bang on this really hard, but here's what I uncovered with a few minutes work. 1. Fixed, spacebar toggling now also scrolls the buffer Yes, I can confirm that this is fixed. 2. That

Re: Ledger Mode bugs from John Rakestraw

2013-02-09 Thread Craig Earls
Thanks John, I can't reproduce the save error you are seeing. I will keep trying. As far as the transaction reconciliation behavior you are seeing, that is as intended. I will see if I can make it configurable to clear only the posting from the reconcile window. C-c C-c inthe ledger buffer

Re: Ledger Mode bugs from John Rakestraw

2013-02-09 Thread John Rakestraw
Hi, Craig -- On Saturday, February 9, 2013 11:31:48 AM UTC-5, Craig Earls wrote: Thanks John, I can't reproduce the save error you are seeing. I will keep trying. Thanks. Let me know if I can provide additional information. As far as the transaction reconciliation behavior you are

Re: Ledger Mode bugs from John Rakestraw

2013-02-09 Thread Craig Earls
This has been resolved. If ledger-clear-whole-entries is nil then reconcile mode will clear the posting, not the entire xact. On Sat, Feb 9, 2013 at 10:54 AM, John Rakestraw jo...@johnrakestraw.com wrote: Hi, Craig -- On Saturday, February 9, 2013 11:31:48 AM UTC-5, Craig Earls wrote: