Re: limiting the output of --pivot=payee?

2014-11-01 Thread Martin Michlmayr
? I don't know. -- Martin Michlmayr http://www.cyrius.com/ -- --- 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

Re: Multiple tags with --pivot

2014-11-01 Thread Martin Michlmayr
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. -- Martin Michlmayr http://www.cyrius.com

Re: limiting the output of --pivot=payee?

2014-10-31 Thread Martin Michlmayr
Bob:Liabilities:Payable:Magazine -80 USD -- Martin Michlmayr http://www.cyrius.com/ -- --- 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

Building with -DBUILD_WEB_DOCS=1

2014-10-12 Thread Martin Michlmayr
(BUILD_DOCS 1) +endif() + if (BUILD_DOCS) find_program(MAKEINFO makeinfo) find_program(TEXI2PDF texi2pdf) -- Martin Michlmayr http://www.cyrius.com/ -- --- You received this message because you are subscribed to the Google Groups Ledger group. To unsubscribe from this group and stop receiving

Re: Releasing ledger 3.1

2014-10-05 Thread Martin Michlmayr
to tagging 3.1 soon? No, be my guest! I tagged 3.1. Thanks everyone! -- Martin Michlmayr http://www.cyrius.com/ -- --- 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

Re: Register report of expenses made via cash?

2014-10-04 Thread Martin Michlmayr
+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- Martin Michlmayr http://www.cyrius.com/ -- --- You received this message because you are subscribed to the Google Groups Ledger group. To unsubscribe from this group and stop receiving emails from

Re: Register report of expenses made via cash?

2014-10-04 Thread Martin Michlmayr
an Assets:Cash leg on them. I often similar reports with Beancount, they're useful. On the balance sheet, it render _changes_ to the Assets/Liabilities accounts, as for the income statement, which is meaningful information. On Sat, Oct 4, 2014 at 6:38 AM, Martin Michlmayr t...@cyrius.com

Releasing ledger 3.1

2014-10-02 Thread Martin Michlmayr
in? It would be nice to update doc/NEWS before we tag 3.1. I can spend some time this weekend on this. -- Martin Michlmayr http://www.cyrius.com/ -- --- You received this message because you are subscribed to the Google Groups Ledger group. To unsubscribe from this group and stop receiving

Re: Register report of expenses made via cash?

2014-09-30 Thread Martin Michlmayr
everything from cash. The inverse should also work, and then the totals will include everything from expenses... I believe the following works best: reg '^Expenses' and expr 'any(account =~ /^Assets:Cash/)' This is based in input from John in the past. -- Martin Michlmayr http://www.cyrius.com

Re: Register report of expenses made via cash?

2014-09-30 Thread Martin Michlmayr
* Martin Michlmayr t...@cyrius.com [2014-09-30 12:49]: Is it possible to do a register report for ^Expenses, but only for the amounts that were taken from Assets:Cash? I believe the following works best: reg '^Expenses' and expr 'any(account =~ /^Assets:Cash/)' ... although this has

Re: Register report of expenses made via cash?

2014-09-30 Thread Martin Michlmayr
week this month' Segmentation fault: 11 Please file a bug in Bugzilla. -- Martin Michlmayr http://www.cyrius.com/ -- --- 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

Re: Incorrect date parsing in register report

2014-08-23 Thread Martin Michlmayr
, so it's parsed correctly. You can use --date-format to set the format you like, e.g. --date-format %Y-%m-%d would show: 2014-08-08 Buying ApplesExpenses:Food:Apples$10 $10 2014-08-09 Buying cheeseExpenses:Food:Cheese $5 $15 -- Martin

Re: Ledger and schools

2014-08-07 Thread Martin Michlmayr
by Bradley Kuhn: https://gitorious.org/ledger/npo-ledger-cli/source/ -- Martin Michlmayr http://www.cyrius.com/ -- --- 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

Re: exclusive --end not quite exclusive enough?

2014-08-01 Thread Martin Michlmayr
but this is how it is (at the moment). -- Martin Michlmayr http://www.cyrius.com/ -- --- 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

Re: Balance calculation order

2014-07-24 Thread Martin Michlmayr
. -- Martin Michlmayr http://www.cyrius.com/ -- --- 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

Re: Tracking contributions to an account

