Fava has a drop-down that will convert all tree charts (income statement
and balance sheets) to any currency. It uses the same convert functions as
sql.

On Sat, Aug 5, 2017, 9:58 AM Martin Blais <bl...@furius.ca> wrote:

> You can use the SQL shell's conversion function to do this.
> Something like this:
>
> bean-query /tmp/example.beancount "select account, convert(sum(position),
> 'CAD') group by 1 order by 1"
>
> It'll be able to convert as long as you have at least some price
> directives in your file to provide the exchange rate (Beancount does not
> access the network on purpose - deterministic, repeatable, no unexpected
> things - so it won't pull rates form anywhere; you have to have rates
> inserted in your file).
>
>
>
> On Sat, Aug 5, 2017 at 8:00 AM, <gksrnr0...@gmail.com> wrote:
>
>> Hi. I'm trying Beancount instead of Ledger.
>>
>> Sometimes I use another currency in business trips.
>>
>> I want to check my balances in temrs of the our currency.
>>
>> Ledger can do this by using -X option.
>>
>> How to do this in Beancount?
>>
>> Thanks in advance,
>> Hankook Lee
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Beancount" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to beancount+unsubscr...@googlegroups.com.
>> To post to this group, send email to beancount@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/beancount/b1d52a31-67d5-4043-bf57-01c8e0ff03ff%40googlegroups.com
>> <https://groups.google.com/d/msgid/beancount/b1d52a31-67d5-4043-bf57-01c8e0ff03ff%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Beancount" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to beancount+unsubscr...@googlegroups.com.
> To post to this group, send email to beancount@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beancount/CAK21%2BhN4pErx%2Bx4_-LeRYUrp3o-KK7S0SomcuCbP44sd_f9k7w%40mail.gmail.com
> <https://groups.google.com/d/msgid/beancount/CAK21%2BhN4pErx%2Bx4_-LeRYUrp3o-KK7S0SomcuCbP44sd_f9k7w%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beancount+unsubscr...@googlegroups.com.
To post to this group, send email to beancount@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beancount/CAFFHUguiN9SUYkpUADebcOCypxqizF%3DZ2Sb5dXgFWe9Aa8vk4w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to