100% found this document useful (1 vote)
3K views6 pages

CSC126 Mini Project Proposal Sample

The document is a group project proposal for developing a Book Shop System. It proposes creating a system to help bookshops better manage their inventory and sales. The system would allow bookshops to record books' details, track stock levels after new additions or purchases, check book availability, and generate reports. It aims to make bookshop operations more efficient and reduce the risk of errors from manual record keeping. The proposal outlines the project objectives and provides examples of how the system would process inputs and outputs to meet each objective.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
3K views6 pages

CSC126 Mini Project Proposal Sample

The document is a group project proposal for developing a Book Shop System. It proposes creating a system to help bookshops better manage their inventory and sales. The system would allow bookshops to record books' details, track stock levels after new additions or purchases, check book availability, and generate reports. It aims to make bookshop operations more efficient and reduce the risk of errors from manual record keeping. The proposal outlines the project objectives and provides examples of how the system would process inputs and outputs to meet each objective.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

CSC126: FUNDAMENTALS OF ALGORITHM

& COMPUTER PROBLEM SOLVING

GROUP PROJECT PROPOSAL


Title: XXX
1.
System
Group : CS1101A
Student ID: 20221XXXXXX
Name: AHMAD
Student ID: 20221XXXXXX
Name: WAN
Student ID: 20221XXXXXX
Name: NIK
Student ID: 20221XXXXXX
Name: SITI
Student ID: 20221XXXXXX
Name: NUR

Date Submitted: 1 9 0 1 2 0 2 3

1
Sample Proposal

1. Project Summary

BOOK SHOP SYSTEM

In our current’s era, computers have become an important asset in our world for giving
it proper directions and control over our work to attain our main objectives. Computer
application have deeply affected out world whether in a positive or negative way since
it has its pros and cons since everything have their own good things and bad things.

How the information system works in the old times and today are totally different. It is
because of the current system that works automatically that can easily arrange the
books records and information. Our country’s book shop that is Malaysia still use
conventional system in managing and keeping their stock. Systematic management in
book shop is very crucial in improving the quality of the book shop. In the old times,
people tend to manage it in the alphabetical system or file it to the book stock
information. Sometimes this could lead to some error information management since
it was done manually.

Our project is called Book Shop System which deals with the information of the book
shop. It will keep the recorded data of customers and the publishers. It also includes
some accommodations to help the seller to sell the books and record it in an easy way.
It could save him some times since there will be many customers that will come in to
buy books at the same times. Without the system, it will be hard even for two people
to treat that many customers and record the book that been sold at the same time.

The Book Shop System has many features that bring benefit to the seller such as the
dynamic reports. It maximizes the performance of our book shop with its dynamic
reports and tables to review and track the progress for better decision-making. Other
than that, it can save times and works to record the purchased data of books and the
seller can enter their customer choices and the data will be recorded within a second.
Because of this the system should be developed since it will bring more advantages
rather than the opposite, plus we don’t have to worry about any missing information
since it was done by the system.

2
I think this system will be helpful for other people since it will make their work easy and
don’t have to deal much with the stress in recording the information about the book
manually.

2. Objectives
In this project, there are four main objectives that we intend to achieve: -

1) To record and keep track of a bookshop’s inventory. For instance, books that are
offered at a bookstore is kept up to date. Author, title, price, and stock position are all
included in the list.
2) To record total stock after new books are added
3) To check the availability of a book
4) To record total stocks after purchase has been made
5) To check the highest and lowest book stock in inventory

3. Analysis and Designing

Objective 1: To record and keep track of a bookshop’s inventory

Input Process Output


Author[1000], title[1000], For(i=0; i<count; i++) Display title[i]
price[1000], stock[1000], Enter author Display author[i]
ISBNno[1000], category[1000] Enter tittle Display price[i]

3
Enter price Display stock[i]
Enter stock Display ISBNno[i]
Enter ISBNno Display category[i]
Enter categorytype
if(categorytype= ‘a’)
Category=fiction
else if(categorytype=’b’)
Category=non-fiction

4
Objective 2: To record the book stocks after new stocks are added

Input Process Output


stockIn stock[i]=stockIn+stock[i] stock[i]

Objective 3: To check the availability of a book

Input Process Output


Book title Books stock in the
Bookshop’s inventory

5
Objective 4: To record when a book has been sold

Input Process Output


ISBNnoOut if (ISBNnoOut==ISBNno[i]) Book stock in inventory
stockOut {stock[i]=stock[i]-stockOut}

You might also like