meanchen / GreaterWMS

Open source inventory management system. And this inventory-management-system follows GPLv3 and OneApp decoupling method. API uses restful protocol to facilitate for add-on functions development. The html & js code is constructed with quasar(base on Vue.js v2.6.0+). According to API, it can support business models such as multi warehouse, wave shipment, combined picking and milk-run and so on. To be a greater WMS

Home Page:https://www.56yhz.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GreaterWMS logo

GreaterWMS

Open Source Inventory Management System

License: GPLv3 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

I have 15 years old experience focus on supply chain . I find that in this professional field . No freedom customize software can support our business deeply . Any software are closed-source and hardly to customize or dynamic with our suppliers & customers . So I design GreaterWMS , in order to give business highest freedom way to support trade development .

  • Our Vision: If you work in a non IT industry and you love your industry, please using technology to change it.

🎯 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

🧭 Install

🛠️ 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 . Sometime it need you choose the ip , the ip is your PC's internal ip .

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 Dev Run:
cd templates
quasar build # /templates/dist/spa
  • Electron APP Dev Run
quasar build -m electron -P always # /templates/dist/electron
  • Mobile APP Dev Run
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 GPL v3 License. See LICENSE.txt for more information.

About

Open source inventory management system. And this inventory-management-system follows GPLv3 and OneApp decoupling method. API uses restful protocol to facilitate for add-on functions development. The html & js code is constructed with quasar(base on Vue.js v2.6.0+). According to API, it can support business models such as multi warehouse, wave shipment, combined picking and milk-run and so on. To be a greater WMS

https://www.56yhz.com/

License:GNU General Public License v3.0


Languages

Language:Python 60.0%Language:JavaScript 32.2%Language:CSS 4.0%Language:Java 1.6%Language:Objective-C 0.9%Language:Less 0.8%Language:C# 0.3%Language:HTML 0.1%Language:Sass 0.1%