SMTP Mail Server VB.Net Project

PRESENT STATUS  OF THE SYSTEM:

The existing SMTP Mail Server system that the client has security problems.In the current world of competition ,it is rather becoming a difficult task for the administration to keep a track on access rights  for different users at a given point of time.It becomes highly important for  the firm  to  have  a secure system  in which they provide strict access restrictions.The firm now requires an all new package that does exactly what other Provider do.

The management has put in a substantial amount of time in designing a system that perfectly matches their requirements.

The current SMTP Mail Server system has a login created for each user and has their mail box created or associated with each one of them. The administrator maintains them. This is a complex setting in which each user can send and receive mails throughout the world. Each user and his mailbox have to be taken care of by the administrator.

SMTP Mail Server VB.Net Project

PROPOSED SYSTEM

The SMTP Mail Server System ,which wanted by the end-user,is the proposed system.This project is designed by using the problem statement.Proposed system is the system in which it eliminates the problems in the existing system.

CONCLUSION

The objective of the SMTP Mail Server VB.Net Project deals with identifying multiple users within the same login domain and they will sign in into their personal logins which enables them to send and receive mails.

The system was tested successfully and has performed to the expectations. The goal of the system is achieved and problems are solved. Black box testing was conducted and errors were eliminated. The utility can be used by ASP.NET end users (multiple clients) and can be ensured sending and receiving of mails.

Finally the information is generated as per the specification of the users. The package is developed in a manner that it is user friendly and required help is provided at different levels.

SMTP Mail Server inbox

MODULE DESCRIPTION:

The SMTP Mail Server VB.Net project consists of the following five modules:

1.User administration.

2.Mail organization.

3.Message composition.

4.Message Address list

5.Message Deletion.

Mail Organization Module

This module deals the organization of mails. When the users are created ,a directory with     the user-id as its name should be created along with four sub directories:

Inbox, Compose and Address list.

The Compose box contains the transmitted messages.

The inbox contains all the incoming messages.

The Address list box contains the users details that can be recovered.

Message Composition Module

This module deals with composing messages . It forms the information such as:

“From” (Sender’s user-id), “To”(Receivers user-id), “Date of Transmission”, “Subject”, “Message” and “Attach” to be transmitted. The message is converted and stored as a file in the outbox of   the sender before it is being transmitted. The file name should be the combination of the  sender’s user-id and receiver’s user-id.

The contents of the file should follow the following format:

  • From:
  • To:
  • Date:
  • Subject:
  • Message:
  • Attach:

The module prompts the user for the file information that has to be transmitted. The messages

can be user-typed information at runtime or messages that are part of the file. The user is supposed to type in the message or specify the file name. Other information such as from whom, the message is transmitted, to whom, it is being transmitted, date of transmission are also accepted.

This information is stored in the following format:

  • From:
  • To:
  • Date of Transmission:
  • Subject:
  • Message:
  • Attach:

This information is stored in a file that has the name of the user-id concatenated along with the name of the receiver’s user-id . The composed messages is then stored in the outbox of the sender. This file remains till it is selected and transmitted by transmit module. Every user’s composed message is stored in the user’s outbox.

Message Address list Module

This module is responsible for having all the personal users addresses which have been stored in the user’s Address. Once the user create all the contents of the file are displayed in the view file. These Contents are, from whom the message has been sent, date on which it was received, subject and the message.

Message Deletion Module

This module allows a user to delete a message by letting him browse through a list of messages that is part of his inbox. An option to empty the delete folder is provided so that recovering of deleted message is not possible.

