Metadata-Version: 2.0
Name: mds-periodic-invoice
Version: 0.1.0
Summary: Tryton module to create periodic invoices
Home-page: https://www.m-ds.de/
Author: m-ds GmbH
Author-email: service@m-ds.de
License: GPL-3
Keywords: tryton invoice periodic financial
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Framework :: Tryton
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Customer Service
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Topic :: Office/Business
Classifier: Topic :: Office/Business :: Financial :: Accounting
Classifier: Natural Language :: German
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: python-dateutil
Requires-Dist: trytond (>=3.8,<3.9)
Requires-Dist: trytond-account (>=3.8,<3.9)
Requires-Dist: trytond-account-invoice (>=3.8,<3.9)
Requires-Dist: trytond-company (>=3.8,<3.9)
Requires-Dist: trytond-product (>=3.8,<3.9)

mds-periodic-invoice
====================
Periodic invoices for tryton

This module automatically creates new invoices based 
on a invoice template. You can set a rule for repetition. 
Wildcards are supported in the description fields.

Install
=======
  pip install mds-periodic-invoice

Requires
========
- Tryton 3.8

Changes
=======

*0.1.0 - 19.10.2017*

- init


