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 . In order to help some who need it . OneAPP Type . Support scanner PDA, mobile APP, desktop exe, website as well .

License

Notifications You must be signed in to change notification settings

MartisChen/GreaterWMS-DIV

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

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

πŸš€ 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

  • 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

πŸ‘€ Where are the APIs Documents:

  • After installing, you can find APIs Documents from url /docs/
example: http://127.0.0.1:8008/docs/

🧭 Install

git clone https://github.com/GreaterWMS/GreaterWMS.git

docker

cd GreaterWMS/
docker-compose up -d
# Change Front Request Baseurl
# baseurl GreaterWMS/templates/public/statics/baseurl.js
# change the baseurl and wsurl
docker-compose restart

πŸ› οΈ How To Run Development Server:

  • Webside Dev Run:
cd templates
quasar d # http://localhost:8080
or
quasar dev # http://localhost:8080
  • Electron APP Dev Run
cd templates
quasar d -m electron
or
quasar dev -m electron
  • Mobile APP Dev Run

You should connect your mobile. Sometimes, it needs you to choose the IP, which is your PC's internal IP. The Android APP installed on the mobile phone is the mobile page, and the installation on the scanning device is the scanning page.

cd templates/src-cordova
cordova platform add [ios or android]
cd .. # back to templates
quasar d -m cordova -T [ios or android]

🎺 How To Publish Your APP:

  • Webside Build:
cd templates
quasar build # /templates/dist/spa
  • Electron APP Build:
quasar build -m electron -P always # /templates/dist/electron
  • Mobile APP Build:
quasar build -m cordova -T [ios or android] # /templates/dist/cordova

πŸ’» 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.

πŸ’Έ Sponsor

If you use GreaterWMS and find it to be useful, please consider making a donation toward its continued development.

Donate via PayPal

⚠️ License

Distributed under the APL V2 License. See LICENSE.txt for more information.

πŸ—οΈ Commercial License

  • Don't worry about Commercial License. You will get Free Commercial License while you download the source code.

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 . In order to help some who need it . OneAPP Type . Support scanner PDA, mobile APP, desktop exe, website as well .

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 48.8%
  • JavaScript 25.3%
  • Java 10.9%
  • Objective-C 9.6%
  • CSS 3.1%
  • C# 1.2%
  • Other 1.1%