欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Odoo
来自开放百科 - 灰狐
Tiny ERP 已更名为 Open ERP
GNU GPL V2
目录 |
Tiny ERP 简介
它使用Python语言开发,数据库采用开源的PostgreSQL,系统以GNU GPL开源协议发布。
系统提供较灵活的模块架构,常用模块包括:采购管理,销售管理,库存管理,财务管理,货品管理,营销管理,客户关系管理,生产管理,人事管理,服务支持等等。用户可以直接从模块库中选择安装适用模块,或进行模块卸载,升级的管理操作。
客户端用户界面是基于GTK的,同时支持Linux和Windows平台。目前还有开发中的基于TurboGears的eTiny Web客户端。
Open ERP 很有创新的项目是 Open Object, 它是一个基于 Python 的企业应用快速开发框架.
Install
CentOS
$ ./configure –with-postgres-includes = /usr/include/pgsql/server $ make $ make install
Use psycopg2
$ cd /usr/src/ $ wget http://www.initd.org/pub/software/psycopg/psycopg2-latest.tar.gz $ tar -xzvf psycopg2-latest.tar.gz $ rm -rf psycopg2-latest.tar.gz $ cd psycopg2 $ python setup.py install
More Detail: http://openerp.com/wiki/index.php/InstallationManual/Installation_Linux/ServerInstallCentOS
Links
分享您的观点