Wednesday, July 31, 2019

Hotel Management System (HMS)

Hotel Management System (HMS) 

Hotel Management System (HMS) developed for managing small hotel's or guess house in Web Base and written in PHP with admin panel and customer dashboard
PHP 5.1.6 or newer
Mysql
Codeignither 2.1.2
Bootstrap 3.0
jquery 1.7

What HMS can do ? :

  • Administration dashboard , Customer dashboard
  • Admin Login,Customer signup & login
  • Booking,Checkin,Checkout
  • Rooms , Room types
  • Report , user validation
  • more ....

Screenshot

Customer Dashboard: hotel management systemhotel management system-1
Admin Dashboard: selection_034hotel management system-2hotel management system-3hotel management system-4Download Project

Saturday, July 27, 2019

school Management System (SMS)

school Management System (SMS)

Another School Management System build with laravel and PHP 7.

Features

  • Academic Year manage
  • Academic Calendar Setup
  • Institute Setup
  • Class & Section
  • Subject & Teacher
  • Student Admission
  • Student Attendance
  • Exam & Grading Rules
  • Makrs & Result
  • Employees Manage
  • Employees Attendance
  • Employees Leave
  • Employees Work Outside
  • SMS Gateway Setup
  • Attendance notification email/sms
  • Student & Employee Id-Card mass print with templates
  • User & Role manage with permision grid(ACL)
  • User wise Dashboard
  • Report Settings
  • Reports
  • Dynamic Front Website
  • Website Management Panel
  • Photo Gallery
  • Event Manage
  • Google Analytics
  • User Notificateion

Installation and use

Dependency
  • PHP >= 7.1.3
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
  • Ctype PHP Extension
  • JSON PHP Extension
  • hrshadhin/laravel-userstamps
  • NodeJS, npm, webpack

Screenshot

Thursday, July 25, 2019

Data Structures And Algorithms

Data Structures And Algorithms

Coding Guidelines

  • All the codes should be modular.
  • All the codes should be indented.
  • Name of the file should be algorithm's name and first letter of file should be capital.
  • Code written should be readable.
  • Variable names should be logical and understandable. Like int x; //This is not allowed
  • Same algorithm can be submitted in different languages.
  • Please Fix only one issue in one pull request


Tuesday, July 23, 2019

Automatic Time Table  Project


It will get u soon in next post

Thank You!!!

Monday, July 22, 2019

Hospital Management System

Hospital management project craerted in python for the summer python course at uis.




documentation

screenshot

      

Contributing

Open an issue first to discuss potential changes/additions. If you have questions with the guide, feel free to leave them as issues in the repository. If you find a typo, create a pull request. The idea is to keep the content up to date and use github’s native feature to help tell the story with issues and PR’s, which are all searchable via google. Why? Because odds are if you have a question, someone else does too! You can learn more here at about how to contribute.
By contributing to this repository you are agreeing to make your content available subject to the license of this repository.

Process

1. Discuss the changes in a GitHub issue.
2. Open a Pull Request, reference the issue, and explain the change and why it adds value.
3. The Pull Request will be evaluated and either merged or declined.

License

Use this guide. Attributions are appreciated._

Copyright

Copyright (c) 2014-2015 Tushar Borole

(The MIT License)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
##Last but not least This is made in India with love and passion ʕ´•ᴥ•`ʔ







https://github.com/faysal515/Java-Simple-Hotel-Management

Java-Simple-Hotel-Management#

This was an experimental project built for a demo. It has almost all the features roughly required to manage a hotel.
Disclaimer
The complete project was built when I was a novice student of Java. You are strongly discouraged to use it as it now. There is only one purpose of releasing it publicly. It is to get the idea of how different components of Java Swing, other UI Library & also SQLite work together. I know the codebase is somewhere messy & somewhere organized. That's because it was an experiment with no supervision.
But Newbies & students are encouraged explore the codebase. Specially when you are assigned to do some management system by your faculty with no guidelines. Tried to write comment where i felt necesary back then. If you can understand properly and make some improvements, Kudos :)
There are also some test files which are called in no where. so ignore those parts.
The project was created using Java 7.** and IDE used was Netbeans 7. The Visual parts were done through Netbeans drag & drop tools.
Project Overview You need to create user/guest/visitor and least one room class & a room first from the dashboard before you see it in action. After that Search the employee name. ( you need to write at least 3 characters before the suggestion appears). Click room and make the booking.
And from the Booking Dairy Menu you'll be able to search by the room name and add different orders associated with that booking/visitor.
Checkout&Payment also works in similar fashion. search by room name, explicitly check out them by clicking it and then generate payment & print. ( the most undone part is this section). you'll see the printing pdf has merely anything but the table. It's still a good idea to see the code to understand how to initate this things.