collective.dms.basecontent

Base content types for document management system


Keywords
document, management, system, dms, viewer
License
GPL-2.0+
Install
pip install collective.dms.basecontent==1.13

Documentation

Introduction

Base content classes for document management system.

Features

  • Add dmsdocument type : base content type to handle metadata of a document
  • Add dmsmainfile type : content type of the dematerialized file
  • Add dmsappendixfile type : content type of an appendix file

The dmsdocument view is divided in 2 columns:

  • left column displays metadata
  • rigth column displays a documentviewer image of the dmsmailfile content

Migration

  • From 1.0 version, collective.z3cform.rolefield has been replaced by dexterity.localrolesfield.

    After the upgrade step, you have to manually define dexterity localroles field configuration. See dexterity.localrolesfield page information

Tests

This add-on is tested using Travis CI. The current status of the add-on is :

image