Anda di halaman 1dari 8

A Project on the Mobile Store S.S. Agrawal Institute of Technology Gujarat Technological University M.C.A.

sem:-1 Develop by: Name [1] Kevadiya Siddharth P. [2] Patel Chiragkumar Guidance by: Archana Madam ID C11036 C11064

Project Profile
Project type:- Desktop Application Title:Language: Mobile Store C

The System Stores all the information regarding selling information of mobile.
It contains unique ID, customer name, Customer Address, Mobile

number, selling item such as Mobile model, mobile type, mobile price, Date. User ca views all the stored information. User can also search the sells mobile record such as different type like using customer name, mobile number, User can also delete record. User can modify the stored information like phone number, address, and mobile type. This system can be used by any mobile shop which sells the mobile.

The main goal of The Mobile Store system is provide to store all

the information about sells mobile phone. Using updating this system also can be used by inventory system of mobile store which can be store purchase and sells information of mobile and also generate the voucher.

Add sells mobile information: This module is used to store the all information unique ID, customer name, Customer Address, Mobile number, selling item such as Mobile model, mobile type, mobile price, Date. View Stored record: This module displays all the information which stored earlier in the system. Delete records: This module authorized to user to delete the record which stored in the system. Search recodes: This module contains find the records in the system. Change information: This module is used to modify the stored information in the system.

Step1:Start Step2:Prompt 2.1:Add Record 2.2:View Record 2.3:Delete Record 2.4:Serch Record 2.4.1:Searching by Phone 2.4.2:Serching by Name 2.4.3:Searching by Unique ID Step3: Void Add_rec() //function call Void View_rec() //function call Void Del_rec() //function call Void phon_serc() //function call Void name_serc() //function call Void unique_serc() //function call Step4:Prompt Enter ur choice //Addrecord,view record,delete record etc.. Step5:Add_rec() //called function File open Insert id,name,mobile number,mobile type Puts //insert data into a file File close Step6:View_rec() //called function File open Read id,name,mobile number,mobile type gets //read data from a file File close

Step7:Del_rec() //called function File open delete id,name,mobile number,mobile type Puts //insert data into a file File close Step8:Prompt search record Searching by Phone Serching by Name Searching by Unique ID Enter choice Step9:phone_serc() //called function File open Enter phone number which details u want to serch Fgets() //read data from the file File close Step10:name_serc() //called function File open Enter name which details u want to serch Fgets() //read data from the file File close Step11:unique_serc() //called function File open Enter unique id which details u want to serch Fgets() //read data from the file File close Step:12 exit

Anda mungkin juga menyukai