Output Screens:

  1. Authentication Page:
  2. User Registration Page:
  3. User Login Page :
  4. Main Page:
  5. Whenever we click the InBox in this page, we see the all messages.
  6. Whenever we click view in any message of this page, we see the message and attachments.
  7. Whenever we click the Inbox in the above page, then this page redirect to Inbox page.
  8. Whenever we mark in the checkbox of the corresponding messages and we click Delete in this page, then that messages are deleted.
  9. Whenever we click on the Last Hyper Link, then we see the last messages in the datagrid.
  10. Whenever we click on the First Hyper Link, then we see the First messages in the datagrid.
  11. Whenever we click on the Next Hyper Link, then we see the next messages in the datagrid.
  12. Whenever we click on the Previous Last Hyper Link, then we see the previous messages in the datagrid.
  13. Whenever we press the Compose button in this page, then it redirects the Compose page.
  14. Whenever we click the Attach Hyper Link, then The Upload page will be displayed
  15. Whenever we click the Browse button in Upload Page, This is Shown a Open Dialog Box for find the file path what file do you want to attach.
  16. When we open the file, then the selected file path is shown in text box. After that we can upload it file to compose form.
  17. After uploading the require attached file path is shown in attachments text box in the Compose page.
  18. Whenever we click the send button this message sent to mail box and the below screen displayed.
  19. Whenever we click the Addresslist button in the left side frame, then address lists are displayed in datagrid in right side frame of this page.
  20. Whenever we click the AddNewContact hyperlink in hthe right side frame of this page, then the blow page is displayed.
  21. After enter the all information in this page and we click the Save Button then all information is stored in database. And it will be displayed in the “View All Contacts” Page as shown in the below screen.
  22. We want to change the contact information of the Suresh in database. Then we click the update link of the required field. Then we saw below page with existing data of consider person. In this time this page allows to modify the fields.
  23. After the Modification, click the save button then it saves and it display the screen.
  24. Whenever we click the Group mail combo box, this displays the current Group mails and allows the new group registration. If we choose any group in this list then the group mail id are displayed in the TO Text Box of Compose page.
  25. Whenever we select the NewGroup in the Group Mail Combo box then it is redirect.
  26. Whenever we click the save button then New group id will be created.
  27. And it shows in another page
  28. When we want to add another id into to group id then click update of corresponding group id then it will shows the Group register page with information of that group.
  29. After modification the below page will be displayed.
  30. When we want to delete particular group id then we click delete of corresponding group id. Then it will be deleted.
  31. Whenever we click the “Proj. Description” Button, then it displays the Description of the project in Word Format.

Code Converter VB.Net Project

Overview

Dot Net has a great boom in the present scenario due to its advantages like platform independent and language independent. Language independent is a major added advantage in .Net which helps developer to code in his known language and then compile it and execute it. Likewise after completing all the modules they made into one application by joining all those modules. Think over it,it is easy isn’t? Now if the developer has to go through the code which is developed in another language then here problem arises ,i.e, the coding language cannot be understood by him. This project helps the user to convert a particular language code into another language code. And complete files in one language can be converted into another language code.

Purpose

Instantly we can convert one language of .Net into another language. In this project we are trying to convert VB code into C# code and vice versa.

Scope

As of now we are dealing with only two languages of .Net.

  • C#
  • net

Features

The main features of this project are as follows:

Converting one language code into another language is the basic aim of this project. This conversion is been implemented basically in two different languages that is the converting the code into C# to VB and vice versa. If we consider the inner logics then converting certain lines of code from C# to VB and vice versa and also converting set of files directly from C# to VB and then saving the converted files into the desired location. The idea behind this project is to help out the persons who want the code in another language where in the person doesn’t have any knowledge about that language. This helps the person to save lot of time that is the time for learning the language and then implementing the code is very hectic job.

The Waterfall Model

Existing System

In the existing system we will not find any software or application where one language code can be converted directly into different language code. This makes the developer to look for a system which can convert one language code into another language code which helps the person in saving his valuable time that is in the present scenario if the user has to code a project in another language then he should learn the language code and then implement the project code or else he has to take the help of a person who knows the language. This makes the major drawback and the user may not find any other alternative for this process.

Software Architecture

Software Architecture

Problem Statement

The main motivation idea for this project is of converting one language code to another language.

But in the present scenario we will not find any application which will convert one language code to another. So by analyzing the drawback in the existing system we are trying to implement a application where in it directly converts one language code into another. Presently we are trying to implement with two different languages i.e., with C# and VB.

Proposed System

Considering the drawback in the existing system we are developing a converter where one language code can be converted to another language code and even one language project code to another language code. This helps the developer a lot in analyzing the code and reduces the time for converting one language code to another language code.

