Hotel-Manager | four functional modules | State Container library

 by   ChaoYou-Li Java Version: Current License: No License

kandi X-RAY | Hotel-Manager Summary

kandi X-RAY | Hotel-Manager Summary

Hotel-Manager is a Java library typically used in Travel, Transportation, Hotels, User Interface, State Container applications. Hotel-Manager has no bugs, it has no vulnerabilities and it has low support. However Hotel-Manager build file is not available. You can download it from GitHub.

酒店后台管理系统(采用SSH框架开发),这个项目这要有四个功能模块。模拟酒店的正常员工的工作性质:前台、保洁、后厨、经理。前台主要是负责完成客户入住酒店的时候完成客户信息的注册、预定酒店房间的信息注册和客户预定餐饮的订单信息注册。保洁主要是在客户到前台退房后,收到前台通知“待打扫”房间信息,保洁前去打扫退订的房间完成后反馈打扫完成信息到前台,前台把房间标识为“待入住”,后厨主要是在接收到客户的订餐信息“待做餐”后,后厨完成相关逻辑操作后把订单标注为“可上餐”。经理主要是管理前台、保洁和后厨的人事工作。对酒店员工的招聘、辞退、员工信息管理和查看员工资料等功能。 Hotel management system (developed with SSH framework), this project has four functional modules. Simulate the nature of the work of the normal staff of the hotel: front desk, cleaner, kitchen, manager. The front desk is mainly responsible for completing the registration of customer information, the registration of information for booking hotel rooms, and the registration of order information for customers' reservations. Cleaning is mainly after the customer checks out at the front desk and receives the information of the room to be cleaned by the front desk. After cleaning and unsubscribing the room, the feedback cleaning completion information is sent to the front desk. The front desk identifies the room as “waiting to stay”. The kitchen is mainly after receiving the customer's order information “to be cooked”, after the kitchen finishes the relevant logic operation, the order is marked as “can be eaten”. The manager is mainly responsible for managing the front desk, cleaning and post-cooking personnel work. The recruitment, dismissal, employee information management and employee information of hotel staff.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              Hotel-Manager has a low active ecosystem.
              It has 7 star(s) with 4 fork(s). There are no watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 1 open issues and 0 have been closed. On average issues are closed in 492 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of Hotel-Manager is current.

            kandi-Quality Quality

              Hotel-Manager has 0 bugs and 0 code smells.

            kandi-Security Security

              Hotel-Manager has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              Hotel-Manager code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              Hotel-Manager does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              Hotel-Manager releases are not available. You will need to build from source code and install.
              Hotel-Manager has no build file. You will be need to create the build yourself to build the component from source.
              It has 4531 lines of code, 361 functions and 112 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed Hotel-Manager and discovered the below as its top functions. This is intended to give you an instant insight into Hotel-Manager implemented functionality, and help decide if they suit your requirements.
            • Generate a table for a customer
            • Flush room money
            • Display a menu
            • Update a menu
            • Find empty room
            • Log the Employee
            • Find all Employee
            • Delete Employee
            • Add Employee
            • Log customer login
            • Selects an Employee
            • Update the Employee
            • Destroys a room
            • Find menu by id
            • Creates a menu table
            • Delete clean
            • Generate customer registration
            • Delete a room
            • Saves clean
            • Get the booking
            • Display customer message
            Get all kandi verified functions for this library.

            Hotel-Manager Key Features

            No Key Features are available at this moment for Hotel-Manager.

            Hotel-Manager Examples and Code Snippets

            No Code Snippets are available at this moment for Hotel-Manager.

            Community Discussions

            Trending Discussions on Hotel-Manager

            QUESTION

            Docker build fails at npm install
            Asked 2021-Feb-04 at 12:12

            Hi im trying to use docker with an Angular application but it fails at npm install while "locally" when I run npm install I don't get those dependency errors/warnings.

            Here is the error log from docker build:

            ...

            ANSWER

            Answered 2021-Feb-04 at 12:12

            As mentioned in the comment, add a step in the docker file to copy the package-lock.json file over to the destination.

            The reason why it works on your local machine is because package-lock.json tells npm exactly which versions to install. For example, Typescript is listed as ^4.1.3 in package.json. In your local machine, it could have been installed as exactly 4.1.3 (check your package-lock.json) file. However, in the production machine, it might have installed version 4.2.1 or something. So even though you listed 4.1.3, it actually pulls in a higher version because of the ^ prefix, which means you are good with having higher minor and patch versions installed. Therefore, you might be expecting 4.1.3 or whatever version it is on your local machine, the production server might have installed a much newer version because it did not refer to the package-lock.json file that's created in your local machine.

            Check out what ^ and ~ means here in this answer - What's the difference between tilde(~) and caret(^) in package.json?

            Source https://stackoverflow.com/questions/66042897

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install Hotel-Manager

            You can download it from GitHub.
            You can use Hotel-Manager like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the Hotel-Manager component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/ChaoYou-Li/Hotel-Manager.git

          • CLI

            gh repo clone ChaoYou-Li/Hotel-Manager

          • sshUrl

            git@github.com:ChaoYou-Li/Hotel-Manager.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular State Container Libraries

            redux

            by reduxjs

            vuex

            by vuejs

            mobx

            by mobxjs

            redux-saga

            by redux-saga

            mpvue

            by Meituan-Dianping

            Try Top Libraries by ChaoYou-Li

            Person_Manage_System

            by ChaoYou-LiJava

            hadoop-demo

            by ChaoYou-LiJava