-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notes on commodity entries get converted to name
#272
Comments
This is something implemented by @zacchiro. @zacchiro do you remember why you did it this way? IIRC, I looked at
I don't see anything about |
But yeah, at the very least, the l2b docs should explain why we change |
Can you show an example? Is that even legal in ledger? I suspect they just override each other and the last one counts. |
The note is not really used anywhere that I know, so it does not pose a problem. It is something that could easily be kept in comments, as well, but I'm just trying to work out how to solve this in the best manner. |
Hi!
My understanding from the Commodities description is that any metadata can be appended to the
commodity
declarations.I have plenty of
note
attributes, with various descriptions and details.Notes seem to be translated into
name
attributes, instead. I think it would be ok to leave them as-is.In particular, when I have multiple
note
rows/entries, it makes no sense to call themname
. I wonder what happens to them - i.e. are they stored in a dictionary entry or a set, where multiple attributes with the same name are allowed.I've tried renaming the
name:
tonote:
and there are no complaints from bean-check.The text was updated successfully, but these errors were encountered: