Welcome to the SENAITE Community – where the open source LIMS professionals meet. Subscribe to the SENAITE Users List at https://www.senaite.com
<site-root>/@@navigation-controlpanel
. This can be also configured through a gneneric setup profile, e.g. like here: https://github.com/senaite/senaite.core/blob/2.x/src/senaite/core/profiles/default/registry.xml#L25
InstrumentLocations
) to Dexterity. So we're on a good way so far and making good progress
Hello @/all, we just released SENAITE version 2.0.0rc3. You can test it here:
http://play-with-docker.com/?stack=https://raw.githubusercontent.com/senaite/senaite.docker/master/stack.yml
Here are all the official docker images located: https://hub.docker.com/repository/docker/ramonski/senaite
Hi guys, I want to create a sample but I have a problem when I try to load the contact assign to the client. on the first click, the contact dropdown shows all contacts in the system. On the second click, only contacts associated to the client appear. How can I fix this please?
@elirabalison Yes... I think his is an issue... Can you kindly report it?
On the Sample ADD screen, the 'Contact' field automatically re-populates once the user has selected a 'Client'.
We want to add a 'Contact' field to our Batch ADD screen that performs that same functionality, but we noticed that simply re-creating the ReferenceUID field on the Batch does not perform the update.
Does anyone know where the functionality for that update lives?
We expected that to be functionality related to the Field or Widget, not the browser, but for 2.x is the functionality possibly in Javascript, and in senaite/core/browser/static/js/bika.lims.analysisrequest.js or senaite/core/browser/static/js/bika.lims.analysisrequest.add.js?
Is there a way (convenient or not) to make a DateTime field editable inside a Listing View? We've been digging through the browser viewlet code and listing view javascript, but are struggling to locate what needs to be modified/added.
We were hoping using the "input_class": "datetimepicker_nofuture"
could provide the functionality, but we're not having any success.
Nevertheless, you need to add a custom react component field like e.g. the
StringField
:
https://github.com/senaite/senaite.core.listing/blob/master/src/senaite/core/listing/react/components/StringField.coffee
But change the input type todate
: https://github.com/senaite/senaite.core.listing/blob/master/src/senaite/core/listing/react/components/StringField.coffee#L58
We found an old conversation on the topic, and it appears as though there is still no date nor datetime field. We will look into it for Senaite.App.Listing 2.x. If we come up with a solution we'll let everyone know.