Giter Site home page Giter Site logo

warehouse-system's Introduction

WarehouseSystem

This is a system for handling the selection and loading of fascia for bumpers on minivans.
It tracks the status of the orders, provides computer support for warehousing workers, and keeps track of inventory levels in the warehouse.

Command-line Usage

First, cd into the project folder. Make sure that project/16orders.txt, project/initial.csv, project/translation.csv and project/traversal_table.csv are presented. Otherwise, our code won't run successfully and will throw IOException.


Cd into src/simulation and compile the code using the following command:
(We didn't use *.java because there are JUnit test classes in the same directory)

$javac Loader.java Order.java Pallet.java Picker.java Sequencer.java Loader.java Worker.java Simulation.java Warehouse.java WarehouseSystem.java Request.java WarehousePicking.java

Cd into the project (i.e. ../../) folder and run the simulation:

$ java -classpath ./src simulation.Simulation 16orders.txt

Then, you should see print statements in command-line logging the events happening in the system cause by 16orders.txt. It will produce project/orders.csv which records the orders loaded on the truck and project/final.csv recording the racks that do not have 30 fascia.

warehouse-system's People

Contributors

modalsoul0226 avatar

Watchers

 avatar

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.