Dummy A PROJECT
Dummy A PROJECT
1
TABLE OF CONTENTS
Contents
LIST OF FIGURES ...................................................................................................................................... 5
ACKNOWLEDGEMENT ............................................................................................................................ 8
INTRODUCTION ........................................................................................................................................ 9
SYSTEM STRUCTURE..................................................................................................................... 10
OBJECTIVES ..................................................................................................................................... 11
2
BILLS TABLE.................................................................................................................................... 17
VIDEOS FORM.................................................................................................................................. 19
VIDEOS REPORT.............................................................................................................................. 23
DEFAULTERS ................................................................................................................................... 25
TABLES ................................................................................................................................................. 29
RELATIONSHIPS .................................................................................................................................. 31
QUERIES................................................................................................................................................ 40
3
INSTALLATION GUIDE ...................................................................................................................... 43
INPUT OF DATA............................................................................................................................... 44
MISCELLANEOUS ................................................................................................................................... 46
CONCLUSION ....................................................................................................................................... 46
RECOMMENDATION .......................................................................................................................... 46
BIBLIOGRAPHY ................................................................................................................................... 47
APPENDICES ........................................................................................................................................ 48
4
LIST OF FIGURES
Figure 1: economic feasibility .................................................................................................................... 12
Figure 2: schedule feasibility ...................................................................................................................... 13
Figure 3: system flowchart.......................................................................................................................... 14
5
Table 2: videos table ..................................................................................................................... 29
Table 3: categories table ............................................................................................................... 29
Table 4: balance sheet table .......................................................................................................... 30
Table 5: transactions table ............................................................................................................ 30
Table 6: bills table......................................................................................................................... 30
6
Query 6: overdue and condition amount....................................................................................... 41
Query 7: amount raised ................................................................................................................. 42
Query 8: videos details query ....................................................................................................... 42
7
ACKNOWLEDGEMENT
I would like to take this opportunity to thank the Almighty God for His sufficient grace and
strength as I was doing this project. I would also like to express my sincere gratitude to my
teachers;-Mr. X, Mrs. Y and Ms. Z for their encouragement and valuable advice that they gave
me. Last but certainly not the least; I would like to appreciate my family for their support and
also my friends for having faith in me.
8
INTRODUCTION
Upepeo club is a club that lends videos to its members. Upon receiving new videos, the club
categorizes them into comedy, general, horror, thriller or cartoon. The club also codes and labels
the videos appropriately. Upon joining the club, a member is supposed to pay a registration fee
of Ksh 5000and then a membership card is offered to them.
When members come to borrow videos, they produce their membership card and then the details
of the videos are recorded. When a video is brought in a damaged condition or lost, the member
is surcharge Ksh 700 while if it remains unreturned for 14 days after the due date of return, the
video is assumed lost and the member is surcharged for the days overdue and the loss. Also, the
members are not supposed to have more than five videos at a time and may borrow videos for as
long as their outstanding bills do not exceed half the amount of the registration fee.
The system therefore endeavors to maintain members’ records, maintain and track video records,
facilitate issuance of videos, bill the members and compute club monthly revenue and expenses
as well as generate appropriate reports for the club.
9
SYSTEM ANALYSIS
PROBLEM DEFINITION
Upepeo club is a club that has been lending videos to its members relying on manual system.
This manual system has various demerits which necessitate the existence of the computerized
system. Some of the demerits of the manual system include;-
EXISTING SYSTEM
SYSTEM STRUCTURE
Upepeo club operates manually. When the new videos are received, they are categorized, coded
and labeled. The categories are;-comedy, general, horror, thriller or cartoon. A person who
wishes to join the club pays a registration fee of Ksh 5000 and then is issued with a membership
card.
When a member wishes to join to borrow a video, they first go through the catalogue to identify
the desired videos.
The video title is then traced to its storage location using the video identification code in the
catalogue. If a video is missing, it could either be borrowed or withdrawn. After a member finds
a desired video, he/she produces a membership card and the details of the video are recorded.
The videos borrowed are expected to be returned 3 days after the date of issuance.
10
A video that is damaged or lost attracts a charge of Ksh 700 and if considered lost, then a charge
for overdue days is paid as well as the amount catering for the loss. Members whose overdue
balance is more than Ksh 2500 cannot borrow any video. Revenue collected at the end of the
month is then allocated as follows;
o 27% -administration
o 54% -salaries
o 7% - miscellaneous expenses
o 12% - club development
PROPOSED SYSTEM
OBJECTIVES
The objectives of the new system include;-
11
BENEFITS OF THE PROPOSED SYSTEM
o It ensures correct data entry
o It performs calculations accurately
o It enables easy update of members’ records
o It is fast hence saves on time.
FEASIBILITY STUDY
TECHNICAL FEASIBILITY
The club will have to buy computers and other computer related devices such as the mouse. The
club will also have to employ a database administrator, a computer technician and a system
analyst.
SOCIAL FEASIBILITY
The computerized system may not be accepted by the employees especially those who are
computer illiterate due to fear of losing their jobs. The club will therefore have to train the
employees or recommend them to other places where computer knowledge is not required. Those
who will not be fortunate to secure jobs in other places should be compensated.
ECONOMIC FEASIBILITY
The table below shows the estimated amount spent per month.
12
SCHEDULE FEASIBILITY
ACTIVITY DURATION
System analysis 1 month
System design 1 month
System construction 3 months
System testing and debugging 1 month
System implementation 1 month
Total duration 7 months
Figure 2: schedule feasibility
13
SYSTEM DESIGN
SYSTEM FLOWCHART
Figure 3: system flowchart
Start
Video
Categorize, code
& label
Update video
catalogue
Yes
New Pay 5000, get a
member card
?
No
Yes Yes No
Is number Is bill
Want a of videos <=ksh250 Cannot borrow
video? the member 0
has <=5?
No
No Yes
1
Cannot
borrow
Is desired No Status
video =withdrawn or
available? borrowed
Yes
14
2
1
No
Is condition
Condition =damaged or upon return
lost good?
Yes
No
Days
overdue= No charge
Charge =700
14?
Yes
Stop
15
TABLE DESIGN
The table below is a design of the members table.
16
The table below is a table design of the transactions table.
17
The table below is a table design of the balance sheet table.
18
INPUT DESIGN
The figure below is a form design of the members form.
MEMBERS FORM
MEMBERSHIP NUMBER
MEMBER NAME
ID NUMBER
RESIDENTIAL ADDRESS
OCCUPATION
VIDEOS FORM
VIDEO ID CODE
CATEGORY
TITLE
DATE OF RELEASE
STORAGE LOCATION
19
Form Design 2: Videos form
DESCRIPTION
The figure below is a form design of the categories form.
CATEGORIES FORM
CATEGORY
BORROWING RATE
TRANSACTIONS FORM
MEMBERSHIP NUMBER
DAYS OVERDUE
CATEGORY
TOTAL CHARGE
20
Form Design 4: Transactions form
The figure below is a form design of the bills form.
BILLS FORM
MEMBERSHIP NUMBER
CUMULATIVE CHARGES
OUTSTANDING BALANCE
ID NUMBER
MONTH
CATEGORY
BORROWING CHARGE
21
The figure below is a form design of the balance sheet form.
MONTH
ADMINISTRATION
SALARIES
MISCELLANEOUS
CLUB DEVELOPMENT
22
OUTPUT DESIGN
The figure below shows the report design of the videos report.
VIDEOS REPORT
VIDEO ID CODE V1
CATEGORY HORROR
The figure below shows the report design of the list of the overdue videos report.
VIDEO ID CODE V2
23
The figure below shows the report design of the list of damaged and lost videos report.
CONDITION DAMAGED
VIDEO ID CODE V3
The figure below shows the report design of the list of members report.
LIST OF MEMBERS
ID NUMBER 012345678901
24
The figure below shows the report design of the list of the defaulters report.
DEFAULTERS
MONTH MARCH
MONTHLY RECEIPT
MONTH JANUARY
OUTSTANDING BALANCE 48
25
The figure below is the report design of the status report.
STATUS REPORT
CATEGORY CARTOON
STATUS BORROWED
VIDEO ID M1
The figure below shows the report design of the amount of overdue and condition report.
MONTH JANUARY
The figure below shows the report design of the balance sheet report.
BALANCE SHEET
MONTH JANUARY
27
TOTAL This query will be used
OVERDUE AND to display the total
CONDITION overdue and condition
CHARGE charge.
28
SYSTEM CONSTRUCTION
TABLES
The able below consists of the members details.
The table below shows the details of the videos owned by the club.
29
The table below shows the expenditure of the club.
30
RELATIONSHIPS
Below are the various relationships created between the tables.
Relationship 1
31
INPUT SCREENS
Below is the input screen for the members.
32
Below is the input screen for the categories.
33
Below is the input screen for the transactions carried out in a month.
34
OUTPUT SCREENS
Below is the output screen for the defaulters.
35
Below is the output screen for list of overdue videos.
Below is the output screen for the lost and damaged videos.
36
Below is the output screen for the monthly receipt.
Below is the output screen of the overdue and condition amount charged on the members.
37
Below is the output screen for the status of the videos.
Below is the output screen for the total sums per month.
38
Below is the output screen for the videos details.
39
QUERIES
Below is the select query used to obtain the defaulters.
40
Below is the select query used to obtain lost and damaged videos.
Below is the select query used to show the status of the videos.
Below is the select query that shows the total charge for overdue and condition amount collected
from the members.
41
Below is the select query used to show the amount raised by the club in a month.
Below is the select query used to show the details of the videos.
42
USER MANUAL
This system requires both hardware and software.
Hardware Requirements
Pentium 4 microprocessor
2GB R.A.M
Printer
Software Requirements
INSTALLATION GUIDE
Insert the flash disk named Mwandisha into the computer.
Open the folder called Ndawa and send it to my computer or my documents.
Open the folder and view the contents.
43
NAVIGATION GUIDE
INPUT OF DATA
To add data into the database, click on the add information button on the switchboard.
A switchboard like the one shown below will appear.
From here choose on where you want to enter the data e.g. videos form.
After adding the data, click on the go to switchboard button to go back to the main
switchboard.
44
Switchboard 3: Reports
To exit application
To quit the application, go to the main switchboard and click on the quit application button.
45
MISCELLANEOUS
CONCLUSION
The developed system has been able to achieve all the objectives which included the following:-
RECOMMENDATION
I recommend that the club should put the following into consideration for a more efficient
system.
The club should install anti -virus software onto the computers so as to prevent
chances of data loss due to attack by viruses.
The club should also use passwords so that the information about the transactions
is not accessed by unauthorized persons.
The club can also make its operations online by being getting connected to the
internet.
46
BIBLIOGRAPHY
Onunga, J., & Shah, R. Computer studies book 2. Nairobi: Mariwa Publishers.
Onunga, J., & Shah, R. Computer studies book 3. Nairobi: Mariwa Publishers.
Mburu, S., & Chemwa, G. Computer studies book 3. Nairobi: Longhorn Publishers.
Mburu, S., & Chemwa, G. Computer studies book 4. Nairobi: Longhorn Publishers.
47
APPENDICES
This figure shows the start and the end of the system flowchart.
48