Open source warehouse management system. And this warehouse-management-system follows Apache License 2.0 and front-back stage decoupling method. API uses restful protocol to facilitate for add-on functions development. The html & js code is constructed with quasar(base on Vue.js v2.6.0+). According to API, it can support business models such as multi warehouse, wave shipment, combined picking and milk-run and so on. To be a greater WMS
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.
Python install
Nodejs install
Clone Project
git clone https://github.com/GreaterWMS/GreaterWMS.git
Backend Environment
cd GreaterWMS/
pip install -r requirements.txt
Frontend Environment
npm install -g @quasar/cli
npm install -g yarn
cd templates/
yarn install
DataBase Migrate
cd GreaterWMS/
python manage.py makemigrations
python manage.py migrate
cd GreaterWMS/
docker-compose up -d
# Change Baseurl
# baseurl GreaterWMS/templates/public/statics/baseurl.txt
docker-compose restart
cd GreaterWMS
python manage.py runserver
or
python manage.py runserver 0.0.0.0:8008 # internet
cd templates
quasar d # http://localhost:8080
or
quasar dev # http://localhost:8080
templates/public/statics/baseurl.txt
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.
Companion android app is a apks file, need use bundletool to install apk to your Android Phone
Please confirm you have installed JAVA
## Take attention on your bundletool version
bundletool-all-1.13.0.jar install-apks --apks=GWMS.apks
cd templates
quasar build # /templates/dist/spa
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.
If you use GreaterWMS and find it to be useful, please consider making a donation toward its continued development.
Distributed under the APL V2 License. See LICENSE.txt for more information.