Ghini / ghini.desktop

plant collections manager (desktop version)
http://ghini.github.io/
GNU General Public License v2.0
24 stars 14 forks source link

add a data-type field to note objects #367

Open mfrasca opened 6 years ago

mfrasca commented 6 years ago

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.