1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: tryton-modules-stock
Section: python
Priority: optional
Maintainer: Debian Tryton Maintainers <maintainers@debian.tryton.org>
Uploaders: Mathias Behrle <mathiasb@m9s.biz>
Build-Depends:
debhelper (>= 9), python (>= 2.6.6-3~), python-setuptools, dh-python
Standards-Version: 3.9.6
Homepage: http://www.tryton.org/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=tryton/tryton-modules-stock.git
Vcs-Git: git://anonscm.debian.org/tryton/tryton-modules-stock.git
X-Python-Version: >= 2.7
Package: tryton-modules-stock
Architecture: all
Depends:
${misc:Depends}, ${python:Depends}, tryton-server (>= ${version:major}),
tryton-modules-company (>= ${version:major}),
tryton-modules-currency (>= ${version:major}),
tryton-modules-party (>= ${version:major}),
tryton-modules-product (>= ${version:major}),
python-sql, python-pkg-resources
Description: Tryton Application Platform (Stock 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 stock management and inventory control with:
.
* Location definition
* Stock move
* Supplier/Customer/Internal Shipment
* Stock Inventory
.
And with reports:
.
* Pick List
* Pack List
* Delivery Note
* Supplier Restocking List
* Customer Return Restocking List
* Internal Shipments
* Products by Locations
|