GithubHelp home page GithubHelp logo

coder-acjhp / hotel-properties-management-system Goto Github PK

View Code? Open in Web Editor NEW
89.0 8.0 46.0 24.13 MB

Hotel Management System

License: GNU General Public License v2.0

Java 100.00%
hotel-management desktop-application java-8 mysql-database cross-platform hibernate-framework maven java

hotel-properties-management-system's People

Contributors

coder-acjhp avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hotel-properties-management-system's Issues

How to pack this application as jar?

Hi friends,

I have some problems with packing this application. It's working perfectly with unpacked state but when I packing it as *.jar I get some errors with icons.
I already changed icon paths like this chancelBtn.setIcon(new ImageIcon(NewReservationWindow.class.getResource("/com/coder/hms/icons/login_clear.png")));; but also I got same results.

So can anyone help me?

Message Chain

Como se puede ver en el método cookRooms se encuentra una variable roomCount que requiere llamar a métodos de la clase Hotel y luego de la clase Room para obtener su valor, esto provocaría que la clase misma dependa de las demás y sea susceptible a cambios. Por este motivo se recomienda usar el refactoring Hide Delegate que elimina esas dependencias innecesarias y se logra que el código sea más legible.

Primitive Obsession

Como se puede ver en la clase Payment se tiene al atributo fecha como String que no permite aprovechar todas las propiedades si se usará el tipo de dato Date. Para cambiar esto se tiene como solución usar el refactoring Replace data value with object que logra pareciar la orientación a objetos y el códigpo se vuelve más fácil de mantener.

Calculate avalible days if room is blocked in future

Hi everyone,
I need help for some features that I want to add it to my project, I want calculate avalible days if room is blocked in future; for eample room number 1001 is empty for today but is blocked for tomorrow so when I adding new reservation I'm choosing room 1001 for two nights it will encounter big problem because one room blocked for two reservation.

Any idea or help acceptable.

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.