https://github.com/GreaterWMS/GreaterWMS
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
https://github.com/GreaterWMS/GreaterWMS
inventory inventory-management inventory-management-system scm warehouse-management warehouse-management-system wms
Last synced: over 1 year ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/GreaterWMS/GreaterWMS
- Owner: GreaterWMS
- License: apache-2.0
- Created: 2020-05-26T04:07:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T13:51:22.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T11:29:55.427Z (over 1 year ago)
- Topics: inventory, inventory-management, inventory-management-system, scm, warehouse-management, warehouse-management-system, wms
- Language: Python
- Homepage: https://www.56yhz.com/
- Size: 185 MB
- Stars: 3,976
- Watchers: 190
- Forks: 1,032
- Open Issues: 56
-
Metadata Files:
- Readme: README.en.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
GreaterWMS
Open Source Inventory Management System

















[](https://www.youtube.com/channel/UCPW1wciGMIEh7CYOdLnsloA)
#### You can share your vacant warehouse space, use it for those in need, and generate income
## :rocket: Link US
Home Page
Demo
Video Tutorials
Report Bug
Request Feature
中文文档
[//]: # (About the Project)
## :star2: 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)
## :dart: Function
* [x] Multiple Warehouses
* [x] Supplier Management
* [x] Customer Management
* [x] Scanner PDA
* [x] Cycle Count
* [x] Order Management
* [x] Stock Control
* [x] Safety Stock Show
* [x] API Documents
* [x] IOS APP Support
* [x] Android APP Support
* [x] Electron APP Support
* [x] Auto Update
* [x] i18n Support
* [x] API Documents
[//]: # (Install)
## :compass: Install
Python install
- [python 3.8.10](https://www.python.org/downloads/release/python-3810/)
Nodejs install
- [nodejs 14.19.3](https://nodejs.org/download/release/v14.19.3/)
Twisted install
- Please google how to install Twisted , if you have some problem on install it .
Clone Project
~~~shell
git clone https://github.com/GreaterWMS/GreaterWMS.git
~~~
### docker(Optional)
~~~shell
cd GreaterWMS/
docker-compose up -d
# Change Baseurl
# baseurl GreaterWMS/templates/public/statics/baseurl.txt
docker-compose restart
~~~
Windows X64
Centos 7
Ubuntu 20
[//]: # (development)
## :hammer_and_wrench: How To Run Development Server:
- Run Backend:
~~~shell
cd GreaterWMS
daphne -p 8008 greaterwms.asgi:application
or
daphne -b 0.0.0.0 -p 8008 greaterwms.asgi:application # lan
~~~
- Run Frontend:
~~~shell
cd templates
quasar d
~~~
- Change Request Baseurl
~~~shell
templates/public/statics/baseurl.txt
~~~
- API Documents
~~~shell
baseurl + '/docs/'
~~~
### Companion Mobile APP
- App Source Code
~~~shell
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](https://apps.apple.com/gb/app/intelligent-warehousing-gwms/id6444078526)
[Android](https://production.56yhz.com/media/GWMS.apks)
## Download Android installer tools
!!! info "Android"
App store search
Split APKs Installer
## Directly download installer tools
[Sai](https://po.56yhz.com/media/sai.apk)
- Open Sai APP, choose GWMS.apks then install
[//]: # (publish)
## :trumpet: How To Publish Your APP:
- Web Build:
~~~shell
cd templates
quasar build
~~~
[//]: # (deploy)
## :computer: How To Deploy Server:
Supervisor Process Guarded
Nginx Config
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