Metadata-Version: 2.1
Name: collective.dms.scanbehavior
Version: 1.2
Summary: Behavior adding scan metadata
Home-page: http://pypi.python.org/pypi/collective.dms.scanbehavior
Author: Franck NGAHA, Stephan Geulette
Author-email: franck.o.ngaha@gmail.com, sgeulette@imio.be
License: GPL
Keywords: Python Zope Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Provides-Extra: test

==========================================================================
collective.dms.scanbehavior
==========================================================================

Features
--------

This behavior adds some metadata related to scanning:
* scan_id : scan identification as a barcode
* version : version number
* pages_number : pages number
* scan_date : scan date
* scan_user : scan user
* scanner : scanner or pc information

Translations
------------

This product has been translated into

- English
- French

Installation
------------

Install collective.dms.scanbehavior by adding it to your buildout::

   [buildout]

    ...

    eggs =
        collective.dms.scanbehavior


and then running "bin/buildout"

Contribute
----------

- Issue Tracker: https://github.com/collective/collective.dms.scanbehavior/issues
- Source Code: https://github.com/collective/collective.dms.scanbehavior

Support
-------

If you are having issues, please let us know.

License
-------

The project is licensed under the GPLv2.

Contributors
============

- Franck NGAHA, franck.o.ngaha@gmail.com
- Stephan GEULETTE, stephan.geulette@imio.be

Changelog
=========


1.2 (2023-07-20)
----------------

- fix : [DMS-949] min & max for scan_date
  [bleybaert]

1.1 (2018-01-04)
----------------

- Added field `to_sign` to the behavior.
  [gbastien]

1.0 (2017-05-30)
----------------

- Moved version attribute to the scan tab.
  [gbastien]
- Move the signed attribute from IDmsFile schema
  [mpeeters]
- Added signed index
  [sgeulette]

0.4 (2016-04-20)
----------------

- Add version attribute.
  [sgeulette]

0.3.3 (2015-11-24)
------------------

- Don't store None in catalog. [sgeulette]

0.3.2 (2015-06-05)
------------------

- Corrected MANIFEST [sgeulette]

0.3.1 (2015-06-05)
------------------

- Modified scan_id index [sgeulette]

0.3 (2014-11-28)
----------------

- Added scan_id as index [sgeulette]

0.2.1 (2014-09-02)
------------------

- Updated changes.
- Corrected manifest.

0.2 (2014-04-15)
----------------

- renamed IScan in IScanFields.
- changed zcml description of behavior
- translate the title and description of the behavior in the interface.
- delete the folder content.
- moved the zcml definition of import step in profile.
- correct the manifest.
- renamed "scan_user" to "operator".

0.1 (2014-04-14)
----------------

- Initial release.
  [fngaha]