Advantages

  • Converting code from one language into another language
  • Reduces time in converting the code
  • Helps the user to implement the code in multiple languages without the knowledge of another language.

SYSTEM REQUIREMENT SPECIFICATION

Hardware Requirement

  • P4 and above
  • RAM 1GB and above
  • Hard disk 40GB and above

Software Requirements

  • Microsoft Framework 3.5
  • Microsoft C# 3.5
  • Microsoft Visual Studio2008IDE.

Project Description

   Let us consider the scenario where in for developing the larger application they divide the projects into modules   so that the complexity of the project reduces. If one particular module is easy to be done in one particular language then one group can proceed in that language and if another group with another language they can do their module in that language. Likewise after completing all the modules they are made into one application by joining all those modules. Suppose   the developer has to go through the code that is developed in another language then here the problem arises as that coding language cannot be understood by him.

This project helps the user to convert a particular language code(C#) into another language code(VB).Even the project files(C#) in one language code can be converted into another language code(VB).In the existing we don’t find any converters .

.Net   is language independent, if the team has multiple skill expertise C#, VB.net, developers can still work on the project with different skill set. Not every project is same we can create a lists of programs and convert them in one click. Thus with the use of .Net code converter with great ease we can convert the language codes.

Modules Description

The system after careful analysis has been identified to present with the following modules.

Convert s C# to VB (Statements)

The user gives set of C# statements as input. In this module these lines will be converted into VB statements and shows the converted lines as output.

Converts VB to C# (Statements)

The user gives set of VB statements as input. In this module these statements are into C# and these converted statements forms the output.

Convert Files From C# to VB

The user gives set of C# files as input and selects the destination path where the converted files are to be saved. The application will convert the given files into VB and then saves it in the selected location.

Convert Files From VB to C#

The user gives set of VB files as input and selects the destination path where the converted files are to be saved. The application will convert the given files into C# and then saves it in the selected location.

Output Screens:

Code in VB (Statements)

Code in VB (Statements)
Converted Statements in C#:
Converted Statements in Csharp
Opening a file directly:
Opening a file directly
Getting the content into the page:
Getting the content into the page
Converted Statements:
Converted Statements
Showing Error Message:
Showing Error Message
Saving the file:
Saving the file
Saved File content:
Saved File content
Converting C# to VB:
Converting C# to VB
Giving the content as input:
Giving the content as input
Converted Statements:

Giving File Content Directly:
Reading the content in the file
Reading the content in the file:
Converted Statements:
Saving the changed code into new file:
File in VB:
Converting Set of Files:
Giving Folder as Input:

CONCLUSION

In this project we have achieved converting one language code to another language code where in if the user gives code of one language then this project converts it into another language and then gives the converted code as output. This is been implemented for converting from C# to VB and VB to C# language codes. This is of two parts i.e., converting set of statements and giving the converted statements as output and converting set of files directly and saving the saved files in the user desired location and as well if there are any errors in conversion then the errors will also be shows as the syntax is concerned.

FUTURE ENHANCEMENTS

Adding future requirements is not about requirement management, rather it is about features that are identified during requirement analysis, which are not planned to be developed but it is anticipated that they will be developed as future enhancements. Describing such requirements is beneficial, especially when it is identified that these future requirements influence the overall architecture of the solution, so that addressing such requirements can be noted and integrated later.

Following are the future enhancements that can be realized in the time to come:

  • Converting the one language code into the desired language i.e., any OOPs supportable languages.
  • If the project is given as input then converting the complete project code of one language code into another language along with the designs in the project.

Bank Salary System VB & MS Access Project

The Bank Salary System is useful for the employee‟s of the branch and reduce the manual calculation and saves lot of time and will give precise answers for all the fields of earnings. The reports of pay slip, register and loans are also complete and accurate.

Front – end : Microsoft Visual Basic 6.0
Back – end : Microsoft Access 2000
Project duration : 200 hours approximately

Bank Salary System

ABOUT EXISTING SYSTEM
In the existing Bank Salary System the salary of the employee of the SBI branch is calculated manually. The staff of the branch is divided in three categories.
1.) Officers (Management).
2.) Award Staff (Clerical).
3.) Subordinate Staff.

The above-described categories are further divided in the following Designations.

