Skip to content

anmmnaai/inventiwms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inventiwms logo

InventiWMS

Inventi-Sell - Inventory Management System

You can share your vacant warehouse space, use it for those in need, and generate income

🚀 Link US

🌟 About the Project

🎯 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/anmmnaai/inventiwms.git

docker(Optional)

cd InventiWMS/
docker-compose up -d
# Change Baseurl
# baseurl GreaterWMS/templates/public/statics/baseurl.txt
docker-compose restart

🛠️ How To Run Development Server:

  • 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/'

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

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.

IOS

Android

Download Android installer tools

!!! info "Android"

App store search

Split APKs Installer 

Directly download installer tools

Sai

  • Open Sai APP, choose GWMS.apks then install

🎺 How To Publish Your APP:

  • Web Build:
cd templates
quasar build

💻 How To Deploy Server:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published