~georgeyk/stoq/stoq_update

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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Stoq
====

Stoq's homepage is located at:
http://www.stoq.com.br

It's sourcecode is avaliable through a subversion repository at:
svn://svn.async.com.br/stoq/trunk

If you have any enhancements or bug reports, please fill them in Async's
bugzilla:

http://bugs.async.com.br

Please select the product name Stoq


Requirements
============

Stoqlib 0.9.10 or higher
Python 2.4 or higher
PyGTK 2.8.1 or higher, 2.10 highly recommended
PostgresSQL 8.1 or higher
Psycopg 2.0.5 or higher
zope.interface 3.0.0 or higher
Kiwi 1.9.26
Gazpacho 0.6.6
Stoqdrivers 0.9.8
Python Imaging Library (PIL) 1.1.5 or higher
Reportlab 1.20


Running Stoq
================

If you want to install Stoq just follow the instructions in the INSTALL
file.

You will probably need to set your PYTHONPATH if your system does not
have pygtk 2.8.1 in the default python site-packages directory.

Once you have Stoq installed, then to run it:
[evandro@localhost]$ stoq

If you just type bin/stoq you will get a list of available applications.
You must also type the application name to run it properly like: bin/stoq pos

Note that your path will need to containe 'yourprefix/bin'


New Versions
============

New versions of Stoq can be found at:

http://www.stoq.com.br


Mailing list
============

There is two mailing lists for Stoq. You can subscribe to them through the web
interface at:

http://www.async.com.br/mailman/listinfo/stoq-users
http://www.async.com.br/mailman/listinfo/stoq-devel


Copyright Information
=====================

This software is covered by the GNU General Public License
(version 2.0, or if you choose, a later version).  Basically just don't
say you wrote bits you didn't.