• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
projectsgeek

ProjectsGeek

Download Mini projects with Source Code, Java projects with Source Codes

  • Home
  • Java Projects
  • C++ Projects
  • VB Projects
  • PHP projects
  • .Net Projects
  • NodeJs Projects
  • Android Projects
    • Project Ideas
      • Final Year Project Ideas
      • JSP Projects
  • Assignment Codes
    • Fundamentals of Programming Language
    • Software Design Laboratory
    • Data Structure and Files Lab
    • Computer Graphics Lab
    • Object Oriented Programming Lab
    • Assembly Codes
  • School Projects
  • Forum

ProjectsGeek

Video Rental Management System Project

December 17, 2017 by ProjectsGeek Leave a Comment

The main objective of the Video Rental Management System is to provide users an interface to manage all the aspects of video rental, Manage customer data and video inventory. This is a simple User interface developed in visual basic projects that enables the user to log in and rent video of his choice. The Video Rental Management System shall allow the user to rent a video and return it back. The video rental center shall hold the information about customer like the customer name, date of issue of the video, the name of the video and the address of the customer. The Video Rental Management System shall check for the availability of the video and can issue the video to the customer. The date of issue and the due date shall be recorded for each video rented out. It shall also have the information about the cost of each video rented. The customer can subscribe for these videos for a period of time. This tool is developed using Visual Basic projects and has connectivity to database MS Access.

Video Rental Management System

Existing System

The video rental centers transacted their videos manually. It was a difficult task to manage all the videos with their date of issue and return. There was no centralized repository of videos. It was a difficult task to search for videos. The centers had trouble tracking videos and their due dates. Even the customer details were noted manually. Keeping track of records was a difficult task.

Proposed System

This is a simple Video Rental Management System interface written in VB which could help the user at the rental center to track all the rented videos. The user has to log in to the system. The user can view all the videos that are rented in a list view. Each record consists of the name of the video, the customer name, the date when it is rented, due date and the video rental cost. The user also can view all the videos that exists in the center. Video Rental Management System is a huge repository of videos. The database of videos is categorized into different languages and genres. Based on their category user can search for a specific video. The customer can subscribe for the videos at a particular cost for a period of time. These details will be stored in the customer detail in the database. Each video will have the name, and the date on which video is rented with the customer name. If the customer exceeds certain rental period then a small fine shall be collected from the customer. This Video Rental Management System has database connectivity to MS Access. Data is fetched from different tables and displayed to the user in list view. The user has the option to add new videos to the database. He also has an option to edit the details of video.

System Specifications

Video Rental Management System Modules

Login: This module shall have the details regarding user login. It checks for valid user based on the user name and password details specified.
Video details: This module shall have the data such as video name, language, category and the customer name who has rented the video, Date of issue.
Customer details: This module shall have information of customer name, address, Videos that are rented, Date of issue and date of return. It also includes the rental cost for the video. It also records the fine which should be paid if the video is returned after the due date.

Hardware configuration

  • Processor Intel dual core
  • RAM 2 GB
  • Monitor
  • Key board
  • Mouse
  • Hard disk 80 GB

Technologies used

  • Operating system Windows XP Professional
  • Environment Visual studio NET 2005 4.6
  • Language Visual Basic 6.0
  • MS Access

Download Project

 Video Rental Management System Project Abstract
 Video Rental Management System Source Project Source Code

Other Projects to Try:

  1. Library Monitoring System Project
  2. Video Library Management System project in Vb
  3. Rental Car management system project in PHP
  4. Visual Basic Projects with source Code
  5. Management System Projects | 200+ Projects

Filed Under: Download Visual Basic Projects Tagged With: Download Visual Basic Projects

Software Inventory System Project

December 15, 2017 by ProjectsGeek Leave a Comment

The main aim of this Software Inventory System project is to list all the software available in your organization. When you have to maintain lots of software versions and tools in a group or network, it would be easier if there is a tool or application to list out all these software versions and their CD keys. This would ease the users to maintain the software available with them. This User interface would help them to add or edit any software application in their organization. This is a simple Software Inventory System application which is developed using Visual basic Projects. The data related to these software and CD keys is maintained in a database. The user can retrieve the list of software, CD keys and the company to which the software is proprietary.

Software Inventory System

Existing Software Inventory System

It was difficult for users to track many different software and their versions which are installed in various machines across the organization. The user had to search for the different software installed in all the machines. They would have to check with the registries of these machines for the software installations. It was a tedious task for the users. There would be an update in software versions. To check for the correct version of software installed on systems would be a difficult task. They need to check if the licensed copy of the software exists. This would consume a lot of time for the users. The resources of the company would be utilized more efficiently if there was a system that would track all the software available with their CD keys.

