Skip to main content

Multi level document hierachy app for Mayan EDMS.

Project description

https://gitlab.com/mayan-edms/cabinets/raw/master/contrib/art/logo.png

Description

Mayan EDMS app that stores documents in a multi level hierarchy.

License

This project is open sourced under the Apache 2.0

Installation

Activate the virtualenv where you installed Mayan EDMS. Install from PyPI:

pip install mayan-cabinets

In your settings/local.py file add cabinets to your INSTALLED_APPS list:

INSTALLED_APPS += (
    'cabinets',
)

Run the migrations for the app:

mayan-edms.py migrate

Add the media files from the app:

mayan-edms.py collectstatic

Upgrading

Activate the virtualenv where you installed Mayan EDMS. Install the latest version of Cabinets from PyPI:

pip install -U mayan-cabinets

Development

Clone repository in a directory outside of Mayan EDMS:

git clone https://gitlab.com/mayan-edms/mayayn-cabinets.git

Symlink the app into your Mayan EDMS’ app folder:

ln -s <repository directory>/cabinets/ <Mayan EDMS directory>/mayan/apps

In your settings/local.py file add cabinets to your INSTALLED_APPS list:

INSTALLED_APPS += (
    'cabinets',
)

Run the migrations for the app:

./manage.py migrate

1.1.1 (2017-03-09)

  • Fix typo that removed the jstree dist folder Multi level widget should render correctly now

1.1.0 (2017-02-07)

  • Fix cabinet list API endpoint.

  • Improve cabinet document API endpoints.

  • Add more API tests.

1.0.0 (2017-01-25)

  • Initial release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mayan-cabinets-1.1.1.tar.gz (805.0 kB view hashes)

Uploaded Source

Built Distribution

mayan_cabinets-1.1.1-py2-none-any.whl (853.2 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page