1.) Officers (Management): –

i.) JMG (Joint Manager)
ii.) MM – II (Main Manager – II)
iii.) MM – III (Main Manager – III)
iv.) SMG – IV (Subordinate Manager –IV)
v.) SMG – V (Subordinate Manager – V)
2.) Award Staff (Clerical): –

i.) Clerk
ii.) Sr. Assistant
iii.) Special Assistant
 3.) Subordinate Staff :-

i.) Messenger
ii.) Watch Man
iii.) Record Keeper
In the existing Bank Salary System the calculation of the salary is done on the bases of Basic Pay of an employee according to categories of the employee.
The salary of an employee is mainly based on the Earnings and the Deduction. There are number of fields in the earnings and the deduction from the salary of an employee. The calculation of each and every field is mainly based on the Basic Pay of an employee. And some of the fields of earnings and deduction are maintained with fix amount according to the status, seniority, and post or according to the designation of an employee.

Bank Salary System Module
The Basic Pay of an employee is fixed according to the designation and seniority of an employee working in the bank. And calculations of other fields are done on some fix percentage of Basic Pay of an employee according to the Memoranda of Settlements.
In the existing system the calculation of the fields of the earnings and deduction is calculated manually. So while calculating the amount of each and every field manually the chances of errors and calculation of wrong values are always possible.
In the existing system the salary of an employee is done manually and the person who is doing the salary of the branch fills the amount of each and every field of earnings and deduction. The fields whose amount are fixed are directly written at proper place and the fields whose value is depend on the fix percentage of Basic Pay is calculate and then are written in the Pay Slip. So the person who is doing the salary of the branch has to first of all fill all the information of an employee like employee number, employee name, designation of an employee, grade of an employee, department, date of salary etc. and then has to calculate the value of each and every field and then total the all fields of Earnings and Deduction and by deducting the total of deduction from the total of earnings the net pay is calculated. Now while doing the salary of an employee the person also has to maintain the Register in which all the information of the salary of an employee is noted. Register is maintained for the purpose of keeping the record of each employee for calculation of Income Tax and for the calculation of Provident Fund etc.
As mentioned above the salary of all employee of the branch are calculated with large calculations, manpower and handling of the large documents with chance of having lots of errors and time consumption.

PROBLEM IDENTIFICATION

Drawbacks of existing system.

1.) Register Maintenance.
2.) Time Consumption.
3.) Pay Slip Preparation.
4.) Problem In Calculating Income Tax.
5.) Problem In Calculating the amount of Loans.
6.) Calculating the field amount.

1.) Register Maintenance: –

At the time of calculating the salary of the branch the register is also maintained and a person who is doing the salary has to copy all the amounts of fields in the pay slip from the register.
A register is maintained for whole year and the salary of each employee is noted in the register. So if an employee wants to know his salary of previous month he/she has to refer the whole register and find his/her employee number from the register, the particular month he/she wants etc. and then he/she will be able to get the salary record. Now if he/she wants the copy of the salary slip he/she has to manually write the whole pay slip. Now there is also problem of storage of all the registers, because there are so many factors by which the registers can be destroyed like fire, water, stolen, etc.

2.) Time Consumption: –

The process of calculating the amount of each field whose value is depend on the basis of percentage of basic pay is very much time consuming and it is having lots of calculations.
If an employee wants more than one copy of the pay slip then also it will take lots of time for preparing another copies of the pay slip. The process of calculating the salary of an employee is very much time consuming and boring for a person who is doing the salary of the whole branch.

3.) Pay Slip Preparation: –

As mentioned above the process of register maintenance, and then the pay slip is prepared from the register is very much time consuming and the chances of errors and mistakes is always present.

4.) Problem In Calculating Income Tax: –

The employer is required to deduct income tax from the salary paid to an employee. The income tax is calculated based on gross salary paid to the employee during a year, if it exceeds a limit. Because of the manual system the calculation the income tax amount become very difficult and time consuming.

5.) Problem in calculating the amount of Loans: –

The handling of the loan amount and the calculation of loan amount is very difficult and time consuming in the existing bank salary system. The problems with the handling of loan amount is that sometimes the amount is wrongly written by the person who is doing the salary, the employee has to pay more amount from his/her salary.

6.) Calculating the field amount: –

The calculation of the field amount of the earnings and deduction is very hard and time consuming when the field amount is based on the basis of the fix percentage of the Basic Pay of the employee. The chances of errors and mistake are very much in the existing bank salary system.The above described are the drawbacks of the manual bank salary system with makes the process difficult, time consuming and very hard for the person who is doing the salary of the branch and is also not beneficial to the employees of the branch

LIC Agent Management System VB Project

The project training in a student’s life is like a live experience in the industry. So it is very essential part of the educational qualification. Bachelor of Computer Application is the course offering me a unique change to find the place of utilizing computer in meaningful way. It provides me all the theoretical aspects with knowledge.
The project training in the 5 th semester of the course gives me the exposure to the real world.

LIC Agent Management System Home Page LIC Agent Management System Login Page

The aim of project training, by understanding a live project, is to have practical experience of the real world. It also clears the picture of practical field to prompt the students to develop their qualities talents, etc. so that I can expand our view about the implications of the theoretical knowledge in the practical field. We had the opportunity for the same at various LIC Agents. The period of the trainings would be around one and half month.

Software & Hardware Requirements:

  • Minimum 64 mb RAM
  • CD ROM drive
  • Windows 98 & onwards
  • Visual basic 6.0
  • Oracle plus 8.0
  • Pentium-III processor 550 MHZ or above
  • Minimum 2 GB Hard disk
  • Mouse, Keyboard
  • Color Printe

It took us great to develop this software in visual basic as Front end and Oracle 8.0 Back end Interface. This Software is duly tested on different environment of hardware and software. The data Security of this Software is great as the data stored in various tables with unreadable characters.

This Software accepts various data such as LIC Client information, Plan information, Personal detail of Client and his or her relatives with Physical details of client also, etc. It also accepts data such as various plans along with its various parameters such as minimum and maximum amount with term and an amount of the insurance. Printing Personal detail Report will display Policy date to maturity date.

This package has been able to successfully incorporate the entire requirement as per the requirement of LIC client agent system. Appropriate care has been taken during database design maintain database integrity and to avoid redundancy of data. Validation is done instantaneously to avoid data redundancy of data. The policy provided a safe future, saving etc. Designing and developing this DBMS-project was an interesting experience. It really helped me to understand the database concepts, which are of great importance these days.

The addition, deletion and modification of various details for various forms like plan guide, personal detail, relative details, new policy are very a user friendly, simple and easy.

Ad Agency Project Management System

Project Titled “Ad Agency Project Management System “ project ( Vb.Net)  is a simple stand alone application designed to computerize works in advertising management companies.

Project Abstract:

Management software are playing important role in handling business tasks. There are many applications like payrol management system, stock management system..etc which comes under same category. These software’s are reducing cost for companies and improving standard of data management.

Simillarly ad management software application is also desinged by considering issues in existing maual methods followed by advertising companies.

This application will manage employees details, customers advertising details, payments and other management tasks.

Software Requirements:

We can use asp.net, java, vb.net programming languages for developing this project. Here we  used vb.net using sql server. Students can also download asp.net source code from below links.

Download Ad Agency Project Management System

Project Scope:

This management software is useful for small and big advertising agencies , Designing and implemention and maintenance cost is less it will help for organizations to use this software.

Project design Requirements:

Application must be user friendly with easy navigation from one form to other.

Security is important for user and database data.

Database back up option for maintaining old records.

Modules Over view:

Staff Module: This module is useful for managing employees personal details, attendance details, salary details..etc. Details are stored in database in respective table.

Manager Module: Using this module manager can update customers information, advertising account details , security details..etc 

Store Management Project in Vb

In order to handle different type of works that are included in Stores like stock management, customers information..etc we designed store management project in vb which can store data and provide reports for analysis.

Project Title:Store Management Project in Visual basic

Project Introduction:

In present software trend most of the work is done using software applications. We can see in every shop computerized billing systems are used and in super markets we use software applications for billing.

There are few areas where work should be computerized one among them are stores where stock is managing and customer information should be handled and billing, report generation calculation work is required.

