GreaterWMS开源仓库管理系统,一套代码,支持扫描PDA,手机APP,桌面exe,web使用。
![]() |
2 weeks ago | |
---|---|---|
.github | 1 year ago | |
app | 2 weeks ago | |
asn | 3 weeks ago | |
binproperty | 11 months ago | |
binset | 11 months ago | |
binsize | 11 months ago | |
capital | 11 months ago | |
company | 11 months ago | |
customer | 4 weeks ago | |
cyclecount | 3 weeks ago | |
dashboard | 1 year ago | |
dn | 3 weeks ago | |
driver | 11 months ago | |
goods | 11 months ago | |
goodsbrand | 11 months ago | |
goodsclass | 11 months ago | |
goodscolor | 11 months ago | |
goodsorigin | 11 months ago | |
goodsshape | 11 months ago | |
goodsspecs | 11 months ago | |
goodsunit | 11 months ago | |
greaterwms | 4 weeks ago | |
media | 1 year ago | |
payment | 11 months ago | |
scanner | 11 months ago | |
staff | 11 months ago | |
static | 1 month ago | |
static_new | 1 month ago | |
stock | 3 months ago | |
supplier | 11 months ago | |
templates | 2 weeks ago | |
throttle | 11 months ago | |
uploadfile | 11 months ago | |
userlogin | 1 year ago | |
userprofile | 11 months ago | |
userregister | 1 year ago | |
utils | 4 weeks ago | |
warehouse | 4 months ago | |
.gitattributes | 1 year ago | |
.gitignore | 3 months ago | |
Dockerfile | 4 months ago | |
LICENSE | 2 months ago | |
README.en.md | 2 months ago | |
README.md | 2 months ago | |
README.zh-CN.md | 4 weeks ago | |
README_CN.md | 4 weeks ago | |
backend_start.sh | 4 months ago | |
docker-compose.yml | 3 months ago | |
manage.py | 1 year ago | |
nginx.conf | 1 year ago | |
requirements.txt | 2 weeks ago | |
supervisord.conf | 3 months ago | |
web_start.sh | 3 months 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
baseurl + '/docs/'
npm install cordova -g
cd app
yarn install
## Development
quasar d -m cordova -T [android, ios]
## Deploy
quasar build -m [android, ios]
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.