Developing Bika LIMS - jean/Bika-LIMS GitHub Wiki

You are here: Home ยท Developing Bika LIMS


How-Tos, Tips and Examples

Configuring the development environment

Before beginning, you will need to install a some tools and create a development copy of the source.

Import/Export tools

  • Creating an instrument import interface

    The introduction of analyses results into Bika LIMS can be performed manually, but also automatically by using the results files generated directly by equipment or middleware software.

  • Using JSON to connect with Bika-LIMS

    Bika includes plone.jsonapi for reading, updating, and creating and deleting objects. The JSON API is used internally for many AJAX requests, and also for implementing alternative interface.

Customization of report templates

Other resources

How-Tos