Store management software can manage all these works in a stand alone application and data is stored in database and admin can search for records and take back up for database.

Project Advantages:

This application will improve standard of data management and help admin to reduce errors which are caused by humans while entering data.

Easy to analyze sales and generate reports for every month using sales report generation module.

No issues with Data security and provides solution for database back up.

Download Store Management Project in Vb

Project Source Code:

Students can download related projects source code and project reports in asp.net, java, vb.net , PHP languages form below links.

Multi Chain Market Monitoring in VB

PROJECT SPECIFICATION:

Multi Chain Market Monitoring deals with the processing of accessories rates and product maintenance with the three data files to store data permanently. The user should maintain two databases about the customer and products. The customer database consist of customer code, customer name, address, city are the fields. In product database product code, product name, quantity in hand, price of item are the fields. It has a capability to display all the details in a tabular format.

VALIDATIONS:

–    Customer number shouldn’t repeat.
–    Make sure to save the details of customer after input.
–    Supply customer code to modify the customer records.
–    Restrict unauthorized usage of product details.
–    Make ensure that update the stock when it is purchased.
–    Confirm update of product details.
–    Make sure that customer code is registered.
–    Make ensure the product code is valid while selling product.
–    Allow the user to get discount if he is valid.
–    Discount criteria

PROJECT DESCRIPTION

Sales automation system deals with the purchase, billing system of sales and stock availability information. In this system we have maintain three files, which will store information permanently. The three files consist of customer, stock, transaction information. We can retrieve data when we need of those files. When the purchase transaction done by the user, automatically this information will adds to stock data file. If the sales transaction made by the user then the stock and customer data will get updated. According to the transaction in the sales the stock record should be updated. It doesn’t mean that it should obey the business rules, which are standard. Simultaneously the transaction data file gets updated according to the transaction.

Customer information is maintained with all details about name, address, and customer number. Product information maintains details about product code, product name, quantity available, and amount of product. Transaction information consists of sales and bill of product. Each and every screen has an option to come back to previous screen from where the screen came.

In the first screen we have three options of customer, product, transactions options with the input cursor, which is waiting for any one of these four. Where the fourth option is to come out of the project.
When you get into the customer option it will take to select the options to register a new customer. When you select it, the user has to fill up all the details about the customer. The user can continue this process up to

when the user gives input as no to continue. The second option is to list all the customers in a tabular format who are all registered early. It gives with all information about customer. Third option can be used to modify the customer record. The user should know the customer number to modify his details. When the customer is not available with the given number, it gives a message that the customer is not available. Next option deals to delete the unwanted customer details to reduce the size of the data file. If it doesn’t find the details about the customer, it gives a not found message. At last we return to the main screen when the user selected the corresponding option.

When you get into the customer option it will take to select the options to register a new customer. When you selected this option, the user has fill up all the detail about the customer. The user can continue this process up to when the user gives input as no to add user.  The second option is to list all the customers in a tabular format who are all registered early. It gives with all information about customer.

Third option can be used to modify the customer record. The user should know the customer number to modify his details. When the customer is not available with the given number, it gives a message that the customer is not available. Next option deals to delete the unwanted customer details to reduce the size of the data file. If it doesn’t find the details about the customer, it gives a not found message. When user want to turn back after fulfillment of requirements he has to tap enter key.

If user wants to get into the details about products he has to select product maintenance option from main menu. But it’s restricted. By giving password the user can enter into options available about products. Product menu consist of five options. To add a new product details we have an option called new product details. The user has to input for product code, product name, and quantity on hand, price of individual item.

The user should take care not to repeat the Product code. Is it so, the cursor won’t allow filling the next field information. This option allows storing data about product. It allows adding many products continuously. The next option gives the list of products available in the store in a tabular format. To modify any details of products select ‘Modify the Product details’ option from the main menu of products.

The user should enter the product code, which he wants to edit. When the user gives conformation about the modified information the data will be stored in the disk permanently. To delete an unnecessary product details the user has to select ‘Delete Product details’ from menu of product. User should supply the product code. The deletion will be confirmed when the ‘deletion completed’ message displays else ‘product not found’ message will be followed. To get back to the screens where the user came from, select ‘Back’ option. When user want to turn back after fulfillment of requirements he has to tap enter key.

