It looks good, I have pushed to darcs. Thank you!
Best,
-Simon
> I am working on some patches of Metadata for transactions. Now the comments
> before the first posting are interpreted correctly as metadata. I don't have
> the need to use metadata for postings, so it is not implemented. And I am
> not sure whether metadata for postings are useful.
How could it not be useful? Metadata on postings is pretty much the only way
I use metadata in Ledger...
John
Hey John! :)
Xinruo, what do you use transaction metadata for ? I'm just curious, since I haven't needed metadata yet (but I know a lot of people rely on it.)
-- You received this message because you are subscribed to the Google Groups hledger group. To post to this group, send email to hle...@googlegroups.com. To unsubscribe from this group, send email to hledger+u...@googlegroups.com. For more options, visit this group at https://groups.google.com/d/forum/hledger?hl=en
> I was traveling lately. I want to note how much money I spent for each city
> I am visiting.
> For example,
>
> 2012/4/1 hostel for two nights
> ; loc: Berlin
> expenses:travel:hotel €40
> expenses:cash
> Since implementation of metadata on transaction is easier, I went for that.
> Maybe John could tell us some of his use cases for metadata on postings. :)
I may have this:
2012/4/1 hostel for two nights
; Location: Berlin
expenses:travel:hotel €40
; Business: Travelodge
expenses:cash
I want to associate Location with both postings, but the Business with only
the expense it relates to.
John