Metadata-Version: 1.1
Name: collective.behavior.vat
Version: 0.4
Summary: Adds VAT field to dexterity content type.
Home-page: https://github.com/collective/collective.behavior.vat/
Author: Taito Horiuchi
Author-email: taito.horiuchi@gmail.com
License: BSD
Description: =======================
        collective.behavior.vat
        =======================
        
        collective.behavior.vat provides VAT related behavior to dexterity content types.
        
        Currently tested with
        ---------------------
        
        * Plone-4.2.5 and Python-2.7.x [taito]
        
        Behavior
        --------
        
        The behavior can be added through the web or directly through the file system to the dexterity content type xml file like::
        
          <property name="behaviors">
            ...
            <element value="collective.behavior.vat.interfaces.IVAT" />
            ...
          </property>
        
        * VAT value can be preset through registry.
        
        Changelog
        ---------
        
        0.4 (2013-03-26)
        ================
        
        - Integrated Travis CI. [taito]
        - Tested with Plone-4.2.5. [taito]
        - Refactored and changed names. [taito]
        
        0.3 (2012-11-04)
        ================
        
        - Added test for acquisition. [taito]
        - Tested with Plone-4.2.2. [taito]
        
        0.2 (2012-09-17)
        ================
        
        - Finnish translations added. [taito]
        
        0.1 (2012-09-01)
        ================
        
        - Initial release. [taito]
        
        Installation
        ------------
        
        You may list ``collective.behavior.vat`` to ``buildout.cfg`` or ``setup.py`` in your own package.
        
        zc.buildout and the plone.recipe.zope2instance
        ==============================================
        
        Use zc.buildout and the plone.recipe.zope2instance
        recipe by adding ``collective.behavior.vat`` to the list of egg::
        
            [buildout]
            ...
            eggs =
                ...
                collective.behavior.vat
        
        
        Dependency to your own package
        ==============================
        
        You may also list to install_requires to ``setup.py`` within your package.
        
        Credits
        -------
        
        * The Finnish Association for Nature Conservation (`Suomen Luonnonsuojeluliitto <http://www.sll.fi/>`_).
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.2
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
