Source: tryton-modules-purchase
Section: python
Priority: optional
Maintainer: Debian Tryton Maintainers <maintainers@debian.tryton.org>
Uploaders: Daniel Baumann <daniel@debian.org>, Mathias Behrle <mathiasb@m9s.biz>
Dm-Upload-Allowed: yes
Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), python-setuptools
Standards-Version: 3.9.3
Homepage: http://www.tryton.org/
Vcs-Browser: http://debian.tryton.org/gitweb/?p=packages/tryton-modules-purchase.git
Vcs-Git: git://debian.tryton.org/git/packages/tryton-modules-purchase.git
X-Python-Version: >= 2.6

Package: tryton-modules-purchase
Architecture: all
Depends:
 ${misc:Depends}, ${python:Depends}, tryton-server (>= 2.2),
 tryton-modules-account (>= 2.2), tryton-modules-account-invoice (>= 2.2),
 tryton-modules-account-product (>= 2.2), tryton-modules-company (>= 2.2),
 tryton-modules-currency (>= 2.2), tryton-modules-party (>= 2.2),
 tryton-modules-product (>= 2.2), tryton-modules-stock (>= 2.2),
 python-pkg-resources
Description: Tryton Application Platform (Purchase Module)
 Tryton is a high-level general purpose application platform written in Python
 and using PostgreSQL as database engine. It is the core base of a complete
 business solution.
 .
 This module adds the possibility to define purchase orders, to add product
 supplier and purchase information, and to define the purchase price as the
 supplier price or the cost price.
 .
 With the possibilities:
 .
  * to follow invoice and packing states from the purchase order.
  * to define invoice method: Manual, Based On Order, Based On Packing.