Proposed System

This Software Inventory System Interface will help the user to check for software available on the systems. In other words, it is an inventory tool to check for different software available in a particular set up. It is a simple graphical user interface developed using Visual Basic. The Software Inventory System application will allow the user to enter software name, the CD key and the company name and shall be saved on to the database. A display grid displays all the software available with their respective CD keys. A search panel will help the user to specify a particular software name. If the software exists, then the details are displayed in a grid view. It displays the software name, CD key and the company name. The user can edit the details of the record by double clicking on the record. The user can update the details accordingly and save it. A simple Access database is used to store these details in tables. A robust database connectivity through he UI will help the user to search and retrieve the list faster. The user can clear the search fields and search again for different software names. This helps the user to quickly know the inventory of software in an organization.

System Specifications

Modules

Inventory: This module shall hold the details regarding the software such as the software name, CD key, Company name etc. These details are stored in tables in the database. When the user searches for the software name, it is fetched from these tables.

Hardware configuration

  • Processor P-IV 
  • RAM 128 MD SD EAM
  • Monitor
  • CD drive 
  • Key board 
  • Mouse
  • Hard disk 40 GB
  • Floppy drive

Software configuration

  • Operating system Windows XP
  • Language Visual Basic 6.0
  • MS Access

Download Project

 Software Inventory System Abstract Project Abstract
Software Inventory System Code Project Source Code

Other Projects to Try:

  1. Electronic Shop Inventory Project in Vb
  2. Sales and Inventory System Project
  3. Inventory Management System Java Project
  4. Android Inventory Tracker Project
  5. Simple Inventory System Project

Filed Under: Download Visual Basic Projects Tagged With: Download Visual Basic Projects

Simple Chat Room System Project

December 13, 2017 by ProjectsGeek Leave a Comment

The main objective of the Simple Chat Room project is to create a chat application which helps different users to communicate with each other through a server connected. This is a simple chat program with a server and can have many clients. The server needs to be started first and clients can be connected later. Simple Chat Room provides a bidirectional communication between client and server. It enables user to seamlessly communicate with each other. The user has an option to login to the chat room. The user should be able to give the ip address of the server and the port at which he is connecting. The user can chat using this chat application. The server shall poll for other users that are active in the chat room and make those users visible. If the user at the other end is active then they can start a chat session. The chat is recorded in the application. The user can save the chat transcript or clear it based on his requirement.

Simple Chat Room

Existing System

Earlier there was no mode of online communication between users. In big or small organizations communication between users posed a challenge. There was a requirement to record these communications and store the data for further evaluation. The idea is to automate the existing Simple Chat Room system and make the users to utilize the software so that their valuable information is stored digitally and can be retrieve for further management purposes. There was no online method of communicating to different users. There were many different interfaces available in the market but this method of using windows sockets to communicate between nodes would be fast and reliable.

Proposed Simple Chat Room

This Simple Chat Room application will enable the user to chat with the logged users in the chat room. The server should be active. The users shall connect to this server at the predefined port number. To start using this tool, the user has to register with this tool. Through the valid login, password details, the application shall allow the user to use the chat room. The user shall be able to connect to this server and can chat with other users. The logged in user can view other active users in the chat room. The user can initiate the conversation through the chat window. For the communication to happen, both the users should have connected to the server. This application is developed using visual Basic projects. The windows sockets are used in the application for communication between client and server. They provide a robust way of communication between nodes. The user also can clear the chat transcript if required. It also provides an option to save the chat transcript. Users can view the status of other users in the chat room like if the user is currently online or offline or busy.

System Specifications

Modules

User: This module shall consist of the user details like the user id password etc. It shall also hold the Ip address of the server he is connecting to.

Connection: This module shall hold the connection details between the client and the server. The connection is done through windows sockets and all the network related details are included in this module.

Hardware configuration

  • Processor Pentium IV
  • RAM 128 MB
  • Monitor 15 in
  • Hard disk 20 GB
  • Floppy drive 1.44 MB
  • CD drive
  • Key board
  • Mouse

Software configuration

  • Operating system Windows XP Professional
  • Language Visual Basic 6.0
  • Windows sockets

Download Projects

Simple Chat Room Abstract Project Abstract
Simple Chat Room Source Code Project Source Code

Other Projects to Try:

  1. Online Chat Express project in Java
  2. Broadcasting Chat Server Project using Java
  3. Online Chat System project in PHP
  4. Voice Chat Server Final Year Project
  5. Bluetooth Chat Android Project

