GithubHelp home page GithubHelp logo

alaminsysable / himool-erp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from himool/himoolerp

0.0 0.0 0.0 7.02 MB

开源ERP管理系统,采用前后端分离技术,api使用restful协议,方便二次开发,后端使用Python,Django,DRF等技术,前端代码使用AntD进行构建,包含采购管理,销售管理,库存管理等业务管理流程

License: GNU General Public License v3.0

JavaScript 21.94% Python 15.82% HTML 0.05% Vue 61.57% SCSS 0.62%

himool-erp's Introduction

Himool ERP--开源ERP管理系统

公司介绍

盒木科技(官网地址)专注于仓储物流和生产制造行业数字化系统的研发和实施。Himool是盒木科技自主研发的软件产品系列品牌,目前已发布Himool WMS仓库管理系统,Himool WCS仓库控制系统,Himool MES制造执行系统,Himool ERP进销存管理系统及Himool AMS资产管理系统。欢迎合作伙伴,代理商或者客户微信扫描下方客户经理二维码或电话18761717855体验咨询。

微信

项目介绍

开源ERP管理系统,该系统前后端分离,包含PDA移动端扫码操作,api使用restful协议,方便二次开发,后端使用Python,Django,DRF等技术,前端代码使用AntD进行构建,包含采购管理,销售管理,库存管理等业务管理流程。移动端使用Uniapp,包含产品标签打印,出入库扫码等功能。

  • Gitee地址: Gitee
  • Github地址: Github
  • Demo地址: Demo   公司编号: admin 测试帐号:admin 密码:admin

使用前须知

  • 软件开放源码(发行协议:GPL-3.0),个人用户可免费学习使用,但禁止任何单位或个人修改软件后再次发行的行为。商业使用需得到我司授权,否则我们将通过法律途径解决侵权问题。
  • 我们欢迎对开源技术感兴趣的朋友一起加入到我们项目中来完善系统功能并为客户提供服务。欢迎扫描下方二维码添加技术交流群,添加时请备注来意 微信群

项目背景

目前市面上没有一款采用流行的前后端技术易用开源的ERP系统。有不少朋友也跟我们反应实施了ERP系统但是仍然会面临许多问题,尤其二开的费用高昂。于是我们总结了这些年ERP系统开发的经验,设计了这款开源的Himool ERP系统,支持高自由度的开发,来支持企业的自定义需求。我们的代码将持续更新,并且保持与Demo地址的同步。

硬件要求及开发环境

  • 移动端打印功能需指定型号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 #安装依赖包

配置 MySQL

  1. 数据库字符集设置为 utf8mb4
  2. 创建 erp-db 数据库(先设置字符集, 再创建数据库) CREATE DATABASE erp_db;
  3. 迁移数据库
    • python manage.py makemigrations
    • python manage.py migrate
  4. 创建用户
    • python manage.py runscript create_user

本地运行

  1. 启动后端服务 python manage.py runserver
  2. 启动前端服务 npm run serve
  3. 浏览器访问前端地址

服务器运行

  1. 配置 uwsgi pip install uwsgi
  2. 运行 uwsgi uwsgi --ini [项目路径]/configs/uwsgi.ini
  3. 配置 nginx(配置文件在 /configs/nginx)
  4. 构建前端文件 进入 frontend 目录, npm run build

业务流程

业务流程

管理模块

管理模块

PDA界面截图

PDA界面

PC界面截图

首页 首页 报表 报表 产品 产品 采购 采购 销售 销售 生产 生产 库存 库存 财务 财务 设置 设置

himool-erp's People

Contributors

czw96 avatar lianzhanshu avatar septemberj avatar 18784771 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.