mfrasca / bauble.classic

desktop version of Bauble
http://bauble.readthedocs.io
GNU General Public License v2.0
2 stars 1 forks source link

last plant inserted #63

Closed mfrasca closed 9 years ago

mfrasca commented 9 years ago

Saskia writes: »It would be handy to see which accessions you have typed in on a certain date without having to make a report.

Like now I have no idea in which location I stopped typing in accessions.

In [an other program] I use you can click on event and you type inventory,,, and automatically it links to date and you can check what you have been doing. This is also the case if you indicate dead plants for example.«

mfrasca commented 9 years ago

seems this is not present in bauble interface. the information is all there, but you can't retrieve it. and the query syntax does not allow for a nested query as you would need:

plant where _last_modified = (select max(_last_modified) from plant)

nor can you select the objects modified in an interval, like:

plant where _last_modified between start and end

actually -as of now- you can't query any member named starting with an underscore.

mfrasca commented 9 years ago

handling literal datetime values, from issue #68