# GreaterWMS
**Repository Path**: qxm_lfs/GreaterWMS
## Basic Information
- **Project Name**: GreaterWMS
- **Description**: 该仓库管理系统是,目前福特亚太区售后物流仓储供应链流程。
离开福特后,我开始了这个项目。 为了帮助一些有需要的人。
OneAPP 理念。 支持扫描设备PDA、手机APP、桌面exe、网站等。
- **Primary Language**: Python
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: https://www.56yhz.com/
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1140
- **Created**: 2022-09-16
- **Last Updated**: 2022-09-16
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
GreaterWMS
Open Source Inventory Management System
[](https://opensource.org/licenses/Apache-2.0/)
















[](https://www.youtube.com/channel/UCPW1wciGMIEh7CYOdLnsloA)
[//]: # (Some Link)
## :rocket: Link US
[//]: # (About the Project)
## :star2: About the Project
This Inventory management system is the currently Ford Asia Pacific after-sales logistics warehousing supply chain process.
After I leave Ford, I start this project in order to help some who need it.
OneAPP Type. Support scanner PDA, mobile APP, desktop exe, website as well.
[//]: # (Function)
## :dart: Function
* [x] Supplier Management
* [x] Customer Management
* [x] Scanner PDA
* [x] Cycle Count
* [x] Order Management
* [x] Stock Control
* [x] Safety Stock Show
* [x] API Documents
* [x] IOS APP Support
* [x] Android APP Support
* [x] Electron APP Support
* [x] Auto Update
* [x] i18n Support
* [x] API Documents
[//]: # (development)
## :eyes: Where are the APIs Documents:
- After installing, you can find APIs Documents from url /docs/
~~~shell
example: http://127.0.0.1:8008/docs/
~~~
[//]: # (Install)
## :compass: Install
~~~shell
git clone https://github.com/GreaterWMS/GreaterWMS.git
~~~
### docker
~~~shell
cd GreaterWMS/
docker-compose up -d
# Change Front Request Baseurl
# baseurl GreaterWMS/templates/public/statics/baseurl.js
# change the baseurl and wsurl
docker-compose restart
~~~
[//]: # (development)
## :hammer_and_wrench: How To Run Development Server:
- Webside Dev Run:
~~~shell
cd templates
quasar d # http://localhost:8080
or
quasar dev # http://localhost:8080
~~~
- Electron APP Dev Run
~~~shell
cd templates
quasar d -m electron
or
quasar dev -m electron
~~~
- Mobile APP Dev Run
You should connect your mobile. Sometimes, it needs you to choose the IP, which is your PC's internal IP.
The Android APP installed on the mobile phone is the mobile page, and the installation on the scanning device is the scanning page.
~~~shell
cd templates/src-cordova
cordova platform add [ios or android]
cd .. # back to templates
quasar d -m cordova -T [ios or android]
~~~
[//]: # (publish)
## :trumpet: How To Publish Your APP:
- Webside Build:
~~~shell
cd templates
quasar build # /templates/dist/spa
~~~
- Electron APP Build:
~~~shell
quasar build -m electron -P always # /templates/dist/electron
~~~
- Mobile APP Build:
~~~shell
quasar build -m cordova -T [ios or android] # /templates/dist/cordova
~~~
[//]: # (deploy)
## :computer: How To Deploy Server:
If the server has SSL enabled, please use HTTPS and WSS, if SSL is not enabled, use HTTP and WS
The front-end code needs to be rebuilt after modification.
## :money_with_wings: Sponsor
If you use GreaterWMS and find it to be useful, please consider making a donation toward its continued development.
[Donate via PayPal](https://paypal.me/singosgu)
## :warning: License
Distributed under the [APL v2](https://opensource.org/licenses/Apache-2.0/) License. See [LICENSE.txt](https://github.com/GreaterWMS/GreaterWMS/blob/master/LICENSE) for more information.
## :old_key: Commercial License
- Don't worry about Commercial License. You will get Free Commercial License while you download the source code.