The java completion project is open source, the logistics management system of springboot+vue

1. Project Introduction

1.1 Introduction

The logistics warehousing system developed based on Jeecg-boot covers modules: user management, vehicle management, plan management, warehouse management, inventory management, financial management, statistical reports, system management and other modules

1.2 Technology used

This system is based on the PRD management system developed by Jeecg-boot for scaffolding
Back-end technology: SpringBoot 2.1.3 + Shiro 1.4.0 + Redis + Mysql 5.7 + MyBatis-Plus 3.1.2 + Jwt 3.7.0 + Swagger-ui
Front-end technology: Vue + Ant-design-vue + Webpack
Other technologies: Druid (database connection pool), Logback (logging tool), poi (Excel tool), Quartz (timed task), lombok (simplified code) Project construction: Maven3.5+
, JDK1.8+

2. Project function

2.1 User Management

Used to maintain information such as users, departments, and permissions.
insert image description here
insert image description here

2.2 Vehicle Management

Including vehicle list, vehicle insurance, vehicle tasks. Manage all vehicles in the company, and can add, modify, and check vehicles. Vehicle information includes type, license plate number, status, etc. If the vehicle status is maintenance, then the vehicle cannot perform work during the vehicle task.
insert image description here
insert image description here
insert image description here
Reference: https://gitee.com/jian_bo_bai/cable__xinrun_logistics

2.3 Program Management

Including plan list, spare parts plan, new product/lincuo, cable 2 plan. Import the task plan to be executed through excel, indicating what the plan type is, some basic information numbers, project names, etc., indicating what plan it is, what information it is, what things are planned to be completed, and what is the planned completion time.
insert image description here
insert image description here

2.4 Warehouse management

Including warehouse settings, location settings, transfer records. Maintain warehouse information, storage location information, and information after material items have been moved between storage locations.
insert image description here
insert image description here

2.5 Inventory Management

Including material management, inventory inquiry. Mainly maintain material and inventory information.
insert image description here
insert image description here

2.6 Financial Management

Including the entry and exit ledger, plan settlement, and annual entry and exit ledger. This module is the maintenance of plan settlement.
insert image description here
insert image description here

3. Project construction

3.1 Front-end construction

Execute the following statement.

npm install
npm run serve

3.2 Backend construction

Modify the database configuration and redis configuration in application-dev.yml.
insert image description here
After starting, visit the vue console address.
insert image description here

Please pay attention to the official account below and reply to the application logistics management system to obtain the source code. You can also get thousands of e-books, 2000g learning videos and nearly a hundred sets of complete source codes.

Guess you like

Origin blog.csdn.net/qq_20143059/article/details/122458350