6466 Medical Store Computer Project
6466 Medical Store Computer Project
6466 Medical Store Computer Project
PROJECT REPORT ON
ROLL NO : 6466
CLASS : XII
PGT (CS)
TIRUPPUR DIST
TAMILNADU
1
SAINIK SCHOOL AMARAVATHINAGAR
CERTIFICATE
SYSTEM in the subject Computer Science (083) laid down in the regulations of
(PM Jigajinni)
PGT Comp Sci
Master IC
Examiner:
Name: _______________
Signature:
2
TABLE OF CONTENTS [ T O C ]
01 ACKNOWLEDGEMENT 04
02 INTRODUCTION 05
04 PROPOSED SYSTEM 06
07 FLOW CHART 15
08 SOURCE CODE 22
09 OUTPUT 28
10 TESTING 30
12 BIBLIOGRAPHY 35
ACKNOWLEDGEMENT
3
Apart from the efforts of me, the success of any project depends largely on
the encouragement and guidelines of many others. I take this opportunity to express
my gratitude to the people who have been instrumental in the successful completion
of this project.
I express deep sense of gratitude to almighty God for giving me strength for
the successful completion of the project.
The guidance and support received from all the members who contributed
and who are contributing to this project, was vital for the success of the project. I am
grateful for their constant support and help.
4
PROJECT ON CREATING MEDICAL INVENTORY SYSTEM
INTRODUCTION
This programme helps the users to generate a bill for his\her medical account,
Number and displays it. The user can use the account number to view their
Registered details. This programme can be used only if the Login ID and the
Password is correct.
The objective of this project is to let the students apply the programming
knowledge into a real- world situation/problem and exposed the students how
5
PROPOSED SYSTEM
Today one cannot afford to rely on the fallible human beings of be really
wants to stand against today’s merciless competition where not to wise saying “to
err is human” no longer valid, it’s out-dated to rationalize your mistake. So, to keep
pace with time, to bring about the best result without malfunctioning and greater
One has to use the data management software. Software has been an ascent
markets, which have helped in making the organizations work easier and efficiently.
Data management initially hadto maintain a lot of ledgers and a lot of paperwork has
to be done but now software producton this organization has made their work
fasterand easier. Now only this software has to beloaded on the computer and work
can be done.
This prevents a lot of time and money. Thework becomes fully automated and
any information regarding the organization can beobtained by clicking the button.
6
SYSTEM DEVELOPMENT LIFE CYCLE (SDLC)
7
PHASES OF SYSTEM DEVELOPMENT LIFE CYCLE
INITIATION PHASE
8
SYSTEM CONCEPT DEVELOPMENT PHASE
9
PLANNING PHASE
10
of operations, system security, verification and validation, and systems engineering
management planning.
REQUIREMENTSANALYSIS PHASE
This phase formally defines the detailed functional user requirements using
high-level requirements identified in the Initiation, System Concept, and Planning
phases. It also delineates the requirements in terms of data, system performance,
security, and maintainability requirements for the system. The requirements are
defined in this phase to a level of detail sufficient for systems design to proceed.
They need to be measurable, testable, and relate to the business need or
opportunity identified in the Initiation Phase. The requirements that will be used to
determine acceptance of the system are captured in the Test and Evaluation
MasterPlan.
Further define and refine the functional and data requirements and document
them in the Requirements Document,
Complete business process reengineering of the functions to be supported
(i.e., verify what information drives the business process, what information is
generated, who generates it, where does the information go, and who
processes it),
Develop detailed data and process models (system inputs, outputs, and the
process.
Develop the test and evaluation requirements that will be used to determine
acceptable system performance.
DESIGN PHASE
11
then expand design layouts as they identify and link smaller subsystems and
connections. Using a bottom-up approach, designers first identify and link minor
program components and interfaces, then expand design layouts as they identify
and link larger systems and connections. Contemporary design techniques often use
prototyping tools that build mock-up designs of items such as application screens,
database layouts, and system architectures. End users, designers, developers,
database managers, and network administrators should review and refine the
prototyped designs in an iterative process until they agree on an acceptable design.
Audit, security, and quality assurance personnel should be involved in the review
and approval process. During this phase, the system is designed to satisfy the
functional requirements identified in the previous phase. Since problems in the
design phase could be very expensive to solve in the later stage of the software
development, a variety of elements are considered in the design to mitigate risk.
These include:
12
DEVELOPMENT PHASE
13
Testing as a deployed system with end users working together with contract
personnel
IMPLEMENTATION PHASE
This phase is initiated after the system has been tested and accepted by the
user. In this phase, the system is installed to support the intended business
functions. System performance is compared to performance objectives established
during the planning phase. Implementation includes user notification, user training,
installation of hardware, installation of software onto production computers, and
integration of the system into daily work processes. This phase continues until the
system is operating in production in accordance with the defined user requirements.
14
FLOW CHART
START
import sys
conn=sql.connect(host='localhost',user='root',password='manager',database='medical_store')
if
conn.is_co
nnected:
print('successfully connected')
c1=conn.cursor()
c1=conn.cursor()
if
conn.is_co
nnected:
print("
WELCOME TO SS MEDICAL STORE
"
)
print(a)
print("1. Login")
print("2. Exit")
p
16
option=int(input("Enter your choise : "))
If
option=
=
1
user=user.upper()
datas=c1.fetchall()
for i in
datas:
value_1=i[0]
if user==value_1:
password=input('Password : ')
password=password.upper()
17
If
password
==value
print()
print('Login successfull')
print()
print("11.Customers Account")
print("12.Medicine Cost")
print("3.Bill")
if option==11:
print(x)
18
c1.execute(x)
p
If
option==
3
:
data=c1.fetchall()
print('medicine_code of',med_name,':',row[0])
print('gst of',med_name,':',row[1])
print('sgst of',med_name,':',row[2])
print('cost_per_item of',med_name,':',row[3])
conn.commit()
account_number=input('enter account_number:')
datas=c1.fetchall()
datas=list(datas[0]) 19
d
Print(datas)
conn.commit()
total_amount=row[3]*quantity
Print("total_amount of",med_name,':',total_amount)
Print(v_sql_insert)
c1.execute(v_sql_insert)
conn.commit()
20
Print(“records added”)
Else:
print('Invalid Password')
print('Tryagain')
Elif
option
=
=
sys.exit()
21
STOP
SOURCE CODE
import sys
conn=sql.connect(host='localhost',user='root',password='manage
r',database='medical_store')
c1=conn.cursor()
if conn.is_connected:
print("
print(a)
print("1. Login")
22
print("2. Exit")
print()
if option==1:
print()
user=user.upper()
datas=c1.fetchall()
for i in datas:
value_1=i[0]
value_2=i[1]
if user==value_1:
password=input('Password : ')
password=password.upper()
if password==value_2:
print()
print('Login successfull')
print()
print("11.Customers Account")
print("12.Medicine Cost")
print("3.Bill")
print()
option=int(input("enter a option:"))
if option==11:
23
account_number=int(input("enter your acct_number:"))
patient_name=input("enter your
name:")
age=int(input("enter your
age:"))
address=input("enter your
address:")
phone_number=int(input("enter
your number:"))
x="insert into
customers_details values("+str(account_number)
+",'"+patient_name+"',"+str(age)
+",'"+address+"',"+str(phone_number)+","+str(balance_amount)
+")"
print(x)
c1.execute(x)
print("Account created
congrats")
conn.commit()
conn=sql.connect(host='localhost',user='root',password='manage
r',database='medical_store')
c1=conn.cursor()
24
choice=int(input("enter your choice:"))
if choice==2:
values('paracetamal 250mg',325674,1.5,1,5)")
values('amoxylin',647890,1,1,4)")
values('zinc sulphide',546783,1.5,0.5,3.5)")
values('polodb 500mg',568903,3,2.5,10)")
values('paracetamal 500mg',325679,2,1.5,6)")
values('dolo 500mg',789541,3,2.5,10)")
values('ferric sulphide',546784,1.5,0.5,3.5)")
print("Records Created")
conn.commit()
if option==3:
print(a)
:")
25
no=int(input('enter the number of
medicine:'))
print('customer name:',patient_name)
')
c1.execute("select
data=c1.fetchall()
print('medicine_code
of',med_name,':',row[0])
print('gst
of',med_name,':',row[1])
print('sgst
of',med_name,':',row[2])
print('cost_per_item
of',med_name,':',row[3])
conn.commit()
account_number=input('enter
account_number:')
c1.execute("select balance_amount
like'"+str(account_number)+"'")
datas=c1.fetchall()
26
datas=list(datas[0])
datas=datas[0]
print(datas)
conn.commit()
print("rows
affected:",c1.rowcount)
conn.commit()
quantity=int(input("enter the
quantity:"))
total_amount=row[3]*quantity
print("total_amount
of",med_name,':',total_amount)
(medicine_name,medicine_code,gst,sgst,cost_per_item,quantity,d
iscount_on_balance_amount,total_amount)values('{}',{},{},{},
{},{},{},
{})".format(med_name,row[0],row[1],row[2],row[3],quantity,data
s,total_amount)
print(v_sql_insert)
c1.execute(v_sql_insert)
conn.commit()
print("Records added")
else:
print('Invalid Password')
print('Tryagain')
27
elif option==2:
sys.exit()
OUTPUT
28
29
TESTING
30
testing method employed, can be implemented at any time in the development
process, however the most test effort is employed after the requirements have been
defined and coding process has been completed.
TESTING METHODS
Software testing methods are traditionally divided into black box testing and
white box testing. These two approaches are used to describe the point of view that
a test engineer takes when designing test cases.
SPECIFICATION-BASED TESTING
The black box tester has no "bonds" with the code, and a tester's perception
is very simple: a code must have bugs. Using the principle, "Ask and you shall
receive," black box testers find bugs where programmers don't. But, on the other
hand, black box testing has been said to be "like a walk in a dark labyrinth without a
flashlight," because the tester doesn't know how the software being tested was
actually constructed.
31
That's why there are situations when (1) a black box tester writes many test
cases to check something that can be tested by only one test case, and/or (2) some
parts of the back end are not tested at all. Therefore, black box testing has the
advantage of "an unaffiliated opinion," on the one hand, and the disadvantage of
"blind exploring," on the other.
White box testing, by contrast to black box testing, is when the tester has
access to the internal data structures and algorithms (and the code that implement
these)
White box testing methods can also be used to evaluate the completeness of
a test suite that was created with black box testing methods. This allows the software
team to examine parts of a system that are rarely tested and ensures that the most
important function points have been tested.
32
They both return coverage metric, measured as a percentage
33
IV. RAM : 512MB+
SOFTWARE REQUIREMENTS:
I. Windows OS
II. Python
34
BIBLIOGRAPHY
***
35