Skip to content

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 . You can share your vacant warehouse space, use it for those in need, and generate income

License

s8186255/GreaterWMS

 
 

Repository files navigation

GreaterWMS logo

GreaterWMS

Open Source Inventory Management System

License: APLv2 Release Version (latest Version) QR Code Support Docker Support i18n Support

repo size GitHub commit activity Contributors

GitHub Org's stars GitHub Follows GitHub Forks GitHub Watch

Python Django Quasar Cli Vue NodeJS

YouTube

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

🚀 Link US

🌟 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

🛠️ 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.

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:

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.

Show

GreaterWMS home
GreaterWMS splash GreaterWMS dn GreaterWMS goods

About

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 . You can share your vacant warehouse space, use it for those in need, and generate income

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.6%
  • JavaScript 24.9%
  • C++ 6.1%
  • CSS 3.6%
  • Java 3.6%
  • Objective-C++ 1.3%
  • Other 1.9%