The third option in main menu is transactions. It consists sales and bills. The members of the Multi Chain Market only can purchase products. The non-member of market is trying to purchase the goods it gives a message to register you. This menu allows the user to buy several products. If the product is out of stock the user may know by ‘quantity on hand’ option. It displays availability of stock.

To get total bill of purchased products get back to transaction menu and select bill option. It gives the total amount. If the customer is allowed to give discount that amount will be subtracted from total amount and net amount be on the screen.  When user want to turn back after fulfillment of requirements he has to tap enter key.
Conclusion:
The automation of Multi Chain Market monitoring is very helpful to maintain data and reduce the time while comparing to manual operations. It improves accuracy. It’s compatible and platform independence. The program can be executed at minimum system requirements also. The project consists of user-friendly a screen that is helpful to the user with out taking any assistance of skilled person.  I hope that this project will help the users and benefit from it immensely.

House Allotments System in VB

ABSTRACT:

The allotment of houses for various people is due for automation. There are various data that are maintained. One of them is the employee detail. The various details include the code, the dress, the designation, name the confirmation data and the retirement date etc. there are also details like the various grades and designation that are maintained.

The employee has to request forma quarters and the various details are maintained. The details of allotment of the quarters are also maintained. The details of the persons occupying the quarters are also maintained. Once the above details are automated then the allotment is considered to be completed.

House Allotments System in VB

SYNOPSIS

The system provides an easy way to perform computer based testing for small computer firms. It also helps to allotment  of  houses to the employees. This system will be customized according to the clients requirements and will be installed for them. This also focus on to allot the houses depending upon their grades quickly and efficiently.

Managing the activities while allotting the houses is not an easy task to allot the houses if  the no.of  employees is more and the no.of houses is less. if the no.of employees is more and the no.of houses is also more, then it is tougher to allot houses and maintain records manually.

In case of employee details , many activities such as collecting the employee name , employee id , address, grade ….etc. by using this employee details we can allocate houses to them quickly and fastly.

Thus the project house allotments was successfully completed.this software is fully functional and operational. since, this project is implemented using VB 6.0, it provides a more direct and easier way to allotment of houses. This project is very flexible and that are lot of provisions made for the future enhancement of this project.

Sales Order Processing Visual Basic Project

The project entitled “SALES ORDER PROCESSING” has been designed and developed for any Electrical and Electronics Enterprises or any other.

The main aim of this project is to computerization of daily activities in the enterprise. It is a database system for creating a selective related information, for subsequent analysis manipulation and application.

Sales Order Processing Project Screenshot

This project contains several modules to record the details about the Product, Customer details, Order details and Bill details about the goods which the Customer has purchased from the enterprise. And it maintains the reports about the Products, Customers,Orders and Bills. This project is very useful to sale the goods in any enterprise.

The project entitled “SALES ORDER PROCESSING” has been designed and developed for any Electrical and Electronics Enterprises or any other.

The main aim of this project is to computerization of daily activities in the enterprise. It is a database system for creating a selective related information, for subsequent analysis manipulation and application.

The system has different modules for various activities. The various modules of the system are recording of new products(addition,modification,deletion), maintaining the Customer details, maintaining the Order details from the Customer and recording the Bill details of goods which was purchased by the Customer.

Sales Order Processing Product details Basic

Each module is designed for each activity that should be recorded every time. Using this system the management can record easily and stored in the database. Retrieving the old records also made easy in this system. So that the management can retrieve the records and make use of them.

The database system is developed perfectly which does not allow the user to enter the wrong data hence it facilitate the management. This database management is developed for retrieving records with correct records so that it is reliable. Implementation of this system requires the use of computers with most versatile system. Hence, this software is developed on MS-Windows platform using Visual Basic 6.0

The SALES ORDER PROCESSING is developed for the daily sales that are going in the particular firm or an Enterprise.

The major kind of transactions that are being carried in SALES ORDER PROCESSING are

  • PRODUCT DETAILS
  • CUSTOMER DETAILS
  • ORDERS DETAILS
  • BILLS DETAILS
  • REPORTS

