Giter Club home page Giter Club logo

raymusk / greaterwms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from greaterwms/greaterwms

0.0 0.0 0.0 14.76 MB

Open source warehouse management system follows Apache License 2.0 and front-back stage 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.

License: Apache License 2.0

Python 52.79% Vue 47.16% Sass 0.05%

greaterwms's Introduction

GreaterWMS--Warehouse management software


Project Description:

Open source warehouse management software follows Apache License 2.0 protocol and front-back stage 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.

Software copyright Code:China: 2018SR517685

Gitee Link:Gitee

Demo Link:https://www.56yhz.com

Technical QQ community:1051907485


Development Environment:

* Python v3.8.0 +

* Django v3.1.3 +

* Django-silk v4.0.1 + (In production environment,please close silk,silk will leak user infomation)

* Node.js v14.15.0

* Npm v6.14.8

* Quasar v1.7.2+

* Vue v2.6.0+

* API,follow restful protocol


Server deployment:

$ pip install -r requirements.txt

Install Python Library

$ python manage.py makemigrations

Run Django database migrate file.

$ python manage.py migrate

Confirm migrate database. Django Primordial support sqlite3 database. If you wanna change database to others. Please editor singosgu/settings.py.

Run Server:

Local Server

$ daphne -p 8008 django_wms.asgi:application

Local Server Port Customize

$ daphne -b 0.0.0.0 -p 8008 django_wms.asgi:application

If you customize the Port. The user in local area network can use 'server IP:Port' to browse the software


Develop Extend:

According to front-back stage decoupling method. It support you to develop more extend software

Logistic_AI_ROBOT_AGV

* The project of AGV has been open-source. It use Tracking sensor,Ultrasonic obstacle avoidance sensor, Infrared obstacle avoidance sensor. Base on HTTP protocol & WEB Web Framework. In order to ensure safety, data interchange must bind AGV's MAC address and IP address .

Sales Management System

* Don't use warehouse modular, API can support fast develop a sales management system.

APP & WX Mini Program

* API can support you develop a real time data monitoring system.

SCM

* Goods' QTY, Create_time, Last_update_time be detailed record. So you can analyst the inventory cleary and develop a SCM system.

Multi Warehouse Management

* Openid is user's unique identification. Data unique identification is appid. Data-line unique identification is t_code. So it facilitate support Multi Warehouse Management

Wave Picking, Shipping

* Can set Cyclical-Requests to realize Wave picking & shipping.

Milk-Run

* Can edit supplier & customer's authorization. Let them know the goods demand & consumption

VMI

* Ditto

Picking Route Optimization

* You can set picking route rule to imporve picking productiveness.


Develop Guide:


WMS Project Show:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.