You can share your vacant warehouse space, use it for those in need, and generate income
π Link US
Home Page
Demo
Video Tutorials
Report Bug
Request Feature
δΈζζζ‘£
π 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
- 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
π§ Install
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
docker(Optional)
cd GreaterWMS/
docker-compose up -d
# Change Baseurl
# baseurl GreaterWMS/templates/public/statics/baseurl.txt
docker-compose restart
Windows X64
Centos 7
Ubuntu 20
π οΈ How To Run Development Server:
- 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
- API Documents
baseurl + '/docs/'
Companion Mobile APP
- App Source Code
npm install cordova -g
cd 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.
Download Android installer tools
!!! info "Android"
App store search
Split APKs Installer
Directly download installer tools
- Open Sai APP, choose GWMS.apks then install
πΊ How To Publish Your APP:
- Web Build:
cd templates
quasar build
π» How To Deploy Server:
Supervisor Process Guarded
Nginx Config
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.