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

Home Page:http://dimik.pub/book/588/object-oriented-programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stationary-Shop-Management

Stationary Shop Management using OOP from the book Object Oriented Programming by Zohirul Alam Tiemoon. This project is wholly written in Java instead of C# as it is in the book.

cover

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:

๐Ÿ‘‰ View daily report of sale, purchase, and damage.

UI view report

๐Ÿ‘‰ View current stock and enlist new product.

UI view stock and product setup

๐Ÿ‘‰ Keep track of new purchases from vendors.

UI purchase

๐Ÿ‘‰ Keep track of sales to customers.

UI sale

๐Ÿ‘‰ Keep track of damaged items.

UI damage

๐Ÿ‘‰ Main UI.

UI main

Class Diagram:

class diagram

Demo GIF:

demo gif

About

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

http://dimik.pub/book/588/object-oriented-programming

License:GNU General Public License v2.0


Languages

Language:Java 100.0%