Re: Beancount v3 progress

2022-09-09 Thread francois PEGORY
Hello, now that beangulp is working with beancount V2. Do you know if (and when) it will work with fava ? Regards Le ven. 9 sept. 2022 à 13:59, Stefano Zacchiroli a écrit : > On Fri, Sep 09, 2022 at 10:00:26AM +0200, Daniele Nicolodi wrote: > > > Same here. I've been postponing improving my

merge between two funds

2021-09-14 Thread francois PEGORY
recently, one fund was merge into another fund. how to implement it in beancount knowing that i want to keep the price and the time when it was bought ??? one easy solution is to sell the old fund and to buy the new one but it is not the thing i want. regards -- You received this message

Re: OT: What development environments are people using?

2021-04-12 Thread francois PEGORY
Personally, I use visual studio. A good thing that in addition of having all python tools , it has a plugin for beaucount file. So I can edit program and file with the same environment Le lun. 12 avr. 2021 à 14:11, Martin Blais a écrit : > I mainly use three computer programs. > Bash, Emacs

Re: decimal

2021-04-06 Thread francois PEGORY
s a bit of a mess. > Just another reason why it needs a rewrite. > This is really gnawing at me, but I just don't have the cycles to > rewrite it > Try this in the meantime: > > option "inferred_tolerance_default" "EUR:0.0005" > > > > On Mon, Apr 5, 2021 at

decimal

2021-04-05 Thread francois PEGORY
i have a problem with decimal of commodities. my stocks have 5 decimal for units but euro have only two decimals. so basically here i have a buy operation.: 2021-02-09 * "Achat" "100" Assets:Titre: Assurance-vie 0.081869 SMG-ASIE {232.69 EUR, 2021-02-09} Assets:Titre:

Re: Beancount v3 - Constraints & budgeting

2020-07-25 Thread francois PEGORY
Martin said: Balance check needs to be applied on the tail end of time series only. I am not sure. If a balance apply at a definite date, it should always apply at this date even if if the time serie goes beyond It important for example for to catch the error where you put the wrong date in the

Re: Goodbye bean-web, bean-bake, bean-report. What about bean-price?

2020-07-17 Thread francois PEGORY
Hello, I run currently a cron script with personalized sources. So having it integrated is not the best thing according me , you need to run fava and I don't run fava or there are a possibility to have a Cron script . Maybe just keep the tooling but remove the source Le ven. 17 juil. 2020 à

Re: Is there any Beancount user that uses the hi_IN locale?

2020-06-30 Thread francois PEGORY
Hello , everyone, I think that it will be easier: 1) in a file parsed by the beancount parser , we have always the same "locale". Meaning everywhere with "." As decimal separator , nothing as thousand separator and the currency and currency after ( and not before) 2) that the foreign locale should

Re: bean-price

2020-05-07 Thread francois PEGORY
or docs). If you need additional sources, you can write your > own too. Here's a hacky example I wrote (and use myself) to get prices for > cryptocurrencies from coinmarketcap.com: > https://github.com/aamerabbas/beancount-coinmarketcap > > > On Thu, May 7, 2020 at 12:56 AM francois PE

Re: Using pandas with beancount

2019-06-02 Thread francois PEGORY
Currently I do by exporting CSV from beancoumt then importing in panda Le dim. 2 juin 2019 à 17:48, Chary Chary a écrit : > Uwe, > > I was actually thinking other way around: get transactions (checked and > verified by beancount) into pandas and process them further in pandas > > On Sunday,

Re: How to fix the income statement so that incomes are positive and expenses are negative?

2019-05-09 Thread francois PEGORY
Showing the sign on the traditional way meaning positive for income and negative for expenses could also have some consequences. For example: I see the transactions related to my banking account. Here when I have a transaction where it is a expense, it is logical that the legs of the transaction

Re: [Bitbucket] Issue #392: Booking method not applied when used in included file (blais/beancount)

2019-05-05 Thread francois PEGORY
According me , I think either : 1) it is possible anywhere and it work as it was put in the main file. Easy to explain , hard to implement. 2) if you put it in a file included, it raise a error. The only question is which directive are reserved for the main file. First thought , include and

Re: Separate files

2019-05-02 Thread francois PEGORY
Hello, I have currently split my beancount file in different files. I have one main file with different other that are referenced in the main file with an included. It is easier for editing but as far as I understand, in memory there are only one list of entry meaning that all the file referenced

Re: ledger2beancount

2019-04-24 Thread francois PEGORY
in term of software to use on android to write my expenses( then sync with beancount), after using mmx, now i use http://www.myexpenses.mobi/en/ i prefer it. (real sync possible, possible to have inside a split transaction a transfer to another account). -- You received this message because you

Mmex2beancount

2019-04-24 Thread francois PEGORY
Hello there, I created some time ago two scripts in order to import and export data from mmex to beancount. I left mmex since they remove the sync with Dropbox . Nonetheless, I found that mmex has less functionality than the beancount format. For example, a transfer should be always a separate

Re: Issue #275: Make importers easier to debug (blais/beancount)

2018-04-08 Thread francois PEGORY
Maybe with a parameter that add some "noises", it could be good Le dim. 8 avr. 2018 à 10:47, Martin Blais a écrit : > New issue 275: Make importers easier to debug > > https://bitbucket.org/blais/beancount/issues/275/make-importers-easier-to-debug > > Martin Blais: >

Re: To group or not to group

2017-08-27 Thread francois PEGORY
My opinion is that in your case, I have three transaction. One for the public transportation One for the food One for the furniture and the delivery Basically one for each time you go to the cashier. In this case, you canore easily say what i do durimg my day... Regards Envoyé de mon iPhone

price and cost

2017-01-22 Thread francois PEGORY
hi all, i have a question: If I enter a transaction like this: 2016-03-31 ! "Placement" Assets:Titre:PEE 0.709 PEEA {31.06 EUR} @33 EUR Assets:Titre:PEE the price is not saved in the price database. do you know why ? regards -- You received this message because you are subscribed

Re: [beancount/fava] Commas in payees (#422)

2016-11-26 Thread francois PEGORY
For me, i don't see very useful to assign payee to posting and not to a transaction. For a transaction is an operation that happen between two person. The payee and the person who make his account. In the case below, it is either not the same transaction. (So we should create two

Re: document about the new booking functionnality

2016-11-19 Thread francois PEGORY
i used the version 2.0b13 install with pip regards 2016-11-19 23:51 GMT+01:00 Martin Blais <bl...@furius.ca>: > Works for me (no error at all). > Which version are you using? > > > On Sat, Nov 19, 2016 at 5:45 PM, francois PEGORY <pfrancois...@gmail.com> > wrote:

document about the new booking functionnality

2016-11-15 Thread francois PEGORY
dear martin, i have seen that the new booking functionality is now released. but it seem that the documentation about trading is not updated. do you foresee to update it ? at least, the syntax explanation document . regards -- You received this message because you are subscribed to the Google

Re: balance

2016-05-22 Thread francois PEGORY
k. In fact, you could always leave that plugin on... if you don't use >> the field, it wouldn't hurt anything else. That's the best implementation >> IMO. >> >> Choose your evil. >> >> >> >> On Sun, May 22, 2016 at 12:25 PM, francois PEGORY <pfranc