SENAITE LIMS - Meta Package for Core and UI/UX Components
Project description
SENAITE.LIMS: Responsive User Interface for SENAITE Core
About
The primary goal of SENAITE LIMS is to provide a complete new and modern way to interact with SENAITE CORE.
Installation
Please follow the installations instructions for Plone 4 and senaite.lims.
To install SENAITE.LIMS, you have to add senaite.lims into the eggs list inside the [buildout] section of your buildout.cfg:
[buildout] parts = instance extends = http://dist.plone.org/release/4.3.18/versions.cfg find-links = http://dist.plone.org/release/4.3.18 http://dist.plone.org/thirdparty eggs = Plone Pillow senaite.lims zcml = eggs-directory = ${buildout:directory}/eggs [instance] recipe = plone.recipe.zope2instance user = admin:admin http-address = 127.0.0.1:8080 eggs = ${buildout:eggs} zcml = ${buildout:zcml} [versions] setuptools = zc.buildout =
Note
The above example works for the buildout created by the unified installer. If you however have a custom buildout you might need to add the egg to the eggs list in the [instance] section rather than adding it in the [buildout] section.
Also see this section of the Plone documentation for further details: https://docs.plone.org/4/en/manage/installing/installing_addons.html
Important
For the changes to take effect you need to re-run buildout from your console:
bin/buildout
Installation Requirements
The following versions are required for SENAITE.LIMS:
Plone 4.3.18
senaite.core >= 1.3.0
Changelog
1.3.0 (2019-03-30)
Added
#99 SENAITE Install Screen
#82 Support for searches against Analysis Requests catalog
Changed
#100 Improve Styling of Navigation Portlet
#97 Sort setup items by translated title
#90 Integration for senaite.core 1.3
#88 Refactored spotlight backend and added more columns to results table
#87 Stay on current context when switching the language
#86 Do not display setup items with exclude_from_nav setting set to True
Fixed
#96: Bootstrapped TinyMCE
#91: Fix CSS class for portal message in control-panel
#85: Fix logo link spanning over the whole header
#84: Fix Spotlight form submission on enter keypress
1.2.2 (2018-08-11)
Added
#80 SENAITE Controlpanel View
Fixed
#79 Fixed Unauthorized Error caused by Plone’s safe_unlock JavaScript
1.2.1 (2018-07-10)
Added
#75 Site-Actions Viewlet added to Portal footer
Removed
#73 Removed “Add” and “Display” menus
Changed
#74 Updated Logo for Retina Displays
#71 Readme/About docs updated
Fixed
#70 Fixed Tests
#67 Add buttons from SENAITE HEALTH’s Add AR form visible when SENAITE LIMS is active
#69 Bootstrap fixtures
1.2.0 (2018-01-03)
Added
Upgrade steps machinery
Removed
senaite.lims.browser.bika
bika.lims.analysisrequest.js
bika.lims.common.js
Changed
SENAITE CORE integration
Licensed under GPLv2
Fixed
Added missing attachments CSS class to attachment templates
1.1.0 (2017-10-03)
Added
Spotlight search integration
1.0.1 (2017-09-30)
Fixed
Fixed broken release (missing MANIFEST.in)
1.0.0 (2017-09-30)
Added
First release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.