Giter Club home page Giter Club logo

inventory_application's Introduction

Inventory Application

Inventory system for a fictional small manufacturing organization that has outgrown its current software, completed in September 2021.

Background

Management desires to upgrade their system to use custom software that meets their business goals. The organization has been using spreadsheets with paper bookkeeping to maintain its inventory. The company provides a UI mockup and a UML class diagram from which to design the final solution.

Specific business requirements are:

The UI must include all of the components included in the mockup as follows:

  • Main Form
  • Add Part Form
  • Modify Part Form
  • Add Product Form
  • Modify Product Form

Main Form:

  • The Main form must consist of a Part and the Product pane
  • Users can add, delete, or modify parts and products from the main form.
  • There should be a button to exit the application from the main form.
  • Closing any window should also close the application.

Add Part Form:

  • Parts can be either In-House out Outsourced. A set of radio buttons sets the appropriate view.
  • If the user selects Outsourced, the Company Name field is available.
  • If the user selects In-House, the Machine ID field is available.
  • The Inv field stores the number of units of the product the company currently has.
  • The Min field stores the requirement for the minimum number of product items that must be available by the company at any given time, and the Max field denotes the maximum number of product items that the company can store. Therefore, the values of the filed Inv must be integers between the values stored in the fields Min and Max.

Type of Project

School / Solo Project

Tools

Software: IntelliJ Idea

Language: Java

Front End: JavaFX

Takeaways and Insights

This is a straightforward Java project with a UI designed and provided by the client and business requirements as listed above.

I used the MVC (Master-View-Controller) Design pattern in structuring and designing this project.

inventory_application's People

Contributors

eyarrow 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.