You are on page 1of 9

TABLE OF CONTENTS

1. Abstract of the project Problem Definition -Manual -technical Name of the project Backend Front end

2. Executive Summary of the project

3. Introduction to the project

4. PowerPoint Presentation of complete project

5. Visual Basic Screens(Snapshots)

6. Coding

7. Conclusion

8. Bibliography

SUMMARY
This project is mainly concerned about LAKME FASHION HOUSE Management System. It has been made using VISUAL BASIC Enterprise Edition as front-end because it is a very easy and powerful tool. Ms Access has been used as back-end, since it is the most robust and simple language. VISUAL BASIC (VB) is used for making forms and modules, the various forms used in this project are Welcome and main menu form - It is just used to show the welcome screen and list the menus of the project. Purchase form It is used to contain the details about a particular purchase of goods and services. Sales form It shows the various functions of the project. Employee form It is used for contains various the information about a EMPLOYEE. Vendors form This form takes the all information about the VENDORs and updates the database. Discount form It is used to know about which product is sell in DISCOUNT. This is used to calculate the discount to the customer on different rates like 6%, 9%, 12% . About us form This form contains all the information about the company.

Exit form This form contains the direct exit from the project or system.

Ms Access is used for making database i.e. tables. The Description table consists of the various details of the PURCHAESs such as Type, BILLNO, Quantity, Quality, Purchase date, Time, Amount , Discount etc..

CONCLUSION

In the end we come to conclusion that this software is very easy to use . One can use this software to fully automate and manage the whole Cosmetic product related data including details about items purchased, sold, customers who purchased etc. We can use this software to get the summary report about items with single point and click interface. Our main concern while developing this software is to make the interface as friendly as possible.

ABSTRACT OF THE PROJECT

BACK-END (MS ACCESS)

Microsoft Office Access, previously known as Microsoft Access, is a relational database management system from Microsoft that combines the

relational Microsoft Jet Database Engine with a graphical user interface and software-development tools. It is a member of the Microsoft Office suite of applications, included in the Professional and higher editions or sold separately. In May 12 2010, the current version of Microsoft Access 2010 was released by Microsoft in Office 2010; Microsoft Office Access 2007 was the prior version. MS Access stores data in its own format based on the Access Jet Database Engine. It can also import or link directly to data stored in other applications and databases. Software developers and data architects can use Microsoft Access to

develop application software, and "power users" can use it to build simple applications. Like other Office applications, Access is supported by Visual Basic for Applications, an object-oriented programming language that can reference a variety of objects including DAO (Data Access Objects), ActiveX Data Objects, and many other ActiveX components. Visual objects used in forms and reports expose their methods and properties in the VBA programming environment, and VBA code modules may declare and call Windows operating-system functions.

FRONT-END (VISUAL BASIC) VISUAL BASIC is a high level programming language which evolved from the earlier DOS version called BASIC. BASIC means Beginners' All-

purpose Symbolic Instruction Code. It is a very easy programming language to learn. The code look a lot like English Language. Different software companies produced different versions of BASIC, such as Microsoft QBASIC,

QUICKBASIC, GWBASIC , IBM BASICA and so on. However, people prefer to use Microsoft Visual Basic today, as it is a well developed programming language and supporting resources are available everywhere. Now, there are many versions of VB exist in the market, the most popular one and still widely used by many VB programmers is none other than Visual Basic 6. We also have VB.net, VB2005, VB2008 and the latest VB2010. Both Vb2008 and VB2010 are fully object oriented programming (OOP) language. VISUAL BASIC is a VISUAL and events driven Programming Language. These are the main divergence from the old BASIC. In BASIC, programming is done in a text-only environment and the program is executed sequentially. In VB, programming is done in a graphical environment. In the old BASIC, you have to write program code for each graphical object you wish to display it on screen, including its position and its color. However, In VB , you just need to drag and drop any graphical object anywhere on the form, and you can change its color any time using the properties windows. On the other hand, because the user may click on a certain object randomly, so each object has to be programmed independently to be able to response to those actions (events). Therefore, a VB Program is made up of many subprograms, each

has its own program code, and each can be executed independently and at the same time each can be linked together in one way or another. What programs can you create with Visual Basic 6? With VB 6, you can create any program depending on your objective. For example, if you are a college or university lecturer, you can create educational programs to teach business, economics, engineering, computer science, accountancy , financial management, information system and more to make teaching more effective and interesting. If you are in business, you can also create business programs such as inventory management system , point-of-sale system, payroll system, financial program as well as accounting program to help manage your business and increase productivity. For those of you who like games and working as games programmer, you can create those programs as well. Indeed, there is no limit to what program you can create ! There are many such programs in this tutorial, so you must spend more time on the tutorial in order to learn how to create those programs. 1.4 The Visual Basic 6 Integrated Development Environment Before you can program in VB 6, you need to install Visual Basic 6 in your computer.You can choose to either start a new project, open an existing project or select a list of recently opened programs. A project is a collection of files that make up your application. There are various types of applications that we could create, however, we shall concentrate on creating Standard EXE programs (EXE means executable program). Now, click on the Standard EXE icon to go into the actual Visual Basic 6 programming environment.

You might also like