Go to file
Sebastián Marró 186e1b7b5b lims: add translated fields for sample attributes keys and values 2020-08-06 00:51:04 -03:00
lims lims: add translated fields for sample attributes keys and values 2020-08-06 00:51:04 -03:00
lims_account_invoice Use cls to call methods from the same class 2020-08-05 19:25:24 -03:00
lims_administrative_task lims_administrative_task: clean translation 2020-03-17 10:05:42 -03:00
lims_analysis_sheet lims_analysis_sheet: add domain to analysis sheet analysis method 2020-07-20 20:02:49 -03:00
lims_analytic lims_analytic: fix error when no account_stock_method in fiscalyear 2020-04-30 00:21:03 -03:00
lims_device_maintenance optimizes states and depends attributes in fields 2020-08-05 17:23:20 -03:00
lims_diagnosis Use cls to call methods from the same class 2020-08-05 19:25:24 -03:00
lims_digital_sign Use cls to call methods from the same class 2020-08-05 19:25:24 -03:00
lims_industry lims_industry: add type to equipment 2020-07-16 21:58:32 -03:00
lims_instrument Update to 5.4 2020-03-05 01:24:51 -03:00
lims_instrument_custom_set Update to 5.4 2020-03-05 01:24:51 -03:00
lims_instrument_generic_form lims_instrument: do not use bare except 2020-08-05 19:00:04 -03:00
lims_instrument_generic_service lims_instrument: do not use bare except 2020-08-05 19:00:04 -03:00
lims_interface Remove global variables used for field definitions (2) 2020-08-05 19:53:58 -03:00
lims_planning_automatic Use cls to call methods from the same class 2020-08-05 19:25:24 -03:00
lims_production lims_production: minor fixes 2020-08-05 20:04:15 -03:00
lims_project Update to 5.4 2020-03-05 01:24:51 -03:00
lims_project_interlaboratory Remove global variables used for field definitions 2020-08-05 18:56:53 -03:00
lims_project_study_plan Remove global variables used for field definitions 2020-08-05 18:56:53 -03:00
lims_project_tas Remove global variables used for field definitions 2020-08-05 18:56:53 -03:00
lims_project_water Remove global variables used for field definitions 2020-08-05 18:56:53 -03:00
lims_quality_control lims_quality_control: minor fixes 2020-08-05 20:03:43 -03:00
lims_report_html lims_report_html: add sections to results report 2020-07-15 20:40:19 -03:00
lims_result_warning lims/lims_result_warning: improves Notebook Rules 2020-03-27 09:34:04 -03:00
lims_sale lims_sale: skip set in sale load analysis wizard 2020-07-31 00:45:59 -03:00
lims_sale_industry optimizes states and depends attributes in fields 2020-08-05 17:23:20 -03:00
.drone.yml Use custom image for drone 2020-04-17 12:08:08 -03:00
README.md Update url for drone build status badge 2020-04-28 23:34:49 -03:00
kalenis.conf.dist Add kalenis-cli 2020-04-11 19:30:39 -03:00
kalenis_cli.py Remove MANIFEST.in 2020-04-12 13:33:35 -03:00
setup.py lims: add trend chart report 2020-07-08 17:48:10 -03:00
tox.ini Use custom image for drone 2020-04-17 12:08:08 -03:00

README.md

Alt text


Alt text

Kalenis LIMS is an open source solution designed in an integral way with the aim of supporting all laboratory processes, prioritizing the integrity, traceability and accessibility of information. It provides a complete solution for Food, Beverages and Environment industries, in full compliance with standards ISO 17025 and GLP.

Getting Started

These instructions will get you a copy of the project up and running.

Installing

Execute:

pip install kalenis-lims

Once installed you have to setup the server with this command:

kalenis-cli setup -l <language> -i <industry>

To run the server execute:

kalenis-cli run

Built With

License

See LICENSE file in each module

See COPYRIGHT file in each module