Re: balance report comparing balance at two dates?

2015-01-13 Thread Martin Blais
Nice.
It would be useful if you had example output in your doc.


On Tue, Jan 13, 2015 at 10:30 AM, Simon Michael si...@joyful.com wrote:

 Also have a look at hledger balance -D/-W/-M/-Q/-Y for ideas. It's the
 report I use the most often by far.

 http://hledger.org/manual.html#multi-balance-reports

 --

 ---
 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 options, visit https://groups.google.com/d/optout.


-- 

--- 
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 options, visit https://groups.google.com/d/optout.


Re: balance report comparing balance at two dates?

2015-01-13 Thread Simon Michael
For now: https://gist.github.com/simonmichael/85b1139360d245d13f1b

On 1/13/15 11:15 AM, Simon Michael wrote:
 Agreed 100%. I've postponed that throughout my docs to save time and
 maintenance costs, and because it needs some interesting data. I need to
 look at your realistic sample journal again.
 
 On 1/13/15 11:10 AM, Martin Blais wrote:
 Nice.
 It would be useful if you had example output in your doc.


-- 

--- 
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 options, visit https://groups.google.com/d/optout.


Re: balance report comparing balance at two dates?

2015-01-13 Thread Richard Lyons
Yes, please.  I would love to see that.  The main problem is that different 
accounts may be absent in each of the two lists, so matching has to 
interpolate both ways.

Cheers,
richard 

On Monday, 12 January 2015 22:29:16 UTC, unices wrote:

 Craig,
 would mind to share your script or even add it to contrib/?

 Cheers,
 Alexis

 --
 Sent from mobile


-- 

--- 
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 options, visit https://groups.google.com/d/optout.


Re: balance report comparing balance at two dates?

2015-01-13 Thread Simon Michael
Also have a look at hledger balance -D/-W/-M/-Q/-Y for ideas. It's the
report I use the most often by far.

http://hledger.org/manual.html#multi-balance-reports

-- 

--- 
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 options, visit https://groups.google.com/d/optout.


Re: balance report comparing balance at two dates?

2015-01-13 Thread Simon Michael
Agreed 100%. I've postponed that throughout my docs to save time and
maintenance costs, and because it needs some interesting data. I need to
look at your realistic sample journal again.

On 1/13/15 11:10 AM, Martin Blais wrote:
 Nice.
 It would be useful if you had example output in your doc.
 
 
 On Tue, Jan 13, 2015 at 10:30 AM, Simon Michael si...@joyful.com wrote:
 
 Also have a look at hledger balance -D/-W/-M/-Q/-Y for ideas. It's the
 report I use the most often by far.

 http://hledger.org/manual.html#multi-balance-reports

 --

 ---
 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 options, visit https://groups.google.com/d/optout.

 


-- 

--- 
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 options, visit https://groups.google.com/d/optout.


DocTests failure

2015-01-13 Thread thierry
From afh:
 There are different ways of running the DocTests:
 -- python test/DocTests.py -vv --ledger ${PATH_TO}/ledger --file 
${PATH_TO}/doc/ledger3.texi
 -- ctest --output-on-failure -R DocTests (which just runs the above 
command for you)

 
On my system (debian wheezy), on branch master, the two commands do not 
produce the same output. Any idea someone? I also get the failure when I do 
make check


~/dev/ledger$ python test/DocTests.py -l ./ledger -f doc/ledger3.texi
...

~/dev/ledger$ python test/DocTests.py -vv --ledger ./ledger --file 
./doc/ledger3.texi | grep 82150D9
82150D9 : Passed

~/dev/ledger$ ctest --output-on-failure -R DocTests
Test project /home/thierry/dev/ledger
Start 1: DocTestsTest_ledger
1/3 Test #1: DocTestsTest_ledger .. Passed 0.14 sec
Start 2: DocTestsTest_ledger-mode
2/3 Test #2: DocTestsTest_ledger-mode . Passed 0.06 sec
Start 3: DocTestsTest_ledger3
3/3 Test #3: DocTestsTest_ledger3 .***Failed 4.94 sec
..E

The following examples failed:
82150D9

67% tests passed, 1 tests failed out of 3

Total Test time (real) = 5.17 sec

The following tests FAILED:
3 - DocTestsTest_ledger3 (Failed)
Errors while running CTest

-- 

--- 
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 options, visit https://groups.google.com/d/optout.