https://github.com/theanasuddin/stationary-shop-management
A small project on OOP from the book Object Oriented Programming by Zohirul Alam Tiemoon written in Java. Swing GUI widget toolkit API is used to design the graphical user interface. Executable Java ARchive file is available to download. Download JAR: https://cutt.ly/rmkKuOs
https://github.com/theanasuddin/stationary-shop-management
java java-gui-application java-swing management-system object-oriented-programming oop oops oops-in-java stationary-management swing-api zohirul-alam-tiemoon
Last synced: about 2 months ago
JSON representation
A small project on OOP from the book Object Oriented Programming by Zohirul Alam Tiemoon written in Java. Swing GUI widget toolkit API is used to design the graphical user interface. Executable Java ARchive file is available to download. Download JAR: https://cutt.ly/rmkKuOs
- Host: GitHub
- URL: https://github.com/theanasuddin/stationary-shop-management
- Owner: theanasuddin
- License: gpl-2.0
- Created: 2021-07-04T06:37:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-04T18:09:03.000Z (almost 4 years ago)
- Last Synced: 2025-03-30T11:41:29.270Z (3 months ago)
- Topics: java, java-gui-application, java-swing, management-system, object-oriented-programming, oop, oops, oops-in-java, stationary-management, swing-api, zohirul-alam-tiemoon
- Language: Java
- Homepage: http://dimik.pub/book/588/object-oriented-programming
- Size: 3.09 MB
- Stars: 13
- Watchers: 1
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stationary-Shop-Management
Stationary Shop Management using OOP from the book [Object Oriented Programming](http://dimik.pub/book/588/object-oriented-programming) by [Zohirul Alam Tiemoon](https://github.com/tiemoon). This project is wholly written in Java instead of C# as it is in the book.

## What’s This Project About?
This project is about keeping the records of buy and sell of a stationery shop. The shopkeeper buys stock of items from particular vendors and sells them to people. How many products are there in the shop right now, which products can go out of stock in days one or two, how many products gets damaged or broken, what amount in terms of money got sold today, which vendor got what amount of money for stock purchase, this kinds of information are hard to keep track with pen and paper plus lots of time gets wasted. The shopkeeper can use this S/W to avoid all those inconveniences. This project has features like report viewing, stock viewing, product enlisting, product purchase from vendors, keeping track of sales to customers, keeping track of damaged items, etc.
## Features:
:point_right: View daily report of sale, purchase, and damage.

:point_right: View current stock and enlist new product.

:point_right: Keep track of new purchases from vendors.

:point_right: Keep track of sales to customers.

:point_right: Keep track of damaged items.

:point_right: Main UI.

## Class Diagram:

## Demo GIF:
