Go to file
Ignacio Parszyk 40de446c58 Add testing_theme && deactivate sentry 2022-10-26 16:34:22 -03:00
locale Added email form translations 2021-11-05 13:24:25 -03:00
theme Add testing_theme && deactivate sentry 2022-10-26 16:34:22 -03:00
tree_view Add testing_theme && deactivate sentry 2022-10-26 16:34:22 -03:00
utils Add testing_theme && deactivate sentry 2022-10-26 16:34:22 -03:00
.gitignore Initial Commit 2021-01-29 09:01:21 -03:00
COPYRIGHT Added Copyright 2021-01-29 10:53:51 -03:00
Gruntfile.js 6.0 Initial Commit 2021-08-13 19:58:45 -03:00
KalenisTreeView.js Display loading indicator and block screen while searching 2021-11-03 10:44:15 -03:00
LICENSE Initial commit 2021-01-29 07:40:27 -03:00
README.md Fix Typo on readme 2021-01-29 11:10:57 -03:00
SaoMethods.js Add testing_theme && deactivate sentry 2022-10-26 16:34:22 -03:00
importAddons.js Initial Commit 2021-01-29 09:01:21 -03:00

README.md

Alt text

Kalenis LIMS Frontend

Kalenis frontend replace the list views provided by Tryton SAO, adding new features such as:

  • "Windowing" approach to get records
  • Horizontal Scroll
  • Manage columns: Add, remove and reorder columns
  • Context Menu on right click (inspired on GTK client)
  • Allow the user to change records quantity on the view
  • Comfortable or compact view
  • User Views Support: Kalenis frontend depends on Kalenis User View module, which is necessary for:
    • Create and save several views, including columns visibility, width & order, filters, order and records quantity.
    • Each view could be user specific or available to all users.
    • All of this operations are restricted by permissions, considering the following options:
      • View Manager Active: Allows the users to access to view manager options (Without this group, the user will have no access to view manager features)
      • View Manager Editor: Allows to create and edit views owned by the user
      • View Manager Add Fields: Allows to add fields (wich are not on the original view)
      • View Manager Global: Allow to create views available to all users.

Supported Versions

Currently we support 5.4 and 5.6 Tryton versions.

Getting started

pip install kalenis_user_view

  • Get a "Ready to use" version from here

or

  • Clone this repo and run ./install.sh from the "utils" folder. ( checkout the branch you need depending on your Tryton version)

In both cases, the section [web] of trytond.conf must be set to the directory "sao" created by the install process.