Skip to content

XYZWorks/ELMSParent

Repository files navigation

ELMS: Express Logistics Management System


Project Introduction

ELMS is an all-round system builded for an express company to facilitate the efficiency of goods transportation, orders approval, warehouse management, etc.

Through the ELMS, we hope to improve the efficiency of the working flow, reduce the cost and make it more convenient for stuff to communicate so as to improve the profit.

ELMS LOGO

Function Introduction

Express Order Management

  • Logistics Order Tracking: Allow users to track the order without login
  • Build, edit or delete Order: Allow saleman to manage and track the order
  • Manage other documents including Truck Loading Documents, Allocate Documents(Used by courier), Arrive Documents, etc.

Trucks & Drivers Message Management

Allow Intermediate Center Manager to check, add or delete trucks and drivers message

Warehouse Management

  • Allow Warehouse Staff and Warehouse Manager to check,add or delete goods of the Warehouse.
  • Allow Warehouse Manager to verifiy the inventory, set alarm value and recover from alarm state
  • Automatically alarm the manager if the goods exceed the alarm value

Staff and Ministries Management

  • Allow General Manager to manage the staff message and their priority
  • Allow General Manager to manage the Minsitries of the company and staff belong to them

Finance Report and Cost Control

  • Allow Financeman to Verify the very days' bills order : System will automatically create the bills of all the orders of that day
  • Allow Financeman to manage the bank account, cost and other finance message.
  • Allow Financeman to build a new bill of the whole company

Blueprint and Overall Policy Management

  • Allow General Manager to Approve/Disapprove the Documents created in the very day
  • Allow General Manager to stipulate the salary strategy of the company
  • Allow General Manager to stipulate some constants like Cost per mile, price of the order
  • Allow General Manager to read the statistics based on the data in the system

Getting Started

Overview

ELMS is a Java-based, C/S-Style Project, using Maven as modules management tool. To run this program, you will need at least JDK8 & MySQL

  • First, import the SQL file 'elmssql.sql' in folders ELMSServer to your database.
  • Next, if you are macOS users, change the value of "inWindow" in configuration file "globalConfig.xml" under the path "ELMSClient/docs"
  • Third, double clicked the ELMSServer.jar in folder 'ELMSServer' to open the server
  • Finally, double clicked the ELMSClient.jar in folder 'ELMSClient' to open the client
  • Now, enjoy the system :)

Project Structures

ELMS is a maven project with three modules. Common module is the depended by other two modules.

  • ELMSClient: The client module
  • ELMSServer: The server module
  • common: Documents & Common parts of the client and the server
  • Documents are under the common, where you can find full description of this project

You can find more about the software structure in the documents of common folder.

Pics Preview##

Track Order

Track Order

Add New Order

Driver Message Management

Add New Driver

Financeman Main Page

Statistics Creation Page

General Manager Main Page

Documents Approval Page

Modify Constants

License

Apache License Version 2.0

About us

ELMS LOGO ELMS LOGO

About

An C/S-Style Express Logistics Management System written in Java

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages