https://github.com/greaterwms/greaterwms
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 . You can share your vacant warehouse space, use it for those in need, and generate income
https://github.com/greaterwms/greaterwms
inventory inventory-management inventory-management-system scm warehouse-management warehouse-management-system wms
Last synced: 5 months ago
JSON representation
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 . You can share your vacant warehouse space, use it for those in need, and generate income
- Host: GitHub
- URL: https://github.com/greaterwms/greaterwms
- Owner: GreaterWMS
- License: apache-2.0
- Created: 2020-05-26T04:07:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T13:51:22.000Z (about 1 year ago)
- Last Synced: 2025-05-09T22:22:36.753Z (5 months ago)
- Topics: inventory, inventory-management, inventory-management-system, scm, warehouse-management, warehouse-management-system, wms
- Language: Python
- Homepage: https://www.56yhz.com/
- Size: 185 MB
- Stars: 3,986
- Watchers: 159
- Forks: 1,041
- Open Issues: 63
-
Metadata Files:
- Readme: README.en.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![]()
GreaterWMS
Open Source Inventory Management System













[](https://www.youtube.com/channel/UCPW1wciGMIEh7CYOdLnsloA)
#### You can share your vacant warehouse space, use it for those in need, and generate income
## :rocket: Link US
Home Page
Demo
Video Tutorials
Report Bug
Request Feature
中文文档[//]: # (About the Project)
## :star2: About the ProjectThis 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] Multiple Warehouses
* [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[//]: # (Install)
## :compass: Install
Python install
- [python 3.8.10](https://www.python.org/downloads/release/python-3810/)Nodejs install
- [nodejs 14.19.3](https://nodejs.org/download/release/v14.19.3/)Twisted install
- Please google how to install Twisted , if you have some problem on install it .Clone Project
~~~shell
git clone https://github.com/GreaterWMS/GreaterWMS.git
~~~### docker(Optional)
~~~shell
cd GreaterWMS/
docker-compose up -d
# Change Baseurl
# baseurl GreaterWMS/templates/public/statics/baseurl.txt
docker-compose restart
~~~
Windows X64
Centos 7
Ubuntu 20[//]: # (development)
## :hammer_and_wrench: How To Run Development Server:- Run Backend:
~~~shell
cd GreaterWMS
daphne -p 8008 greaterwms.asgi:application
or
daphne -b 0.0.0.0 -p 8008 greaterwms.asgi:application # lan
~~~- Run Frontend:
~~~shell
cd templates
quasar d
~~~- Change Request Baseurl
~~~shell
templates/public/statics/baseurl.txt
~~~- API Documents
~~~shell
baseurl + '/docs/'
~~~### Companion Mobile APP
- App Source Code
~~~shell
npm install cordova -gcd app
yarn install
## Development
quasar d -m cordova -T [android, ios]
## Deploy
quasar build -m [android, ios]
~~~- You can directly use app if you don't want to build it
GreaterWMS is supported by a companion mobile app which allows users access to run the business well.
It can scan the goods by your camera or your PDA scanner.[IOS](https://apps.apple.com/gb/app/intelligent-warehousing-gwms/id6444078526)
[Android](https://production.56yhz.com/media/GWMS.apks)
## Download Android installer tools
!!! info "Android"
App store searchSplit APKs Installer
## Directly download installer tools
[Sai](https://po.56yhz.com/media/sai.apk)
- Open Sai APP, choose GWMS.apks then install
[//]: # (publish)
## :trumpet: How To Publish Your APP:- Web Build:
~~~shell
cd templates
quasar build
~~~[//]: # (deploy)
## :computer: How To Deploy Server:
Supervisor Process Guarded
Nginx ConfigIf 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.
## Show
![]()
![]()
![]()
![]()