An awesome Software for restaurants in Java!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
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:
-
Ingpla
(Model Class):- Represents the relationship between an ingredient and a dish.
- Contains information about the existence of an ingredient in a dish.
-
Ingrediente
(Model Class):- Represents an ingredient used in dish preparation.
- Stores information about the name, quantity, unit, type, and other characteristics of an ingredient.
-
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.
- Extends
-
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.
- Extends
-
IngplaJpaController
(Controller):- Performs create, edit, and delete operations in the database for the
Ingpla
entity.
- Performs create, edit, and delete operations in the database for the
-
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
.
-
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.
- JDK 1.8
Neatbeans y jdk 1.8.
- Clone the repo
git clone https://github.com/your_username_/Project-Name.git
- In the location of the Miconexion folder creates an X database
- RUN!!!
For more examples, please refer to the Documentation
Distributed under the MIT License. See LICENSE for more information.
- Github : EmePin
- Project Link : PlatillosJava
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!