Since V2.1.26,GreaterWMS switch license to AGPLv3, Personal learning is unlimited, and you need to purchase a commercial license for commercial use.
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.
- Multiple Warehouses
- Supplier Management
- Customer Management
- Scanner PDA
- Cycle Count
- Order Management
- Stock Control
- Safety Stock Show
- API Documents
- IOS APP Support
- Android APP Support
- Electron APP Support
- Auto Update
- i18n Support
- API Documents
Python install
Nodejs install
Twisted install
- Please google how to install Twisted , if you have some problem on install it .
Clone Project
git clone https://github.com/GreaterWMS/GreaterWMS.git
cd GreaterWMS/
docker-compose up -d
# Change Baseurl
# baseurl GreaterWMS/templates/public/statics/baseurl.txt
docker-compose restart
- Run Backend:
cd GreaterWMS
daphne -p 8008 greaterwms.asgi:application
or
daphne -b 0.0.0.0 -p 8008 greaterwms.asgi:application # lan
- Run Frontend:
cd templates
quasar d
- Change Request Baseurl
templates/public/statics/baseurl.txt
- Companion Mobile APP
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.
!!! info "Android"
App store search
Split APKs Installer
- Open Sai APP, choose GWMS.apks then install
- Web Build:
cd templates
quasar build
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.