GreaterWMS开源仓库管理系统,一套代码,支持扫描PDA,手机APP,桌面exe,web使用。
![]() |
1 day ago | |
---|---|---|
.github | 11 months ago | |
app | 1 day ago | |
asn | 4 days ago | |
binproperty | 7 months ago | |
binset | 7 months ago | |
binsize | 7 months ago | |
capital | 7 months ago | |
company | 7 months ago | |
customer | 7 months ago | |
cyclecount | 7 months ago | |
dashboard | 1 year ago | |
dn | 4 days ago | |
driver | 7 months ago | |
goods | 7 months ago | |
goodsbrand | 7 months ago | |
goodsclass | 7 months ago | |
goodscolor | 7 months ago | |
goodsorigin | 7 months ago | |
goodsshape | 7 months ago | |
goodsspecs | 7 months ago | |
goodsunit | 7 months ago | |
greaterwms | 2 days ago | |
media | 10 months ago | |
payment | 7 months ago | |
scanner | 7 months ago | |
staff | 7 months ago | |
static | 6 months ago | |
static_new | 1 week ago | |
stock | 7 months ago | |
supplier | 7 months ago | |
templates | 1 day ago | |
throttle | 7 months ago | |
uploadfile | 7 months ago | |
userlogin | 1 year ago | |
userprofile | 7 months ago | |
userregister | 8 months ago | |
utils | 7 months ago | |
warehouse | 1 week ago | |
.gitattributes | 1 year ago | |
.gitignore | 10 months ago | |
Dockerfile | 5 days ago | |
LICENSE | 1 week ago | |
README.en.md | 6 days ago | |
README.md | 6 days ago | |
README.zh-CN.md | 6 days ago | |
README_CN.md | 6 days ago | |
backend_start.sh | 1 week ago | |
docker-compose.yml | 1 week ago | |
manage.py | 1 year ago | |
nginx.conf | 11 months ago | |
requirements.txt | 1 day ago | |
supervisord.conf | 10 months ago | |
web_start.sh | 2 days ago |
Open Source Inventory Management System
                 [](https://www.youtube.com/channel/UCPW1wciGMIEh7CYOdLnsloA)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
Twisted install
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
Change Request Baseurl
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.
!!! info "Android"
App store search
Split APKs Installer
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.