11
Welcome To Our Presentation PRESENTED BY: 1.MAHMUDUL ALAM - 152-15-5563 2.MAHMUDUL HASSAN - 152-15-5809 3.SABBIR AHMED 152-15-5564 4.ALI HAIDER RAJU – 152 -15 - 5956

Grocery Mangement Project in C

Embed Size (px)

Citation preview

Page 1: Grocery Mangement Project in C

Welcome To Our Presentation

PRESENTED BY:1.MAHMUDUL ALAM - 152-15-5563

2.MAHMUDUL HASSAN - 152-15-5809

3.SABBIR AHMED – 152-15-5564

4.ALI HAIDER RAJU – 152 -15 - 5956

Page 2: Grocery Mangement Project in C

Presentation On

Grocery Management Application using c program

Page 3: Grocery Mangement Project in C

Project Abstract:

The grocery management application presented here is a very simple console application developed using C programming language.

It is built without using graphics It is compiled in Code::Blocks using GCC compiler. We used linked list to store data to make this program

memory efficient.

Page 4: Grocery Mangement Project in C

Project diagram:

Page 5: Grocery Mangement Project in C

Feature:

As a admin you can add new products of your grocery store in this application.

You can also modify or remove any product in this application

As a buyer one can see the list of available products in this store

Buyer can search any items using item code . Then after buying some products one can calculate total bill

from calculate bill option in this application.

Page 6: Grocery Mangement Project in C

Working:

At first Shop owner needs to login in this program using a password to get admin panel access.

Then owner needs to add product name, product price and number of this product available.

Owner can modify product info anytime by login to admin panel.

Then buyer can view the list of item from browse items and they can also buy any product

Buyer can search any product in this application

Page 7: Grocery Mangement Project in C

Problem we faced:

We faced some problems while making this project.

Page 8: Grocery Mangement Project in C

Future update:

We will use file management so that we can store data permanently.We will add graphics user interface to make this program totally complete.

Page 9: Grocery Mangement Project in C

Screenshot:

Page 10: Grocery Mangement Project in C

Screenshot:

Page 11: Grocery Mangement Project in C