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
Presentation On
Grocery Management
Application using c program
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.
Project diagram:
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.
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
Problem we faced:
We faced some problems while making this project.
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.
Screenshot:
Screenshot:
Grocery Mangement Project in C

Grocery Mangement Project in C

  • 1.
    Welcome To OurPresentation 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
  • 2.
  • 3.
    Project Abstract:  Thegrocery 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.
  • 4.
  • 5.
    Feature:  As aadmin 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.
  • 6.
    Working:  At firstShop 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
  • 7.
    Problem we faced: Wefaced some problems while making this project.
  • 8.
    Future update: We willuse file management so that we can store data permanently. We will add graphics user interface to make this program totally complete.
  • 9.
  • 10.