Filed Under: Download Visual Basic Projects Tagged With: Download Visual Basic Projects

Library Monitoring System Project

December 11, 2017 by ProjectsGeek Leave a Comment

The purpose of this Library Monitoring System application is to manage and control all the activities of a library. Through this system, the user can borrow or return books. Can search for books. The user can generate reports which gives information about what books are borrowed by the users. In order to use the system, the user should login with the user name and password. Once the user is logged in, the user can search for books depending on the genre he has selected. A list of available books gets displayed. The user can borrow or return books using this application. The user can view the books that are overdue. Can view the date the books are borrowed or returned. The user can search for the books of his choice from the database. This Library Monitoring System tool is developed using Visual Basic projects and has connectivity to databases MS Access.

Library Monitoring System

Existing Library Monitoring System

The transactions related to book issue and book returns are managed manually. The student information and the account details are maintained manually. There is no quick access to the database ad search for specific books. All the records are maintained in books and it is a time-consuming task to note down all the information about transaction of books. There is no easy way to search for the books in the library online. It was difficult for students to search for books of different categories.

Proposed System

Library Monitoring System is a simple user interface which helps the students to borrow and return books in the library. The user can log in to the system and search for books of his choice and issue the selected book in the user’s name. The report facility will give the number of books borrowed by the user and also if there are any overdue books in his account. The Library Monitoring System will hold the details of the student like student name, student id, the book borrowed, the date of issue etc. The Interface also has an option to search for books in the library. Depending on the category selected the user can view all the books in that category. There is a menu option reports which shall enable the user to view all the books borrowed during a certain time period. It also displays if there are any books that are overdue. The interface is developed using Visual Basic in .net environment. The database used here is MS Access. The interface retrieves the data related to books from the database and displays it to the user.

System Specifications

Library Monitoring System Modules

Login: This module shall have the details regarding user login. It checks for valid user based on the user name ad password details specified.
Student details: This module holds the information regarding the student like student name, Student id,class, address etc. It also holds the data regarding book name, date of issue and the date it is due for return to the library.
Book: This module has the information on the book such as book name, author name, Unique book id, category, user id the book has been issued. These details are stored as tables in the database. It is retrieved through the interface and displayed to the user.

Hardware configuration

  • Processor Intel dual core
  • RAM 128 MB
  • Monitor 15 inch color
  • Hard disk 20 GB
  • Floppy drive 1.44 MB
  • CD drive
  • Key board
  • Mouse

Software configuration

  • Operating system Windows XP Professional
  • Environment Visual studio NET 2005 4.6
  • Language Visual Basic 6.0
  • MS Access

Download Project

 Project Abstract  Abstract Download
 Project Source Code Source Code

Other Projects to Try:

  1. Online Library Management System Project
  2. Library Management System Project
  3. Online Library Project using JSP
  4. College Library Record System project Java
  5. WIFI Library Book Locator Android Project

Filed Under: Download Visual Basic Projects Tagged With: Download Visual Basic Projects

School Billing System Project with Source Code

December 9, 2017 by ProjectsGeek Leave a Comment

School Billing System

 

This School Billing System project enables the user to maintain the billing system in schools and helps to print term reports for students. It shall also print reports of the fees payments for students. The teachers shall be able to upload the term reports on to the system. it shall hold the performance reports of all the students. The School Billing System shall allow the teachers to print terminal reports of every student. Each user shall have different access privileges for the system. It is a user-friendly web based system which efficiently takes care of the billing activities of the school.

School Billing System

Existing School Billing System

The existing system did not have the option to track bills or fees payments from students. It was done manually. It was a laborious  task. The system did not have the option toprint the termreports or feepayment reports.All the accounts were maintained manually. It was a difficult task to manage as the schools accommodated large number of students.

Proposed System

This School Billing System will help the user to Pay school bills online and print term reports. There are different types of users like teacher, student and admin. The student shall be able to print reports for the fee paid. He shall be able to print reports of the term specified. The teacher shall be able to maintain the data of each student. The system will also notify the students of outstanding fee payments. This is a simple UI developed using ASP.net and VB.net. The database is managed through SQL server. The back end stores all the details about students which could be accessed by the teacher.

System Specifications

Modules

Student: This module holds all the data regarding the student. It has the fees paid data and the pending fees for each student. It includes the name, class, section and the term for which the fees are paid etc.

Teacher: This module shall have the details regarding the terminal reports of students. It shall hold data for printing the term reports of students.

