欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
ERP5
来自开放百科 - 灰狐
(版本间的差异)
小 (→指南) |
|||
(未显示1个用户的20个中间版本) | |||
第1行: | 第1行: | ||
− | |||
{{SeeWikipedia}} | {{SeeWikipedia}} | ||
− | + | 基于 [[Zope]] 的 ERP5 曾赢得"[http://zope.org/Members/nexedi/ERP5%20Award 最佳ERP应用奖]" | |
− | + | ==简介== | |
+ | [[Rapid.Space]] 是一家新一代、高性能、低成本的云公司。 | ||
+ | ERP5 是 Zope 上一个历史比较悠久的开源ERP系统, 这个产品包括: | ||
* customer relation management (CRM), 客户关系管理 | * customer relation management (CRM), 客户关系管理 | ||
* production management (MRP), 生产管理 | * production management (MRP), 生产管理 | ||
第13行: | 第14行: | ||
* human resources 人力资源 | * human resources 人力资源 | ||
* and e-commerce. 电子商务 | * and e-commerce. 电子商务 | ||
− | == | + | |
+ | ==新闻== | ||
+ | *[https://www.erp5.com/zh/rapidspace-Document.Blog.OCP.Remote.Installation.With.Smart.Glasses 采用 Facepro 可视化专家智能眼镜远程安装 Rapid Space OCP 服务器] (2020-03-31) | ||
+ | *[https://www.erp5.com/zh/NXD-PressRelease.Turnkey.Enterprise.Cloud.Solution Horizon Computing 和 Nexedi 联合推出价值20.5万欧的含2880个X86核的 Turnkey 企业云解决方案] (2017-05-09) | ||
+ | |||
+ | ==功能== | ||
+ | ERP5 是一个基于 [[Python]] 和 [[Zope]] 的文件对象系统。与其它 ERP 系统的最主要区别就是 ERP5 的通用架构使它可以根据真实的商务实践进行建模, 无需企业去适应一个特定 ERP 软件的预配置。 | ||
+ | |||
+ | ==指南== | ||
+ | *[https://www.erp5.com/start/developer ERP5 安装] | ||
+ | *[https://sourceforge.net/projects/osoe 下载ERP5虚拟机OSOE] username:tux password:linux | ||
+ | *[https://www.erp5.com/developer-Allocate.ERP5.Instance.On.Slapos How to install ERP5 with SlapOS] | ||
+ | |||
+ | ==进程== | ||
+ | 运行 ERP5 至少需要12个进程: | ||
+ | * backend_apache | ||
+ | * certificate_authority | ||
+ | * conversion_server | ||
+ | * crond | ||
+ | * erp5_update | ||
+ | * kumo_gateway | ||
+ | * kumo_manager | ||
+ | * kumo_server | ||
+ | * memcached | ||
+ | * mysql_update | ||
+ | * mysqld | ||
+ | * zope_1 | ||
+ | |||
+ | ==项目== | ||
+ | [[文件:pygolang.png|right]] | ||
+ | ERP5 和 Nexedi 相关开源软件: | ||
+ | *[[SlapOS]] | ||
+ | *[[NayuOS]] | ||
+ | *[[Wendelin]] | ||
+ | *[[NEO]] | ||
+ | *[https://pygolang.nexedi.com/ Pygolang] [[Go]]-like features for [[Python]] and [[Cython]] | ||
+ | *[[Caddy]] [https://www.nexedi.com/NXD-Blog.Caddy.HTTP2 How Nexedi moved to HTTP2 with Caddy] | ||
+ | *[[Cython]] [https://www.nexedi.com/zh/blog/NXD-Blog.Multicore.Python.HTTP.Server A multi-core Python HTTP server (much) faster than Go (spoiler: Cython)] | ||
+ | |||
+ | ==用户== | ||
+ | |||
+ | ==图集== | ||
+ | <gallery> | ||
+ | image:Nexedi-Stack.png|Nexedi软件堆栈 | ||
+ | image:install-ERP5-with-SlapOS.png|安装ERP5 | ||
+ | </gallery> | ||
+ | |||
+ | ==链接== | ||
*http://www.erp5.org/ | *http://www.erp5.org/ | ||
+ | *[http://www.nexedi.com/ Nexedi:ERP5背后的商业公司] | ||
*http://www.erp5.com/ | *http://www.erp5.com/ | ||
*http://www.myerp5.com | *http://www.myerp5.com | ||
第21行: | 第70行: | ||
*http://download.huihoo.com/erp5/ | *http://download.huihoo.com/erp5/ | ||
− | + | [[category:ERP]] | |
− | + | [[category:CRM]] | |
− | [[ | + | [[category:Python]] |
− | [[ | + | [[category:Zope]] |
− | [[ | + | |
− | [[ | + |
2020年12月19日 (六) 02:54的最后版本
您可以在Wikipedia上了解到此条目的英文信息 ERP5 Thanks, Wikipedia. |
目录 |
[编辑] 简介
Rapid.Space 是一家新一代、高性能、低成本的云公司。
ERP5 是 Zope 上一个历史比较悠久的开源ERP系统, 这个产品包括:
- customer relation management (CRM), 客户关系管理
- production management (MRP), 生产管理
- supply chain management (SCM), 供应链管理
- product design management (PDM), 产品设计管理
- accounting, 财务
- human resources 人力资源
- and e-commerce. 电子商务
[编辑] 新闻
- 采用 Facepro 可视化专家智能眼镜远程安装 Rapid Space OCP 服务器 (2020-03-31)
- Horizon Computing 和 Nexedi 联合推出价值20.5万欧的含2880个X86核的 Turnkey 企业云解决方案 (2017-05-09)
[编辑] 功能
ERP5 是一个基于 Python 和 Zope 的文件对象系统。与其它 ERP 系统的最主要区别就是 ERP5 的通用架构使它可以根据真实的商务实践进行建模, 无需企业去适应一个特定 ERP 软件的预配置。
[编辑] 指南
- ERP5 安装
- 下载ERP5虚拟机OSOE username:tux password:linux
- How to install ERP5 with SlapOS
[编辑] 进程
运行 ERP5 至少需要12个进程:
- backend_apache
- certificate_authority
- conversion_server
- crond
- erp5_update
- kumo_gateway
- kumo_manager
- kumo_server
- memcached
- mysql_update
- mysqld
- zope_1
[编辑] 项目
ERP5 和 Nexedi 相关开源软件:
- SlapOS
- NayuOS
- Wendelin
- NEO
- Pygolang Go-like features for Python and Cython
- Caddy How Nexedi moved to HTTP2 with Caddy
- Cython A multi-core Python HTTP server (much) faster than Go (spoiler: Cython)
[编辑] 用户
[编辑] 图集
[编辑] 链接
分享您的观点