- 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/anmmnaai/inventiwms.git
cd InventiWMS/
docker-compose up -d
# Change Baseurl
# baseurl GreaterWMS/templates/public/statics/baseurl.txt
docker-compose restart
- Run Backend:
cd InventiWMS
daphne -p 8008 inventiwms.asgi:application
or
daphne -b 0.0.0.0 -p 8008 inventiwms.asgi:application # lan
- Run Frontend:
cd templates
quasar d
- Change Request Baseurl
templates/public/statics/baseurl.txt
- API Documents
baseurl + '/docs/'
- 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
InventiWMS 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