2014-07-20 Thread Martin Michlmayr
: ledger -f d reg tag(Taxes) =~ /^HSA*/' Does anyone else try to solve this problem? Is there a solution I’m overlooking? If you always transfer from Assets:Checking, you can do: ledger -f d reg 'Assets:Health Savings' and expr 'any(account =~ /Assets:Checking/)' -- Martin Michlmayr http

Re: Account meta-data

2014-07-16 Thread Martin Michlmayr
an email to ledger-cli+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- Martin Michlmayr http://www.cyrius.com/ -- --- You received this message because you are subscribed to the Google Groups Ledger group. To unsubscribe from this group and stop

Re: dwmbeancounter.com

2014-07-15 Thread Martin Michlmayr
* Martin Blais bl...@furius.ca [2014-07-15 17:02]: I remembered how I initially became acquainted with the double-entry method. It was through this website: http://www.dwmbeancounter.com/ Me too :) Highly recommended. -- Martin Michlmayr http://www.cyrius.com/ -- --- You received

Re: Inventory Booking - A Proposal for an Improvement on Command-Line Bookkeeping

2014-07-14 Thread Martin Michlmayr
} Assets:Investing:Stocks [1]: http://bugs.ledger-cli.org/show_bug.cgi?id=713 fixed in Git's branch 713-cost Can we please merge this into master? Using ledger-cli for stock accounting without this patch seems reckless to me. Yes, will do. -- Martin Michlmayr http://www.cyrius.com

Re: Rounding in ledger

2014-07-01 Thread Martin Michlmayr
in a financial institution an implementation headache. (Personally I feel that you have to support everything, others may disagree.) Interesting. ledger is very flexible so it would be nice to be a flexible as possible. At the same time, the common cases should be as easy possible. -- Martin

Re: Rounding in ledger

2014-07-01 Thread Martin Michlmayr
precision can only extend the display precision, not reduce it. -- Martin Michlmayr http://www.cyrius.com/ -- --- 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

Rounding in ledger

2014-06-23 Thread Martin Michlmayr
know what should balance? -- Martin Michlmayr http://www.cyrius.com/ -- --- 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

Re: Inconsistent results.

2014-06-23 Thread Martin Michlmayr
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. -- Martin Michlmayr http://www.cyrius.com/ -- --- You received

Re: How to record and keep track of stock share ?

2014-06-21 Thread Martin Michlmayr
is 120 and Income:Capital gain is -40 How do you handle this in beancount? -- Martin Michlmayr http://www.cyrius.com/ -- --- 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

Re: How to record and keep track of stock share ?

2014-06-20 Thread Martin Michlmayr
€ -- Martin Michlmayr http://www.cyrius.com/ -- --- 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

Re: xact doesn't return anything?

2014-06-20 Thread Martin Michlmayr
generated by xact is not cleared but you specify --cleared, which means that uncleared transactions are not shown. Maybe xact should ignore --cleared. Doesn't seem to make much sense, but who knows. -- Martin Michlmayr http://www.cyrius.com/ -- --- You received this message because you

Re: fixed price commodity value conversion

2014-06-20 Thread Martin Michlmayr
be treated as -1 CAD {=$1.00} @ $1.00 There are two bugs open about this issue: http://bugs.ledger-cli.org/show_bug.cgi?id=630 http://bugs.ledger-cli.org/show_bug.cgi?id=1021 -- Martin Michlmayr http://www.cyrius.com/ -- --- You received this message because you are subscribed to the Google

Re: cc1plus: error: unrecognized command line option ‘-std=c++11’

2014-06-20 Thread Martin Michlmayr
, it works for me on Debian wheezy but I'm on amd64 which has GCC 4.7. I see you're on ARM which has 4.6: 4:4.7.2-1: amd64 i386 kfreebsd-amd64 kfreebsd-i386 4:4.6.3-8: armel armhf ia64 mips mipsel powerpc s390 s390x sparc -- Martin Michlmayr http://www.cyrius.com/ -- --- You received

Re: How to record and keep track of stock share ?

2014-06-12 Thread Martin Michlmayr
now. With virtual transactions? How did this use to work? Fortunately, I don't have a lot of realized capital gains, so I was mostly able to avoid the problem. -- Martin Michlmayr http://www.cyrius.com/ -- --- You received this message because you are subscribed to the Google Groups Ledger

Re: Wide Register Output

2014-06-11 Thread Martin Michlmayr
-- Martin Michlmayr http://www.cyrius.com/ -- --- 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

Re: display precision affected by space

