Changing sign for Income on Fava

2019-11-09 Thread Toby
hi, I am usually using ledger but I have recently decided to try beancount(along with Fava; which I think has a really cool GUI). Is it possible to change the Income symbol from - to a + for visual representation in Fava? Hope this makes sense? Thanks -- You received this message because yo

Re: Changing sign for Income on Fava

2019-11-10 Thread Toby
all the signs for numbers associated with Income, > Liabilities and Equity, at the time of display. > > > > > On Sat, Nov 9, 2019 at 1:56 PM Toby > > wrote: > > > > hi, > > I am usually using ledger but I have recently decided to try >

Currency Conversion Not Working [Advise Needed] on Fava

2019-11-14 Thread Toby
Hi, How do you usually denote currency in beancount? I usually have either one of these but its seems like Fava doesn't represent these data in conversion (ie. EUR to USD) . Its always in a separate line/graph( hence a line for EUR and a line for USD). This is the format I usually use. 2019

Tab Completion for Vim?

2020-03-07 Thread Toby
Hi, I am just curious to know if there is a tab completion for Vim as there is for Emacs. Also curious to know if there is a functionality like company(autocompletion) for Vim. Thanks Toby -- You received this message because you are subscribed to the Google Groups "Beancount"

Re: Tab Completion for Vim?

2020-03-08 Thread Toby
Why was my message deleted? On Sunday, March 8, 2020 at 6:39:01 AM UTC+7, Red S wrote: > > Yes. https://github.com/nathangrigg/vim-beancount > > What does company do? > > On Saturday, March 7, 2020 at 9:34:08 AM UTC-8, Toby wrote: >> >> Hi, >> >> I

Deleting Messages without Explaning a Reason

2020-03-08 Thread Toby
Hi, I am curious to know why are my messages being deleted without being given an explanation. All I am trying to do is have a productive discussion here about features between different text editors. I'd like an explanation for this. Thanks -- You received this message because you are subscrib

Re: Tab Completion for Vim?

2020-03-08 Thread Toby
at 6:39:01 AM UTC+7, Red S wrote: > > Yes. https://github.com/nathangrigg/vim-beancount > > What does company do? > > On Saturday, March 7, 2020 at 9:34:08 AM UTC-8, Toby wrote: >> >> Hi, >> >> I am just curious to know if there is a tab completion for Vim

Re: Deleting Messages without Explaning a Reason

2020-03-08 Thread Toby
gt; shouldn't happen again for you. > > On Sun, Mar 8, 2020 at 5:31 AM Toby > > wrote: > >> Hi, >> I am curious to know why are my messages being deleted without being >> given an explanation. >> All I am trying to do is have a productive discussion here a

Getting Output in Percentage Value (Fava)

2021-06-17 Thread Toby
Hi, I am just curious to know if its possible to get output in percentage values. In Ledger it was possible to -% and get outputs in percentage. Is there such a feature available for Fava? Or on Beancount? Thanks! -- You received this message because you are subscribed to the Google Groups "B

Filter / Restrict Account Category

2021-08-23 Thread Toby
Hi, I am having a little difficulty with trying to get Beancount to filter out an account sub-category. Its adding it to the total and I would like to restrict/filter the account. Is there anyway to do this on Beancount? I have tried using the '-' function with little success as shown here:-

Re: Filter / Restrict Account Category

2021-08-23 Thread Toby
Hi, I have made some headway with matching the entries using the filter but not exactly. It still includes related entries (ie. counter-accounts). Is there anyway to filter out the counter-accounts? Thanks On Tuesday, August 24, 2021 at 1:46:45 AM UTC+7 Toby wrote: > Hi, > I am ha

Re: Filter / Restrict Account Category

2021-08-23 Thread Toby
...@bben.us wrote: > It would be easier to help if you give us queries and tell us what you > want the output to be instead. > > On Mon, Aug 23, 2021 at 12:22 PM Toby wrote: > >> Hi, >> I have made some headway with matching the entries using the filter but >> not exac

Equivelent of not command in Beancount / Fava

2021-08-25 Thread Toby
Hi Is there an equivalent command of 'not' in Beancount. hledger has not: function to filter accounts. Ledger also has something similar. Does Fava (or Beancount) have something similar? Also I am trying to use the commodity function but I am struggling to find a way to increase a price of

Price Conversion of Commodities

2021-08-27 Thread Toby
Hi, Is this possible on Beancount? I am trying to convert commodities prices. 2021-01-01 * "Purchase 3 Apple" Assets:Inventory:Apple 3 Apple @@ 15 USD ;5 USD per Apple. Assets:Cash I want to know the price of the apples in EUR. 2021-02-01 price EUR 1.50 USD ; hypothetical example.

Re: Price Conversion of Commodities

2021-08-27 Thread Toby
riced in EUR and you have an exchange rate EUR -> > CHF, then this will also add commodity prices in CHF. > > There's also some possibilities to do conversions when doing the query. > > > Regards, > > Patrick > > > On 27.08.2021 18:53, Toby wrote: > >

Appropriate method to work Inventories

2021-09-13 Thread Toby
Hi, I am trying to use Beancount to track inventories and I am a little confused on how to do this correctly. I understand that there is costs and pricing and that @@ is used to denote price (which can change) and {{}} which the cost and can't change. Let me explain here :- 2021-01-01 * "Purc

Re: Equivelent of not command in Beancount / Fava

2021-08-25 Thread Toby O
; this will allow you to calculate capital gains. > > See > https://beancount.github.io/docs/beancount_language_syntax.html#costs-and-prices > > > Regards, > > Patrick > > > On 25.08.2021 19:50, Toby wrote: > > Hi > Is there an equivalent command of '