PRODUCT DETAILS :-

Pcode,desc,companme,capacity,cost,items_available

CUSTOMER DETAILS :-

Ccode,cname,addr,phone,pin

ORDER DETAILS :-

Ordno,order_date,customer_code,pcode,company_name.quantity_ordered,amount

BILLS DETAILS :-

Receipt_no,order_no,receipt_date,type(cash or cheque),amount_paid,

discount,total_amount,cheque_no,cheque_date,bank_name

SOFTWARE ENVIRONMENT:

FRONTEND                  : VISUAL BASIC

BACKEND                    : MS ACCESS

REPORTS                     : DATA REPORTS

School/College Fee Management System VB & Oracle Project

About the project-Fee Management

The project of Fee Management of a school/college has been developed by MCA final year student. This project has taken 4-5 months for its completion.This project work with Visual Basic as the user’s interface and the Oracle as the part to handle fee database of a school/college. 

Overview of  Fee Management 

After proper analyses, I came to know that , In MCA college, fee are paid in three period (Jan-April),(May-Aug),(Sept-Dec).In apart of admission fee

Other fees also collected like hostel,stationary,library charges,vehicular charges and many more. College also collect fine from students from time to time.College also run pre-coaching batches like “coaching for entering test”

School-College Fee Management System

New system should handled that. Moreover current system also handles the security charges which is returned to students after completion of course or whenever students leave the college.At the time of security returning some rupees will be deducted in a account of library maintenance. System are in under control of  head person.Concession are paid w.r.t. marks obtained,relations(two brothers/sisters are studying or child of teacher ) .Concession will be paid to only one student of one family.Current system provide the mechanism regarding to check whether a particular student has  paid his/her fee for particular period quickly .This will help him/her to getting other facilities of college like(Receiving of Roll number,Receiving of college magazine,opening account in college canteen and many more  ).Current system also charge rupees from students for Photostat and Attestation.For all students who got  admission in Inter classes ,corresponding charges should be paid to DPI(Deputy Public Instructor)  and  students who got admission in UG/PG level classes,corresponding charges should be paid to DPI(Deputy Public Instructor).

OLD SYSTEM

During the system analysis, it is found that the old system is the manual system. The old system has following problems

  1. It was very difficult to maintain the ledgers, lists, trials and bulky bills preparations.
  2. No automated tool like COMPUTER is used for the processing.
  3. It is difficult to get the prompt case position.
  4. Difficult to keep the provide ON-LINE information to the departments.
  5. More staff was required.
  6. Not up-to-date
  7. Very Expensive
  8. Less security
  9. Data duplicacy
  10. Not centralized
  11. Slow in process

PROPOSED SYSTEM

The new recommended is the computerized, which has many advantages over the old one.

  1. Since the overall system is under the control of Data Base Administrator (DBA) – hence the system us centralized one.
  2. The security and privacy is more in case of new system.
  3. The long process can be shortened.
  4. Easy to maintain the LEDGERS, TRIALS, DETAILS and other a/c books with deposits lists.
  5. User friendly
  6. Easy to prepare reports
  7. Easy to find the defaulter students list
  8. Easy to maintain the cash information
  9. Easy to handle security information
  10. Creation of users and granting authorities
  11. Less staff is required
  12. Addmission/Others fees are maintained properly

Requirements Specification:

  • Entering student information with different categories
  • Handling fee information via Bank Cheque as well as via Cash
  • Concession Handling related to
  •                                       ——- Marks Obtained
  •                                       ——- Relations
  •                                       ——- Schedule Caste/Backword Caste
  • Proper handling of new Departments/Classes
  • Creation of new users and authority management.
  • Precoaching Information Handling ( fees for non default courses like   math,science,crash course)
  • Security Handling
  • Database Backup/Database Recovery
  • List of Defalter  students
  • Cash Handling Reports wrt. (Fine,Admission Fee,Other Fee)
  • Fee related to convenience,stationary,liberary,computer labs
  • Password management
  • Proper Graphical User Interface
  • Proper Links with MsWord/Ms Excel
  • Internet Usage
  • Client/Server Architecture

S/W Requirements:

  1. VB 6
  2. Oracle 9i