Coder HPMS is hotels properties managing system application, operates independently of the operating system (Made by Java & Maven & Hibernate & Mysql & Jaspy Security) Easy to use, secure, simple user interface, understandable text with icons and every object colored.
For now it's support 4 different languages ENGLISH, العربية, ESPANOL, TÜRKÇE and it composed from seven main and many side windows :
and there is some shortcuts for quick checkin, set as clean, dirty, dnd and etc. show reservation, do checkout etc. */* for entrying the room just do one click on the room and manage it {posting, payment, customer detail etc.} All your customers detail listed on this table you can search easly and fast your customers from this
page Control all your reservation, hotel fullness, emptinees, wait list, cancelled list as persentage, search your reservation with date, referance number or agency referange number, create a new reservation with full details. Check your all reservation for one week in single list with room datails and dates. Easily play with your room status from this page, set as clean, dirty, dnd single or plural Check your cash desk as difference currencies and report them.Add, delete payments
and more...
- Clone or download the project and open it in any IDE and run following Maven command
mvn clean compile assembly:single
and it will create executable jar with dependencies. - OR
- Download as Execuatble .jar(All os) & .app(for Mac) & .exe(for Windows)
- Install Mysql server(PhpMyAdmin or Mysql Workbench etc..) if you don't have.
- Don't worry about database and schemas It will do it automatically for you.If you want to do it by yourself with dumping (importing) this '.sql' file to your database server (creating schema also included)
- Default user name = Admin --|-- default password = Admin958
- For accessing full features user name = System --|-- default password = System958 -> This will unlock Utils menu and you can truncate and create your database and tables, you can change hotel & room properties
- Congrats enjoy with your day :)
If you want to use Audit property you should never stop your database server because it's working with Event schedular in the database server. In every 18 hours event will update value of Audit from true to false than we can use Audit. Do not forget Audit is can only be done once in a day. Add this line in your database to create event :
create event dailyAudit on schedule every 18 hour do update HotelSystemStatus set isAuditted = 0
- Download it for cross platform v1.3.2 as .jar from here
- Download it for MacOs application .app from here
- Download it for Windows application .exe from here
- New release platform independed and MacOS verison
- Added new feature for auto detecting and fetching database [No need to import .sql file by hand app will do it for you]
- Added new button in Login window for truncate databse and tables with importing all from scratch
- Fixed login delay and information labels
- New release platform independed and MacOS v1.3.1
- Added new all reservation window
- Fixed inner room currency issue
- Added password encryption for security
- Hotel properties window renewed and fixed issues
- Prepare database button moved to new menubar section (utils)
- Fixed Hibernate transaction & session errors
- New release platform independed and MacOS v1.3.2
- Added show and edit property to all reservation window
- Added show and edit property to all customers window
- Credit card payment added to new transaction window & cash desk
- A lot of code lines & algorithms refactored
Please read the license carefully.