Hardware configuration

  • Processor                    Pentium III 866 MHz
  • RAM                            128 MD SD EAM
  • Monitor                      15 inch color
  • Hard disk                    20 GB
  • Floppy drive               1.44 MB
  • CD drive                      LG 52X
  • Key board                   Standard 102 keys
  • Mouse                         3 buttons

Software configuration

  • Operating system       Windows XP Professional
  • Environment              Visual studio NET 2005 4.6
  • Language                    ASP.net, VB.net
  • Backend                      SQL Server 2008

Technologies used

  • NET
  • SQL server

Download Project

School Billing System Abstract Project Abstract
School Billing System Source Project Source Code

Other Projects to Try:

  1. School Automation System mini project
  2. Online School Fees System Project
  3. High School Management System Project
  4. School Penalty Management System Project
  5. 100+ .Net mini Projects with Source Code

Filed Under: .Net Projects Download Tagged With: .Net Projects Download

Internship Portal Management System Project

December 6, 2017 by ProjectsGeek Leave a Comment

This project shall enable the university students to apply for internship programs. Through this interface the students shall be able to view the available positions for internship. It is a simple user interface which has two types of users admin and student. The student shall be able to login into the system and apply for positions. The interface provides a grid view which display the job name, description and the start and end date of projects. The student shall be able to search for a relevant job and apply for those positions.

Internship Portal Management System

Existing System

The university students used to apply for intern positions manually. The interface was not developed. The system was complex as the students had to search for available positions with all the departments. All the applications need to be filed manually and lots of staff is required to process that information. Lots of documentation process is involved which increases cost of operations for university. As the existing system is manual there are chances of corruption and less transparency is there as information can be tempered by anyone during process leading to less reliable system. 

Proposed System

The tool is developed using PHP and MySQL Database, CSS, JS. This new interface shall enable the students to apply for internship. To use this system, the students should have registered with the database. Each student shall have a login id and password. The admin shall have the rights to create and manage these users from the back end. When the students log in to the system, a grid view shall be displayed which displays all the open job positions. It also gives the details about the start and end date. It gives a brief description about the job. Using the apply button the student shall be able to apply for the job. University can post multiple internship openings for students and they can apply for those online only which will make it very easy for students to apply for internships. It will be very simple and easy to use system for internship programs.

System Specifications

Modules

Student: This module shall have the login details of the student. They can login to their accounts to see the available internships available for them and apply based on their field and requirement.
Jobs: This module will have the details of the jobs like the name, description start and end dates etc. University staff can create new internship available for students and set the start as well as end date. 

Hardware configuration

  • Processor P IV
  • RAM 512 MB
  • Monitor
  • Hard disk 60 GB
  • Mouse
  • CD drive LG
  • Key board Standard

Software configuration

  • Windows XP Professional
  • Language PHP, CSS
  • Back end MYSQL
  • HTML5
  • Bootstrap
  • JS

Download Project

Internship Portal Management Abstract Project Abstract
Internship Portal Management System Project Source Code

Other Projects to Try:

  1. University Management System project in PHP
  2. Noble Job Portal System Project using Java
  3. Online Library Management System Project
  4. Cargo Management Portal PHP Project
  5. PHP projects with Source Code

Filed Under: php Projects Tagged With: php Projects

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 16
  • Page 17
  • Page 18
  • Page 19
  • Page 20
  • Interim pages omitted …
  • Page 135
  • Go to Next Page »

Primary Sidebar

Tags

.Net Projects Download Android Project Ideas Android Projects Angular 2 Assembly Codes C # Projects C & C++ Projects C++ Projects Class Diagrams Computer Graphics Database Project Data Mining Projects DataScience Projects Datastructure Assignments Download Visual Basic Projects Electronics project Hadoop Projects Installation Guides Internet of Things Project IOS Projects Java Java Interview Questions Java Projects JavaScript JavaScript Projects java tutorial JSON JSP Projects Mechanical Projects Mongodb Networking Projects Node JS Projects OS Problems php Projects Placement Papers Project Ideas Python Projects seminar and presentation Struts

Search this Website


Footer

Download Java Project
Download Visual Basic Projects
Download .Net Projects
Download VB Projects
Download C++ Projects
Download NodeJs Projects
Download School Projects
Download School Projects
Ask Questions - Forum
Latest Projects Ideas
Assembly Codes
Datastructure Assignments
Computer Graphics Lab
Operating system Lab
australia-and-India-flag
  • Home
  • About me
  • Contact Form
  • Submit Your Work
  • Site Map
  • Privacy Policy