Metadata-Version: 2.1
Name: onegov.wtfs
Version: 1.2.2
Summary: Tax form scanning app for the city of Winterthur
Home-page: http://github.com/onegov/onegov.wtfs
Author: Seantis GmbH
Author-email: info@seantis.ch
License: GPLv2
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.6
Requires-Dist: arrow (>=0.8.0)
Requires-Dist: babel (>=2.6.0)
Requires-Dist: cached-property
Requires-Dist: cssmin
Requires-Dist: humanize
Requires-Dist: onegov.chat
Requires-Dist: onegov.core (>=v0.79.1)
Requires-Dist: onegov.file
Requires-Dist: onegov.form (>=0.46.1)
Requires-Dist: onegov.foundation
Requires-Dist: onegov.shared (>=0.3.0)
Requires-Dist: onegov.user
Requires-Dist: python-dateutil
Requires-Dist: requests
Requires-Dist: rjsmin
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: freezegun ; extra == 'test'
Requires-Dist: mock ; extra == 'test'
Requires-Dist: onegov-testing ; extra == 'test'
Requires-Dist: pyquery ; extra == 'test'
Requires-Dist: pytest-localserver ; extra == 'test'
Requires-Dist: pytest (>=3.0.0) ; extra == 'test'
Requires-Dist: webtest ; extra == 'test'

.

Run the Tests
-------------

Install tox and run it::

    pip install tox
    tox

Limit the tests to a specific python version::

    tox -e py27

Conventions
-----------

Onegov Wtfs follows PEP8 as close as possible. To test for it run::

    tox -e pep8

Onegov Wtfs uses `Semantic Versioning <http://semver.org/>`_

Build Status
------------

.. image:: https://travis-ci.org/OneGov/onegov.wtfs.png
  :target: https://travis-ci.org/OneGov/onegov.wtfs
  :alt: Build Status

Coverage
--------

.. image:: https://coveralls.io/repos/OneGov/onegov.wtfs/badge.png?branch=master
  :target: https://coveralls.io/r/OneGov/onegov.wtfs?branch=master
  :alt: Project Coverage

Latest PyPI Release
-------------------

.. image:: https://badge.fury.io/py/onegov.wtfs.svg
    :target: https://badge.fury.io/py/onegov.wtfs
    :alt: Latest PyPI Release

License
-------
onegov.wtfs is released under GPLv2

Changelog
---------
1.2.2 (2019-05-07)
~~~~~~~~~~~~~~~~~~~

- Shows the totals in the daily lists in the table body instead of the footer.
  [msom]

- Hides the deadline callout for express scan jobs.
  [msom]

- Allows editors to manage themselves.
  [msom]

- Uses a mail separate text for express scan jobs.
  [msom]

1.2.1 (2019-05-02)
~~~~~~~~~~~~~~~~~~~

- Fixes permission settings of user manual.
  [msom]

1.2.0 (2019-05-01)
~~~~~~~~~~~~~~~~~~~

- Adds a user manual.
  [msom]

1.1.7 (2019-04-30)
~~~~~~~~~~~~~~~~~~~

- Reworks municipality data import.
  [msom]

- Fixes dispatch and return note not present in delivery note.
  [msom]

- Increments delivery numbers by municipality, not globally.
  [msom]

1.1.6 (2019-04-30)
~~~~~~~~~~~~~~~~~~~

- Removes legacy sentry parameter.
  [msom]

- Enables sentry in CLI commands.
  [msom]

- Replaces Raven JS with Sentry.
  [msom]

1.1.5 (2019-04-29)
~~~~~~~~~~~~~~~~~~~

- Removes unused dependency.
  [msom]

1.1.4 (2019-04-26)
~~~~~~~~~~~~~~~~~~~

- Adjusts invoice export.
  [msom]

- Hides old pickup dates in the municipality view.
  [msom]

1.1.3 (2019-04-24)
~~~~~~~~~~~~~~~~~~~

- Adjusts invoice export.
  [msom]

- Uses the year of the end date from the filter as column header reference.
  [msom]

- Visually equalizes daily lists.
  [msom]

- Fixes daily list boxes view.
  [msom]

- Fixes delivery note totals.
  [msom]

1.1.2 (2019-04-23)
~~~~~~~~~~~~~~~~~~~

- Improves CSV handling.
  [msom]

1.1.1 (2019-04-23)
~~~~~~~~~~~~~~~~~~~

- Removes the YubiKey field from the login form.
  [msom]

1.1.0 (2019-04-22)
~~~~~~~~~~~~~~~~~~~

- Allows to manage admins.
  [msom]

- Makes municipality list sortable.
  [msom]

- Makes user list sortable.
  [msom]

1.0.0 (2019-04-11)
~~~~~~~~~~~~~~~~~~~

- Removes iFrame support.
  [msom]

0.0.9 (2019-04-08)
~~~~~~~~~~~~~~~~~~~

- Removes VAT from invoices.
  [msom]

0.0.8 (2019-04-02)
~~~~~~~~~~~~~~~~~~~

- Allows the application to be displayed within an iFrame.
  [msom]

0.0.7 (2019-04-01)
~~~~~~~~~~~~~~~~~~~

- Removes always run option on upgrade step.
  [msom]

0.0.6 (2019-03-29)
~~~~~~~~~~~~~~~~~~~

- Adds payment types.
  [msom]

0.0.5 (2019-03-28)
~~~~~~~~~~~~~~~~~~~

- Adds datetime picker.
  [msom]

- Directly returns the invoices CSV.
  [msom]

- Allows to create invoices for all municipalities.
  [msom]

- Colorizes the daily list boxes view.
  [msom]

0.0.4 (2019-03-13)
~~~~~~~~~~~~~~~~~~~

- Fixes municipality and users templates.
  [msom]

- Orders pickup dates when creating scan jobs as regular users.
  [msom]

- Fixes home page redirection for users without a municipality.
  [msom]

- Updates scan job labels.
  [msom]

0.0.3 (2019-03-11)
~~~~~~~~~~~~~~~~~~~

- Update deploy keys.
  [msom]

0.0.2 (2019-03-11)
~~~~~~~~~~~~~~~~~~~

- First version.
  [msom]

0.0.1 (2019-01-28)
~~~~~~~~~~~~~~~~~~~

- Initial Release.
  [msom]


