Issue #284: bean-web and bean-bake fails if spaces in event type (blais/beancount)

2018-04-18 Thread Jonatan Kornholt
New issue 284: bean-web and bean-bake fails if spaces in event type https://bitbucket.org/blais/beancount/issues/284/bean-web-and-bean-bake-fails-if-spaces-in Jonatan Kornholt: Bean-bake fails if my beancount file includes events with a space in the event type. The error message is: ```

Re: smart_importer

2018-04-18 Thread 'Patrick Ruckstuhl' via Beancount
Yes this is one way to use it. The other ways which are still in progress are about getting the list of possible candidates in fava On April 18, 2018 9:57:04 PM GMT+02:00, mplo...@gmail.com wrote: >Smart importer inserts payees learned from previous transactions in >beancount file? > >So we are

Beancount on LWN

2018-04-18 Thread Martin Michlmayr
Beancount and fava have been covered on LWN: https://lwn.net/SubscriberLink/751874/a38128abb72e45c5/ -- Martin Michlmayr http://www.cyrius.com/ -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving

Re: smart_importer

2018-04-18 Thread mployby
Smart importer inserts payees learned from previous transactions in beancount file? So we are getting: 2013-12-11 * "WHOLEFDS HOU 10236 02124201320 / 042002720272124201320" Liabilities:US:CreditCard -14.47 USD Expenses:Personal:Food 2013-12-14 * "MACY'S #003 HERALD SNEW YORK / 00307963916

Re: smart_importer

2018-04-18 Thread 'Patrick Ruckstuhl' via Beancount
Created https://github.com/johannesjh/smart_importer/issues/31 for this. We're already filtering the training data, forgot to also filter the ones where we do the predictions. On April 18, 2018 1:38:32 PM GMT+02:00, Zhuoyun Wei wrote: >I got it working, as well. Currently I

Issue #283: CSV importer can't support non-ascii character (blais/beancount)

2018-04-18 Thread Li Dongchao
New issue 283: CSV importer can't support non-ascii character https://bitbucket.org/blais/beancount/issues/283/csv-importer-cant-support-non-ascii Li Dongchao: When using CSV importer to extract csv file including non-ascii character such as chinese words, it may raise UnicodeDecodeError at

Re: smart_importer

2018-04-18 Thread Zhuoyun Wei
I got it working, as well. Currently I am using (hard-coded) Python dict to add a second posting to an newly extracted transaction based on Trasaction.narration. This ML is the far more advanced technology! (There is a bug: If there is a Balance entry, or any other non-Trasaction entry in the