盒木科技是一家专注于智慧工厂和仓储系统研发的科技创新企业。目前已发布盒木ERP企业管理系统,盒木WMS仓库管理系统及盒木WCS仓库控制系统。其中ERP含社区版和企业版:
- 社区版为开源进销存系统,包含采购,销售,库存,财务等模块。适用于贸易类企业。
- 企业版为智慧工厂管理系统,除了社区版功能外,还增加了生产管理,质检管理,物料管控及追溯,实时看板,移动端App等实用功能。
- SaaS网络版。如需购买可点击该淘宝链接
- 客户定制服务。无论社区版还是企业版,针对有定制需求的客户我们将提供定制开发服务。
- 社区版商业授权。开源社区需要您的支持以得以发展,如果您希望将我们的系统或源码二次开发后出售给其他客户,请先联系我们获得商业授权,否则将承担法律风险。
欢迎有软件需求的客户或意向成为代理(代理条件)的公司/个人扫描下方客户经理二维码。个人学习请勿添加!!!
添加微信时请备注单位/个人称呼+目的(如代理合作,客户咨询等),否则不予通过。
该系统前后端分离,api使用restful协议,方便二次开发,后端使用Python,Django,DRF等技术,前端代码使用AntD进行构建,包含采购管理,销售管理,库存管理等业务管理流程。移动端使用Uniapp,包含产品标签打印,出入库扫码等功能。
目前市面上没有一款采用流行的前后端技术易用开源的ERP系统。有不少朋友也跟我们反应实施了ERP系统但是仍然会面临许多问题,尤其二开的费用高昂。于是我们总结了这些年ERP系统开发的经验,设计了这款开源的盒木ERP系统,支持高自由度的开发,来支持企业的自定义需求。
- 移动端打印功能需指定型号PDA,请联系作者购买
- Python版本为V3.9+
- Django版本为V3.2+
- Django-rest-framework版本为V3.12+
- Vue版本为2.6+
- PDA端使用Uniapp
- 数据库为MySQL
- 前端组件为AntD
- 其他Python包可参考requirements.txt文件
- pip install -r requirements.txt
- cd frontend #进入frontend文件夹
- npm install -g @vue/cli #安装vue脚手架
- npm install #安装依赖包
- 数据库字符集设置为 utf8mb4
- 创建 erp-db 数据库(先设置字符集, 再创建数据库) CREATE DATABASE erp_db;
- 创建配置文件
- python tools/create_configs.py
- 迁移数据库
- python manage.py makemigrations
- python manage.py migrate
- 创建用户
- python manage.py runscript create_user
- 启动后端服务 python manage.py runserver
- 启动前端服务 npm run serve
- 浏览器访问前端地址
- 配置 uwsgi pip install uwsgi
- 运行 uwsgi uwsgi --ini [项目路径]/configs/uwsgi.ini
- 配置 nginx(配置文件在 /configs/nginx)
- 构建前端文件 进入 frontend 目录, npm run build
License Agreement:GPL-3.0,you can use this project for learning, business purpose is prohibited, please request authority from us before you use it for business.
If you're interested to join us and make this project perfect, please send email to me. marketing@himool.com
Himool Technology is focus on supply chain digitalization. All the products are developed by ourselves, now we have published Himool ERP, Himool WMS and Himool WCS. ERP is free,only charge fee to customized demands and agency who requests authorit, we're aiming to be the leader of open-source ERP providers, we offer professional ERP service to our customers.
If you're interested in join as an agent(Conditions to be an agent), please scan below wechat QR code, call me +86 18761717855 or email me.
Himool ERP contains core processes like master data, purchasing, sales, inbound, outbound and payment.
- Python version V3.9+
- Django version V3.2+
- Djangorestframework version V3.12+
- Vue version 2.6+
- Uniapp for mobile device
- MySQL for database
- AntD for frontend UI element
- Please refer to requirement.txt for other python package
- Install Pythonpip install -r requirements.txt
- Go to frontend foldercd frontend
- Install vuenpm install -g @vue/cli
- Install package dependenciesnpm install
- utf8mb4 for Database character setting
- Create datebase: CREATE DATABASE erp_db; CREATE DATABASE erp_db;
- Migrate Database
- python manage.py makemigrations
- python manage.py migrate
- Create User
- python manage.py runscript create_user
- Start Backend service python manage.py runserver
- Start frontend service npm run serve
- Access frontend address
- Config uwsgi pip install uwsgi
- Run uwsgi uwsgi --ini [project path]/configs/uwsgi.ini
- Config nginx(Config file in /configs/nginx)
- Build frontend file Go to frontend directory, npm run build