as of now, we can define notes with category <[a-z]*> and this will be visible from reports as a field attached to the object. thinking of it, I think this is a dirty trick which I would like to fix. its use is limited to reports, and programming it goes through an even dirtier implementation.
first of all, we infer data type from text content, and we create space to make mistakes.
we are limited to string / float / integer
we now can store geographic points
we already want to store pictures
it shouldn't be much work, as notes are now implemented centrally at db.WithNotes + make_note_class.
as of now, we can define notes with category
<[a-z]*>
and this will be visible from reports as a field attached to the object. thinking of it, I think this is a dirty trick which I would like to fix. its use is limited to reports, and programming it goes through an even dirtier implementation.it shouldn't be much work, as notes are now implemented centrally at
db.WithNotes
+make_note_class
.