2014-06-05 Thread Martin Michlmayr
0 I didn't notice it at first, but the real problem is that @$5.01 is parsed as 5.01 rather than $5.01. Anyway, I've a fix. -- Martin Michlmayr http://www.cyrius.com/ -- --- You received this message because you are subscribed to the Google Groups Ledger group. To unsubscribe

Re: Sub account balancing problem

2014-05-29 Thread Martin Michlmayr
100 -100Income:Work This wouldn't work as it would mean that Income:Work has 100 and -100. -- Martin Michlmayr http://www.cyrius.com/ -- --- You received this message because you are subscribed to the Google Groups Ledger group. To unsubscribe from this group

Re: Sub account balancing problem

2014-05-29 Thread Martin Michlmayr
* Martin Michlmayr t...@cyrius.com [2014-05-29 16:02]: I agree. At the same time, I wonder whether this would come up in the real world. Do you have a real-world example? Actually, it's really easy to come up with a real-world example: 2014-04-01 * Test Assets:Cash -100.00 USD

Re: Sub account balancing problem

2014-05-29 Thread Martin Michlmayr
would show that result even without --empty. Of course, maybe the right response is use a hierarchical account tree. -- Martin Michlmayr http://www.cyrius.com/ -- --- You received this message because you are subscribed to the Google Groups Ledger group. To unsubscribe from this group and stop

Re: Sub account balancing problem

2014-05-29 Thread Martin Michlmayr
$'. This will *not* match Assets:Cash:foo ^foo will only match accounts starting with foo, e.g. bar:foo would not match, but foo:bar would. -- Martin Michlmayr http://www.cyrius.com/ -- --- You received this message because you are subscribed to the Google Groups Ledger group. To unsubscribe from this group

Re: Sub account balancing problem

2014-05-29 Thread Martin Michlmayr
* Martin Michlmayr t...@cyrius.com [2014-05-29 16:41]: * Craig Earls ender...@gmail.com [2014-05-29 13:27]: I saw Johns response about--empty but this idea from Martin strikes me as wrong. If you have a hierarchical account tree I think it oy makes sense to have postings on the leaves

Re: 'equity' cannot accept virtual and non-virtual postings to the same account

2014-05-20 Thread Martin Michlmayr
A£10.00 £10.00 B £-10.000 $ ledger -f a reg tag b 2014-05-01 Test B £-10.00 £-10.00 $ -- Martin Michlmayr http://www.cyrius.com/ -- --- You received

Re: 'equity' cannot accept virtual and non-virtual postings to the same account

2014-05-20 Thread Martin Michlmayr
instead of concluding that everything is fine up to now. Just use tags. -- Martin Michlmayr http://www.cyrius.com/ -- --- 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

Re: 'equity' cannot accept virtual and non-virtual postings to the same account

2014-05-19 Thread Martin Michlmayr
it in a comment. However, it would be nice to do: ledger reg --account=tag('Nights') to get the total number of nights I've achieved. -- Martin Michlmayr http://www.cyrius.com/ -- --- You received this message because you are subscribed to the Google Groups Ledger group. To unsubscribe from

Re: 'equity' cannot accept virtual and non-virtual postings to the same account

2014-05-19 Thread Martin Michlmayr
that doesn't exist, which I don't find ideal. -- Martin Michlmayr http://www.cyrius.com/ -- --- 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

Re: 'equity' cannot accept virtual and non-virtual postings to the same account

2014-05-17 Thread Martin Michlmayr
virtual accounts at all, so maybe I'm just missing something.] -- Martin Michlmayr http://www.cyrius.com/ -- --- 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

Re: 'equity' cannot accept virtual and non-virtual postings to the same account

2014-05-17 Thread Martin Michlmayr
* Martin Michlmayr t...@cyrius.com [2014-05-17 18:41]: Gross income: $5200 Family allowance (tax-exempt): $100 Taxes: $1700 Net income: $3500 BTW, there's a calculation error here. Either net income should be $3600 or taxes $1800. But that's a just a minor detail. I found your

Re: 'equity' cannot accept virtual and non-virtual postings to the same account

2014-05-17 Thread Martin Michlmayr
for each tax year, because that's how both the Canadian and US governments handle it: amounts that you post get booked to a particular year I'd use tags. -- Martin Michlmayr http://www.cyrius.com/ -- --- You received this message because you are subscribed to the Google Groups Ledger group

Re: Warehouse Management System

2014-05-14 Thread Martin Michlmayr
that Assets:Receivable:AdSense is simply the first account mentioned in my file. I don't even know why it looks at it given that I specified bal investments:broker. -- Martin Michlmayr http://www.cyrius.com/ -- --- You received this message because you are subscribed to the Google Groups Ledger

Re: Boost request dropped to 1.49

2014-05-14 Thread Martin Michlmayr
tested with Debian 7 and Boost 1.49. -- Martin Michlmayr http://www.cyrius.com/ -- --- 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

Re: can't use this month or this week as period?

2014-05-14 Thread Martin Michlmayr
. Someone reported the same issue on IRC yesterday and I just filed a bug report today (before reading your email): http://bugs.ledger-cli.org/show_bug.cgi?id=1038 I'll add some of your observations to the bug report. In any case, I can confirm this issue. -- Martin Michlmayr http://www.cyrius.com

Change in definition of cost

2014-05-14 Thread Martin Michlmayr
some transactions (for the old and new behaviour). -- Martin Michlmayr http://www.cyrius.com/ -- --- 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

Bug 768 - OS X installer is incomplete

2014-05-13 Thread Martin Michlmayr
Can someone running OS X please comment on Bug 768 - OS X installer is incomplete: http://bugs.ledger-cli.org/show_bug.cgi?id=768 -- Martin Michlmayr http://www.cyrius.com/ -- --- You received this message because you are subscribed to the Google Groups Ledger group. To unsubscribe from

Re: Warehouse Management System

2014-05-13 Thread Martin Michlmayr
-05-13 * Test foo 2 A 1 AAA [2014-05-13] (foo 2) @@ $10.00 B $ ledger -f d bal A --lots 1 AAA {$10} [2014/05/13] (foo 1) 1 AAA {$10} [2014/05/13] (foo 2) A $ ledger -f d bal A --lot-notes 1 AAA (foo 1) 1 AAA (foo 2) A -- Martin Michlmayr http

New tests not being run

2014-05-13 Thread Martin Michlmayr
When I git clone the repo, run ./acprep --debug --python make -j4 make check And *then* add a new test and run 'make check' again, the new test is not being executed. Can someone with cmake experience look into this? -- Martin Michlmayr http://www.cyrius.com/ -- --- You received

Re: Warehouse Management System

2014-05-13 Thread Martin Michlmayr
before a certain date don't attract capital gains tax if hold for more than a year; gains on newer purchases are taxable). -- Martin Michlmayr http://www.cyrius.com/ -- --- You received this message because you are subscribed to the Google Groups Ledger group. To unsubscribe from this group

Re: Riscontro List

2014-05-12 Thread Martin Michlmayr
but --group-by tag('Customer') --pivot Invoice assets:ca gives no output at all. Bugzilla? -- Martin Michlmayr http://www.cyrius.com/ -- --- You received this message because you are subscribed to the Google Groups Ledger group. To unsubscribe from this group and stop receiving emails from

Re: Riscontro List

2014-05-12 Thread Martin Michlmayr
-- Martin Michlmayr http://www.cyrius.com/ -- --- 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

