Logistics: The process of planning, implementing, and controlling the efficient, effective flow and storage of goods from the point of origin to a destination for the purpose of conforming to customer requirements.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
You will need to have Java installed on your local machine to run this logistics app.
You can install Java SDK at: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
Run Main.java class.
- Java - Java
- Muntaser Qutub - Initial work - muntaserq
This project is licensed under the MIT License - see the LICENSE.md file for details
This application will process orders to move items (products) from one (or more) facilities to a destination facility.
These items must be processed at the source facility (retrieved from stock, packaged, packed into containers).
The containered items are then loaded onto transport trucks.
These trucks then transport the ordered items over approved shipping routes.
The ordered items are unloaded, unpacked and delivered to their destination facility.
This project is to develop an application that will perform these Order Processing & Logistics functions – it will automatically process customer orders – a very time-intensive process when done manually. The input of information, order processing, and results generation should all be handled by your application.
This project consists of a number of services: Facility Inventory Item Network Order Schedule