/PlatillosJava

Primary LanguageJavaMIT LicenseMIT

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

PlatillosJava 😎

An awesome Software for restaurants in Java!
Explore the docs »

View Demo · Report Bug · Request Feature


Table of Contents 👀
  1. About The Project
  2. Getting Started
  3. Usage
  4. License
  5. Contact
  6. Acknowledgments

About The Project

The project is an application that appears to be related to ingredient and dish management in a cafeteria or restaurant. The provided code includes several Java classes that are part of the application. Here is a brief description of the classes and their purpose:

  1. Ingpla (Model Class):

    • Represents the relationship between an ingredient and a dish.
    • Contains information about the existence of an ingredient in a dish.
  2. Ingrediente (Model Class):

    • Represents an ingredient used in dish preparation.
    • Stores information about the name, quantity, unit, type, and other characteristics of an ingredient.
  3. ModeloIngEx (Model Class):

    • Extends AbstractTableModel and is used to create a table model for displaying information about ingredients and stock.
    • Allows editing the stock quantity of an ingredient and calculating related percentages.
  4. Modelo_Ing_Plat (Model Class):

    • Extends AbstractTableModel and is used to create a table model for displaying information about the relationship between ingredients and dishes.
  5. IngplaJpaController (Controller):

    • Performs create, edit, and delete operations in the database for the Ingpla entity.
  6. IUTing (User Interface):

    • Is a user interface window that allows users to enter information about types of ingredients, such as name, species, and description.
    • The entered information is stored in the database using TipoIngredienteJpaController.
  7. Other classes and packages:

    • There are also other classes and packages not included in the provided description.

In summary, the project appears to be related to managing ingredients, dishes, and types of ingredients in a cafeteria or restaurant system. Model classes are used to represent data, and controllers are used to interact with the database. The user interface (IUTing) allows users to enter information about types of ingredients.

(back to top)

Built With


  • JDK 1.8

apache-neatbeans-shield

(back to top)

Getting Started

Prerequisites

Neatbeans y jdk 1.8.

Installation

  1. Clone the repo
    git clone https://github.com/your_username_/Project-Name.git
  2. In the location of the Miconexion folder creates an X database Alt text
  3. RUN!!!

(back to top)

Usage

Alt text Alt text Alt text Alt text Alt text Alt text For more examples, please refer to the Documentation

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Instagram LinkedIn YouTube

(back to top)

Acknowledgments

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

(back to top)