Hi there, I have a few questions regarding the emacs mode and hope that you
can help me:

1) I have created the following file (see the bottom). Given that I want to
create another transaction are there any commands I can use as a template
(then jumping from field to field via tab). Does anyone of you have maybe
yas snippets in use?

2) Given that have (manually) entered the following line next I'd want to
enter the accounts

2019-02-23 * "Lebensmittel"

If I press C-c ' I get the following. My expection would be that pressing
V<tab> gives me a list in what form ever where I can select the
corresponding account. However I just get [no match]

Is my process correct?

Uwe


#### my testfile

option "name_assets"  "Vermoegen"
option "name_liabilities" "Verbindlichkeiten"
option "name_income"  "Einkommen"
option "name_expenses" "Ausgaben"
option "name_equity"  "Eigenkapital"

2019-01-01 open Vermoegen:Girokonto EUR
2019-01-01 open Vermoegen:Barkasse EUR
2019-01-01 open Ausgaben:Lebensmittel
2019-01-01 open Ausgaben:Wohnen:Miete
2019-01-01 open Ausgaben:Wohnen:Nebenkosten
2019-01-01 open Einkommen:Gehalt

2019-01-03 * "Gehalt"
  Einkommen:Gehalt -1000.00 EUR
  Vermoegen:Girokonto 1000.00 EUR

2019-01-15 * "Miete"
  Vermoegen:Girokonto -300.00 EUR
  Ausgaben:Wohnen:Miete 300.00 EUR

2019-01-20 * "Nebenkosten"
  Vermoegen:Girokonto -50.00 EUR
  Ausgaben:Wohnen:Nebenkosten 50.00 EUR

2019-01-17 * "Geld abheben"
  Vermoegen:Girokonto -50.00 EUR
  Vermoegen:Barkasse 50.00 EUR

2019-01-17 * "Lebensmittel"
  Vermoegen:Barkasse -29.95 EUR
  Ausgaben:Lebensmittel 29.95 EUR

2019-01-23 * "Lebensmittel"
  Vermoegen:Girokonto -70.88 EUR
  Ausgaben:Lebensmittel 70.88 EUR




-- 
Uwe Ziegenhagen
<http://www.uweziegenhagen.de>

-- 
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beancount/CAML7JCikyCemApsyKO3jJ%3DOp6Z9EfnZnXsTnxYKTohJ_vxmWEw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to