Skip to content

mstroehle/senaite.storage

 
 

Repository files navigation

senaite.storage

SENAITE.STORAGE: Sample storage add-on for SENAITE

image

image

image

image

Introduction

SENAITE STORAGE adds Sample storage capabilities to SENAITE.

Installation

Please follow the installations instructions for Plone 4 and senaite.lims.

To install SENAITE STORAGE, you have to add senaite.storage 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
    senaite.storage
zcml =
eggs-directory = ${buildout:directory}/eggs

[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 0.0.0.0: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 STORAGE:

  • Plone 4.3.18
  • senaite.core >= 1.2.9
  • senaite.lims >= 1.2.0

Screenshots

Storage facilities

Containers and sample containers

Store transition in samples listings

Assignment of samples in a container

Assignment of samples to multiple containers

About

Sample storage add-on for SENAITE

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.7%
  • JavaScript 8.3%
  • CoffeeScript 6.0%
  • Shell 1.8%
  • CSS 1.2%