README_CN.md 6.0 KB

GreaterWMS logo

GreaterWMS

完全开源的仓库管理系统

![License: APLv2](https://img.shields.io/github/license/GreaterWMS/GreaterWMS) ![Release Version (latest Version)](https://img.shields.io/github/v/release/GreaterWMS/GreaterWMS?color=orange&include_prereleases) ![QR Code Support](https://img.shields.io/badge/QR--Code-Support-orange.svg) ![Docker Support](https://img.shields.io/badge/Docker-Support-orange.svg) ![i18n Support](https://img.shields.io/badge/i18n-Support-orange.svg) ![repo size](https://img.shields.io/github/repo-size/GreaterWMS/GreaterWMS) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/GreaterWMS/GreaterWMS) ![Contributors](https://img.shields.io/github/contributors/GreaterWMS/GreaterWMS?color=blue) ![GitHub Org's stars](https://img.shields.io/github/stars/GreaterWMS?style=social) ![GitHub Follows](https://img.shields.io/github/followers/Singosgu?style=social) ![GitHub Forks](https://img.shields.io/github/forks/GreaterWMS/GreaterWMS?style=social) ![GitHub Watch](https://img.shields.io/github/watchers/GreaterWMS/GreaterWMS?style=social) ![Python](https://img.shields.io/badge/Python-3.8.10-yellowgreen) ![Django](https://img.shields.io/badge/Django-4.1.2-yellowgreen) ![Quasar Cli](https://img.shields.io/badge/Quasar/cli-1.2.1-yellowgreen) ![Vue](https://img.shields.io/badge/Vue-2.6.0-yellowgreen) ![NodeJS](https://img.shields.io/badge/NodeJS-14.19.3-yellowgreen) [![BiliBili](https://img.shields.io/badge/BiliBili-4987-red)](https://space.bilibili.com/407321291/channel/seriesdetail?sid=776320)

:rocket: 找到我们

官网首页

演示地址

教程视频

提交一个Bug

提交一个建议

英文文档

QQ技术交流群:289548524

:star2: 关于此项目

该库存管理系统是,目前福特亚太区售后物流仓储供应链流程。 离开福特后,我开始了这个项目。 为了帮助一些有需要的人。 OneAPP 理念。 支持扫描设备PDA、手机APP、桌面exe、网站等。

:dart: 模块

  • 多仓
  • 供应商管理
  • 客户管理
  • 扫描设备PDA
  • 盘点
  • 订单管理
  • 库存管理
  • 安全库存
  • API文档
  • IOS APP支持
  • Android APP支持
  • Electron APP支持
  • 自动更新
  • i18n国际化

:compass: 安装

python安装

nodejs安装

Twisted安装

  • Twisted在某些情况下安装很困难,请自行百度安装方法

克隆代码

git clone https://gitee.com/Singosgu/GreaterWMS.git

docker(可选择)

cd GreaterWMS/
docker-compose up -d
# 修改请求地址
# baseurl GreaterWMS/templates/public/statics/baseurl.txt
docker-compose restart

Windows X64

Centos 7

Ubuntu 20

:hammer_and_wrench: 怎么启动开发环境:

  • 启动后端环境:

    cd GreaterWMS
    daphne -p 8008 greaterwms.asgi:application
    or
    daphne -b 0.0.0.0 -p 8008 greaterwms.asgi:application # 局域网
    
  • 请求地址修改

templates/public/statics/baseurl.txt
  • API文档
baseurl + '/docs/'

配套的手机APP

  • App源码编译
npm install cordova -g

cd app
yarn install
## 开发环境
quasar d -m cordova -T [android, ios]
## 构建打包
quasar build -m [android, ios]
  • 你不想编译也可以直接使用

IOS

Android

GreaterWMS有配套的APP,支持手机扫描,和PDA扫描,配置下服务器请求地址即可

下载apks安装工具

!!! info "Android"

应用商店搜索

Split APKs Installer 

或直接下载apks安装工具

Sai

  • 打开Sai APP,选择下载的GWMS.apks,即可完成安装

:trumpet: 怎么构建你的app:

  • 网页版构建:
cd templates
quasar build # /templates/dist/spa

:computer: 怎么部署到服务器:

Supervisor教程

Nginx配置

记得启用ssl的话,需要额外配置 在前端代码中进行编辑

Show

GreaterWMS home
GreaterWMS splash GreaterWMS dn GreaterWMS goods

:bowing_man: 关于作者

Elvis.Shi