Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stoq/stoq
Stoq Retail Management System
https://github.com/stoq/stoq
erp gtk linux postgresql python
Last synced: 6 days ago
JSON representation
Stoq Retail Management System
- Host: GitHub
- URL: https://github.com/stoq/stoq
- Owner: stoq
- License: gpl-2.0
- Created: 2013-02-25T17:15:21.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T21:31:27.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T02:07:54.075Z (13 days ago)
- Topics: erp, gtk, linux, postgresql, python
- Language: Python
- Homepage: http://www.stoq.com.br/
- Size: 101 MB
- Stars: 319
- Watchers: 55
- Forks: 107
- Open Issues: 19
-
Metadata Files:
- Readme: README.rst
- License: COPYING
Awesome Lists containing this project
README
Stoq
====Stoq's homepage is located at:
https://www.stoq.com.br/
You can fetch the latest source code from github:
$ git clone https://github.com/stoq/stoq.git
Installation for development
============================To install stoq you have to install Poetry_ and run::
$ poetry install
Then check everything has been installed correctly run the tests::
$ make test
And see if stoqdbadmin has been provided::
$ stoqdbadmin help
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-develCopyright Information
=====================Stoq itself 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.However, some parts of it are covered under different licesenses, see:
docs/copyright for more information
.. _Poetry: https://github.com/python-poetry/poetry/