Re: [GSoC'14] Adding fixed precision support and extending test suite for Ledger-CLI

2014-05-10 Thread Martin Michlmayr
if you have examples involving USD. I'll try to check if the accounting standards have anything to say about this subject (but somehow I doubt it). -- Martin Michlmayr http://www.cyrius.com/ -- --- You received this message because you are subscribed to the Google Groups Ledger group

Re: Riscontro List

2014-05-10 Thread Martin Michlmayr
23.00 GBP But I'm not sure if there's a way to see a list of open invoices for each customer, i.e. a pivot on both Customer and Invoice. John, does that sound like a reasonable feature request or is there a way to do this already? -- Martin Michlmayr http://www.cyrius.com/ -- --- You received

Re: Riscontro List

2014-05-10 Thread Martin Michlmayr
* Martin Michlmayr t...@cyrius.com [2014-05-11 00:41]: John, does that sound like a reasonable feature request or is there a way to do this already? Also, how powerful is the query mechanism? For the example I gave (plus some Link: directives to link to stored PDFs of invoices), would

Re: Disable Piping to Less

2014-04-21 Thread Martin Michlmayr
* Esben Stien b...@esben-stien.name [2014-04-22 01:30]: When I do ledger bal, it pipes the output to less. Any pointer as to how I can disable this behavior? Is there a switch? I'm not sure if there's a better solution, but this will work: --pager /bin/cat -- Martin Michlmayr http

Re: Shares: calculating average cost

2014-04-20 Thread Martin Michlmayr
iteration of Beancount, I'm adding a feature to book shares with the avg. cost method (in case that's what you're trying to do). Can you share how you're going to implement this feature and what other features does beancount have that ledger doesn't? -- Martin Michlmayr http://www.cyrius.com

Re: Shares: best way to show opening balances?

2014-04-20 Thread Martin Michlmayr
I'm looking for. -- Martin Michlmayr http://www.cyrius.com/ -- --- 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

Status of beancount

2014-04-20 Thread Martin Michlmayr
in getting beancount to work for others? If so, I'd be happy to give it a go and report issues I run into. -- Martin Michlmayr http://www.cyrius.com/ -- --- You received this message because you are subscribed to the Google Groups Ledger group. To unsubscribe from this group and stop receiving

Shares: calculating average cost

2014-04-18 Thread Martin Michlmayr
GBP Assets:Investments 2 AAA @@ 30.00 GBP Now ledger contains the average price: ledger -f funds.ledger bal --lots assets:investments 2 AAA {15.00 GBP} [2014/03/02] Assets:Investments -- Martin Michlmayr http://www.cyrius.com/ -- --- You received this message because

Re: Shares: calculating dividend equalisation

2014-04-18 Thread Martin Michlmayr
{10.00 GBP} [2014/02/01] 1 AAA {18.00 GBP} [2014/03/01] Assets:Investments -- Martin Michlmayr http://www.cyrius.com/ -- --- 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

Re: Shares: best way to show opening balances?

2014-04-18 Thread Martin Michlmayr
ledger figure out the @@ 40.00 GBP by itself? -- Martin Michlmayr http://www.cyrius.com/ -- --- 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

Re: Trying to get a decision on incremental contributions

2014-04-12 Thread Martin Michlmayr
ledger is currently using. -- Martin Michlmayr http://www.cyrius.com/ -- --- 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

Re: How do I (accurately) convert currencies from USD to EUR in a report?

2014-01-06 Thread Martin Michlmayr
not to revalue. -- Martin Michlmayr http://www.cyrius.com/ -- --- 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

Bugzilla problem: Couldn't connect to 127.0.0.1

2013-06-20 Thread Martin Michlmayr
line 31 ModPerl::Registry::handler(...) called at /srv/bugzilla/mod_perl.pl line 138 Bugzilla::ModPerl::ResponseHandler::handler(...) called at -e line 0 eval {...} called at -e line 0 -- Martin Michlmayr http://www.cyrius.com/ -- --- You received this message because

Re: Testing the 3.0 release tarball

2013-06-13 Thread Martin Michlmayr
but several 2.6 options are missing: http://bugs.ledger-cli.org/show_bug.cgi?id=755 I don't think it's a big deal as there are probably few 2.6 users (left), but thought I'd mention it. -- Martin Michlmayr http://www.cyrius.com/ -- --- You received this message because you are subscribed

Re: Balance report with second level accounts

2013-03-05 Thread Martin Michlmayr
* Harshad RJ harshad...@gmail.com [2013-03-05 15:49]: However, I am not able to get this to work. If I invoke ledger balance ^Assets:Fixed ^Assets:Current ledger bal --depth 2 -- Martin Michlmayr http://www.cyrius.com/ -- --- You received this message because you are subscribed

Re: Documentation Ledger 3.0

2013-02-26 Thread Martin Michlmayr
...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Martin Michlmayr http://www.cyrius.com/ -- --- 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

Re: Multiple currencies

2013-01-29 Thread Martin Michlmayr
* John Wiegley jo...@newartisans.com [2013-01-29 15:27]: You know the bug number? How do I search for it? Perhaps it's http://bugs.ledger-cli.org/show_bug.cgi?id=713? It's this one: http://bugs.ledger-cli.org/show_bug.cgi?id=712 -- Martin Michlmayr http://www.cyrius.com/ -- --- You

Re: exporting ledger to gnucash

2012-11-14 Thread Martin Michlmayr
don't think it can be read by Gnucash. It seems the common file format for financial data is OFX. It would be great if ledger could be modified to output OFX. I've no idea how much work this would be though. -- Martin Michlmayr http://www.cyrius.com/

Re: $commodity in automated transactions

2012-11-13 Thread Martin Michlmayr
://bugs.ledger-cli.org/show_bug.cgi?id=788 -- Martin Michlmayr http://www.cyrius.com/

Re: payee field, accouting customs?

2012-10-21 Thread Martin Michlmayr
* Jeroen De Vlieger fly@gmail.com [2012-10-21 09:46]: Do you use it to give a general free form description of what the transaction is about? That's what I do since I want to see a description of the transaction with ledger reg. -- Martin Michlmayr http://www.cyrius.com/

Re: Build on Debian fails

2012-10-04 Thread Martin Michlmayr
* fredrik pbmju...@gmail.com [2012-10-04 01:35]: [ 1%] Generating ../system.hh.gch g++: internal compiler error: Killed (program cc1plus) Are you sure you have enough RAM? -- Martin Michlmayr http://www.cyrius.com/

Re: Accruing non-default currency transactions in a manner USA's IRS likes: thoughts?

2012-09-29 Thread Martin Michlmayr
-- Martin Michlmayr http://www.cyrius.com/

Towards ledger 3.0 (was Re: newbie confusion)

2012-09-08 Thread Martin Michlmayr
- Identify which bugs need to be fixed before 3.0 - Fix those (and other :) bugs - Translations Anything else people can help with? -- Martin Michlmayr http://www.cyrius.com/

Re: --strict and --pedantic

2012-06-15 Thread Martin Michlmayr
to ever see it. Come to think of it, there should be a tags command.) Agreed. There's a feature request already: http://bugs.ledger-cli.org/show_bug.cgi?id=522 -- Martin Michlmayr http://www.cyrius.com/

