On Dec 3, 2009, at 7:53 AM, Johann Klähn wrote:

> But given a transaction like this, wouldn't I have to double the
> "Aufwand:Bargeld" lines for every single transaction?
> 
> 2009/10/02 * Lidl
>    ; Ort: Bretxa
>    Aufwand:Bargeld                           -3,91€
>    Aufwand:Einkauf:Lebensmittel:Getränke        (1l * 3) @@ (0,99€ * 3)
>    ; Kauf: zumo de naranja (con pulpa)
>    ; Marke: Vitafit
>    Aufwand:Einkauf:Lebensmittel:Milch           (1l * 2) @@ (0,47€ * 2)
>    ; Kauf: leche desnatada
>    ; Marke: Finessa

Ah yes, in this case you are correct.

Note that the following:

   Aufwand:Einkauf:Lebensmittel:Getränke        (1l * 3) @@ (0,99€ * 3)

Is the same as saying this:

   Aufwand:Einkauf:Lebensmittel:Getränke        (1l * 3) @ 0,99€

Since @ specifies the "per unit" price.

John

Reply via email to