Metadata-Version: 2.1
Name: anyblok-wms-base
Version: 0.6.0.post0
Summary: Warehouse Management and Logistics, base Anyblok modules
Home-page: http://docs.anyblok-wms-base.anyblok.org/0.6.0.post0
Author: Georges Racinet
Author-email: gracinet@anybox.fr
License: UNKNOWN
Description-Content-Type: UNKNOWN
Keywords: stock logistics wms
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: anyblok (>=0.16.3)
Requires-Dist: anyblok-postgres
Requires-Dist: psycopg2

.. This file is a part of the AnyBlok / WMS Base project
..
..    Copyright (C) 2018 Georges Racinet <gracinet@anybox.fr>
..
.. This Source Code Form is subject to the terms of the Mozilla Public License,
.. v. 2.0. If a copy of the MPL was not distributed with this file,You can
.. obtain one at http://mozilla.org/MPL/2.0/.


.. image:: https://travis-ci.org/AnyBlok/anyblok_wms_base.svg?branch=master
    :target: https://travis-ci.org/AnyBlok/anyblok_wms_base
    :alt: Build status

.. image:: https://coveralls.io/repos/github/AnyBlok/anyblok_wms_base/badge.svg?branch=master
    :target: https://coveralls.io/github/AnyBlok/anyblok_wms_base?branch=master
    :alt: Coverage

.. image:: https://img.shields.io/pypi/v/anyblok_wms_base.svg
   :target: https://pypi.python.org/pypi/anyblok_wms_base
   :alt: Latest release version on PyPI

.. image:: https://readthedocs.org/projects/anyblok-wms-base/badge/?version=latest
    :alt: Documentation Status
    :scale: 100%
    :target: http://doc.anyblok-wms-base.anyblok.org/?badge=latest


AnyBlok / WMS Base
==================

These are base Bloks to build Warehouse Management and Logistics applications
with AnyBlok.

For the time being, this software is in early stage of development.

AnyBlok / WMS Base is released under the terms of the `Mozilla Public License`.

See the `latest documentation <http://doc.anyblok-wms-base.anyblok.org/>`_

.. This file is a part of the AnyBlok / WMS Base project
..
..    Copyright (C) 2018 Georges Racinet <gracinet@anybox.fr>
..
.. This Source Code Form is subject to the terms of the Mozilla Public License,
.. v. 2.0. If a copy of the MPL was not distributed with this file,You can
.. obtain one at http://mozilla.org/MPL/2.0/.

Release history
===============

0.6.0
~~~~~
* Published on PyPY
* Implemented Avatars
* Uniformisation of the relationship between Operations and Goods
  (Avatars)
* wms_reservation: initial implementation (with architectural notes in
  doc)
* some factorisation of concrete Operation methods into the base
  class, leading to much simpler implementations.

0.5
~~~
* First tag, not released to PyPI.
* Operations behave consistently; in particular stock levels at a
  given Location are consistent for all Goods states at any date and time.
* Initial Operations: Arrival, Departure, Move, Unpack, Split, Aggregate


