# GreaterWMS
**Repository Path**: kaopuu/GreaterWMS
## Basic Information
- **Project Name**: GreaterWMS
- **Description**: GreaterWMS,仓库管理系统是,目前福特亚太区售后物流仓储供应链流程。
离开福特后,我开始了这个项目。
- **Primary Language**: Python
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: https://www.56yhz.com/
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1102
- **Created**: 2025-05-13
- **Last Updated**: 2025-05-13
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
GreaterWMS
完全开源的仓库管理系统

















[](https://space.bilibili.com/407321291/channel/seriesdetail?sid=776320)
## :rocket: 找到我们
QQ技术交流群:289548524
[//]: # (About the Project)
### :star2: 关于此项目
该库存管理系统是,目前福特亚太区售后物流仓储供应链流程。
离开福特后,我开始了这个项目。 为了帮助一些有需要的人。
OneAPP 理念。 支持扫描设备PDA、手机APP、桌面exe、网站等。
[//]: # (Function)
## :dart: 模块
* [x] 多仓
* [x] 供应商管理
* [x] 客户管理
* [x] 扫描设备PDA
* [x] 盘点
* [x] 订单管理
* [x] 库存管理
* [x] 安全库存
* [x] API文档
* [x] IOS APP支持
* [x] Android APP支持
* [x] Electron APP支持
* [x] 自动更新
* [x] i18n国际化
[//]: # (Install)
## :compass: 安装
python安装
- [python 3.8.10](https://www.python.org/downloads/release/python-3810/)
nodejs安装
- [nodejs 14.19.3](https://nodejs.org/download/release/v14.19.3/)
Twisted安装
- Twisted在某些情况下安装很困难,请自行百度安装方法
克隆代码
~~~shell
git clone https://gitee.com/Singosgu/GreaterWMS.git
~~~
### docker(可选择)
~~~shell
cd GreaterWMS/
docker-compose up -d
# 修改请求地址
# baseurl GreaterWMS/templates/public/statics/baseurl.txt
docker-compose restart
~~~
[//]: # (development)
## :hammer_and_wrench: 怎么启动开发环境:
- 启动后端环境:
~~~shell
cd GreaterWMS
daphne -p 8008 greaterwms.asgi:application
or
daphne -b 0.0.0.0 -p 8008 greaterwms.asgi:application # 局域网
~~~
- 启动前端环境:
~~~shell
cd templates
quasar d # http://localhost:8080
or
quasar dev # http://localhost:8080
~~~
- 请求地址修改
~~~shell
templates/public/statics/baseurl.txt
~~~
- API文档
~~~shell
baseurl + '/docs/'
~~~
### 配套的手机APP
- App源码编译
~~~shell
npm install cordova -g
cd app
yarn install
## 开发环境
quasar d -m cordova -T [android, ios]
## 构建打包
quasar build -m [android, ios]
~~~
- 你不想编译也可以直接使用
[IOS](https://apps.apple.com/cn/app/%E6%99%BA%E8%83%BD%E4%BB%93%E5%82%A8%E8%BD%AF%E4%BB%B6gwms/id6444078526)
[Android](https://production.56yhz.com/media/GWMS.apks)
GreaterWMS有配套的APP,支持手机扫描,和PDA扫描,配置下服务器请求地址即可
## 下载apks安装工具
!!! info "Android"
应用商店搜索
Split APKs Installer
## 或直接下载apks安装工具
[Sai](https://po.56yhz.com/media/sai.apk)
- 打开Sai APP,选择下载的GWMS.apks,即可完成安装
[//]: # (publish)
## :trumpet: 怎么构建你的app:
- 网页版构建:
~~~shell
cd templates
quasar build # /templates/dist/spa
~~~
[//]: # (deploy)
## :computer: 怎么部署到服务器:
记得启用ssl的话,需要额外配置
在前端代码中进行编辑
## Show
## :bowing_man: 关于作者
[Elvis.Shi](https://gitee.com/GreaterWMS/GreaterWMS/wikis/%E6%88%91%E6%98%AF%E5%A6%82%E4%BD%95%E4%BB%8E%E4%B8%80%E4%B8%AA%E7%89%A9%E6%B5%81%E8%8F%9C%E9%B8%9F%EF%BC%8C%E4%B8%80%E7%9B%B4%E5%81%9A%E5%88%B0500%E5%BC%BA%E4%BA%9A%E5%A4%AA%E5%8C%BAChina%20PDC%20Manager%E7%9A%84)