Re: Balance Report showing all accounts

2012-06-09 Thread Martin Michlmayr
? You only get Assets:Checking because Assets:Checking and Assets are the same in your case. You'd get Assets as a separate line if you had multiple sub-accounts within Assets. You could also use --depth 1 to just get Assets but then you don't see details for sub-accounts. -- Martin Michlmayr http

Re: Build failure

2012-05-17 Thread Martin Michlmayr
in regarding specifying accounts and assertions in metadata. Your boost is too old. I already filed a report requesting that acprep should produce an error if boost is too old: http://bugs.ledger-cli.org/show_bug.cgi?id=677 -- Martin Michlmayr http://www.cyrius.com/

Re: New feature: pre-declaring accounts, payees, commodities and tags

2012-03-25 Thread Martin Michlmayr
--explicit is given, *only* predeclarations establish the known-ness of parsed entities. I interpreted your *only* to mean that this would also apply to cleared transactions. This is not the case currently but I'd find this behaviour useful. What do you think? -- Martin Michlmayr http

Re: New feature: pre-declaring accounts, payees, commodities and tags

2012-03-25 Thread Martin Michlmayr
, but this is not what ledger actually does afaict. -- Martin Michlmayr http://www.cyrius.com/

Re: Confusion about cost vs price

2012-03-18 Thread Martin Michlmayr
basis concept would reflect that in accounting again. (I'm not sure if there are other scenarios where ledger's understanding of cost basis doesn't reflect the accounting concept, but so far I only ran into this particular case.) -- Martin Michlmayr http://www.cyrius.com/

Capital gains/losses accounted for twice

2012-03-17 Thread Martin Michlmayr
: 12.00 + -0 -12.00 = 0 This is what should happen. What happens in reality is that we account for the gain in Income but ledger also add something to Equity, so we end up with: 12.00 + -0 + (-10.00 + 2.00) + -2.00 + 0 = 2.0 and this is not valid because it should equal 0. -- Martin Michlmayr

ledger re-write rules (aka ledger views)

2012-03-17 Thread Martin Michlmayr
-4.43 EUR Assets:PayPal 4.43 EUR0 I think such a feature would be very powerful and I can think of many use cases for such a feature. John, how difficult would this be to implement and does this fit into your plans for ledger? -- Martin Michlmayr http

Confusion about cost vs price

2012-03-17 Thread Martin Michlmayr
for it. Can someone enlighten me? By the way, I'm asking these questions because of bug 713: http://bugs.ledger-cli.org/show_bug.cgi?id=713 -- Martin Michlmayr http://www.cyrius.com/

Re: Having Ledger calculate a commodity / exchange rates by telling it an entry balances

2012-03-15 Thread Martin Michlmayr
/show_bug.cgi?id=680 -- Martin Michlmayr http://www.cyrius.com/

Re: New feature: virtual costs

2012-03-09 Thread Martin Michlmayr
* John Wiegley jwieg...@gmail.com [2012-03-09 07:41]: You can now surround the @ or @@ in a posting with parens to prevent it from being added as a historical price. That's a great feature! -- Martin Michlmayr http://www.cyrius.com/

Re: About to start commodity valuation overhaul

2012-03-03 Thread Martin Michlmayr
* John Wiegley jwieg...@gmail.com [2012-03-03 02:22]: ; Changes to options: ; ; -O--quantityuse each posting's amOunt (DEFAULT) ; -B--costuse each posting's cost Basis Can you give some examples outlining the difference between these two? -- Martin Michlmayr http

Re: Resetting/reconciling balance

2012-02-29 Thread Martin Michlmayr
such amount to Expenses:Unknown”. Is that possible? Yes, use this: 2012/2/29 * Reconcile account Expenses:Unknown Assets:Cash:Son =$100 ; sets new balance -- Martin Michlmayr http://www.cyrius.com/

Commodities and { } vs @

2012-02-19 Thread Martin Michlmayr
{ } doesn't do what I was expecting. John, can you clarify? -- Martin Michlmayr http://www.cyrius.com/

Re: Ledger Documentation Available

2012-02-04 Thread Martin Michlmayr
automatically at all. I intend to file a bug on this soon and will send the link here so you can read my rationale. -- Martin Michlmayr http://www.cyrius.com/

Re: Income deductions

2012-02-04 Thread Martin Michlmayr
, but then the net income becomes less apparent, and perhaps budgeting would get more complicated as a result. I actually have a proposed feature for ledger in mind that would make this easier. I hope I can find some time soon to describe the feature request. -- Martin Michlmayr http://www.cyrius.com/

Re: commodity flags cleanup

2012-01-27 Thread Martin Michlmayr
there are a lot of use cases where I want to use -X -B. See: http://bugs.ledger-cli.org/show_bug.cgi?id=538 http://groups.google.com/group/ledger-cli/browse_thread/thread/6cbcaa9aa20bab6d -- Martin Michlmayr http://www.cyrius.com/

Re: Significance of lot tags

2011-11-30 Thread Martin Michlmayr
, this is the question I was trying to ask: are commodities with lot tags different commodities or not? My belief so far was that they are *not* different commodities (i.e. the lot tags are just some meta info), but the example I posted indicates otherwise. -- Martin Michlmayr http://www.cyrius.com/

Re: How much of a particular commodity do I have?

2011-10-30 Thread Martin Michlmayr
* Craig Earls ender...@gmail.com [2011-10-29 21:36]: This is killing me and it should be simple. I want to have ledger tell me how much of a particular commodity I have? ledger -f - bal -l commodity = 'AUD' -- Martin Michlmayr http://www.cyrius.com/

Re: How much of a particular commodity do I have?

2011-10-30 Thread Martin Michlmayr
reported in the balance report. This is for ledger 3.0 On Sun, Oct 30, 2011 at 01:59, Martin Michlmayr t...@cyrius.com wrote: * Craig Earls ender...@gmail.com [2011-10-29 21:36]: This is killing me and it should be simple. I want to have ledger tell me how much of a particular

Re: Account for different lots of shares

2011-09-30 Thread Martin Michlmayr
and 1 at $200 it would show you: $ ledger -f a.ledger bal --lot-prices Assets:Broker 2 ACME {$100.00} 1 ACME {$200.00} Assets:Broker -- Martin Michlmayr http://www.cyrius.com/

Re: [DOCS] equity vs. assets

2011-09-24 Thread Martin Michlmayr
accordingly.) BTW, I recommend this quick guide on book keeping: http://www.dwmbeancounter.com/tutorial/Tutorial.html -- Martin Michlmayr http://www.cyrius.com/

Re: Strange print behavior in comments

2011-09-14 Thread Martin Michlmayr
the line after 80 characters and the latter two notes don't fit into the line, so they are placed on the next line. You could pass -w to ledger to specify wide output. -- Martin Michlmayr http://www.cyrius.com/

Re: ledger syntax checking.

2011-08-21 Thread Martin Michlmayr
://bugs.ledger-cli.org/show_bug.cgi?id=443 -- Martin Michlmayr http://www.cyrius.com/

<    1   2   3   4   5   >