Marketing System and Sales System
Marketing System and Sales System
Marketing System and Sales System
PROJECT REPORT ON
ROLL NO : 6103
NAME : M.vishnu
CLASS : XII
PGT (CS)
TIRUPPUR DIST
TAMILNADU
1
SAINIK SCHOOL AMARAVATHINAGAR
CERTIFICATE
This is to certify that Cadet M.VISHNU Roll No: 6103 has successfully
SYSTEMin 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 16
09 OUTPUT 19
10 TESTING 20
12 BIBLIOGRAPHY 24
3
ACKNOWLEDGEMENT
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 MARKETING SYSTEM AND SALES SYSTEM
INTRODUCTION
Information needed to develop marketing strategy is
also provided by MIS. It supports strategy development
for new products, product
positioning, marketing communications (advertising,
public relations, and sales promotion), pricing, personal
selling, distribution, customer service and partnerships
and alliances.
OBJECTIVES OF THE PROJECT
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
An understanding of the different roles managers play and how marketing information
systems can support them in these roles
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 outdated to rationalize your mistake. So, to keep
pace with time, to bring about the best result without malfunctioning and greater
efficiency so to replace the unending heaps of flies with a much sophisticated hard
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 had to maintain a lot of ledgers and a lot of paper work
has to be done but now software product on this organization has made their work
faster and easier. Now only this software has to be loaded on the computer and work
can be done.
6
This prevents a lot of time and money. The work becomes fully automated
and any information regarding the organization can be obtained by clicking the
7
PHASES OF MARKETING SYSTEM DEVELOPMENT LIFE CYCLE
INITIATION PHASE
8
MARKETING SYSTEM CONCEPT DEVELOPMENT PHASE
9
PICTORIAL REPRESENTATION OF MARKETING SYSTEM AND SALES
SYSTEM:
PLANNING PHASE
10
A Project Management Plan is created with components related to acquisition
planning, configuration management planning, quality assurance planning, concept
of operations, system security, verification and validation, and systems engineering
management planning.
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 alevel 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
phase. Program designs are c onstructed in various ways. Using a top-down
approach, designers first identify and link majorprogram components and interfaces,
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
Maintenance Manual, and the Training Plan.
DEVELOPMENT PHASE
13
Testing at the development facility by the contractor and possibly supported
by end users
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 userrequirements.
14
Conduct periodic assessments of the system to ensure the functional
requirements continue to be satisfied.
Determine when the system needs to be modernized, replaced, or retired.
FLOW CHART
PHYTHON-MYSQL CONNECTING
15
YOUR NEED WILL BE FULLFILLEED
WITH INTRACTING WITH MYSQL
16
print('1. registry for customer ')
print('2.registry for products seller')
print('3.registry for order placement')
print('4.modify the order details')
print('5.registry for cancelation of order')
print('6.display the customer details')
print('7.display the products availability')
print('8.display the datas about order placement')
print('9.display the order details')
print('10.display the cancellation of order')
choice=int(input('enter your choice'))
if choice==1:
customer_name=input('enter the customer
name:')
product_name=input('enter the product
name:')
sql_insert="insert into customer_details
values(""'"+customer_name+"'," "'"+product_name+"'"")"
c1.execute(sql_insert)
conn.commit()
print('SUCCESSFULLY REGISTERD')
elif choice==2:
customer_name=input('enter the customer
name:')
product_type=input('enter the product
type:')
product_brand=input('enter the product
brand:')
products_available=input('ONLY 3000 stocks
available:')
17
sql_insert="insert into products_brand
values(""'"+customer_name+"'," "'"+product_type+"',"
"'"+product_brand+"'," "'"+products_available+"'"")"
c1.execute(sql_insert)
conn.commit()
print('SUCCESSFULLY REGISTERD')
elif choice==3:
customer_name=input('enter the customer
name:')
product_name=input('enter the product name:')
demanding_quantity=input('enter tne
quantity:')
sql_insert="insert into order_placement
values(""'"+customer_name+"'," "'"+product_name+"',"
"'"+demanding_quantity+"'"")"
c1.execute(sql_insert)
conn.commit()
print('successfully registerd')
elif choice==4:
customer_name=input('enter the customer
name:')
mobile_number=input('enter mobile number:')
adress=input('enter your adress:')
date_to_deliver=input('enter the date:')
sql_insert="insert into order_details
values(""'"+customer_name+"'," "'"+mobile_number+"',"
"'"+adress+"'," "'"+date_to_deliver+"'"")"
c1.execute(sql_insert)
conn.commit()
print('SUCCESSFULLY REGISTERD')
18
elif choice==5:
customer_name=input('enter tthe customer
name:')
order_number=input('enter tyhe order
number:')
products_contained=input('enter the product
contained in your order:')
reason_for_cancelation=input('entetr the
reason for cancelling the order:')
confirm_cancelation=input('say YES or NO:')
sql_insert="insert into cancelation_of_order
values(""'"+customer_name+"'," "'"+order_number+"',"
"'"+products_contained+"',"
"'"+reason_for_cancelation+"',""'"+confirm_cancelation+"'"")"
c1.execute(sql_insert)
conn.commit()
print('SUCCESSFULLY REGISTERD')
elif choice==6:
sql_s="select*from customer_details"
c1.execute(sql_s)
a=c1.fetchall()
for i in a:
print(i)
break
elif choice==7:
sql_s="select*from products_brand"
c1.execute(sql_s)
a=c1.fetchall()
for i in a:
print(i)
break
19
elif choice==8:
sql_s="select*from order_placement"
c1.execute(sql_s)
a=c1.fetchall()
for i in a:
print(i)
break
elif choice==9:
sql_s="select*from ordre_details"
c1.execute(sql_s)
a=c1.fetchall()
for i in a:
print(i)
break
elif choice==10:
sql_s="select*from cancellation_of_order"
c1.execute(sql_s)
a=c1.fetchall()
for i in a:
print(i)
break
else:
print('sorry')
OUTPUT
20
TESTING
21
application with the intent of finding software bugs.
It can also be stated as the process of validating and verifying that a software
program/application/product meets the business and technical requirements that
guided its design and development, so that it works as expected and can be
implemented with the same characteristics. Software Testing, depending on the
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
22
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.
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.
23
Two common forms of code coverage are:
Function Coverage: Which reports on functions executed and
Statement Coverage: Which reports on the number of lines executed
to complete the test.
They both return coverage metric, measured as a percentage
24
III. MOTHERBOARD : 1.845 OR 915,995 FOR PENTIUM 0R MSI
SOFTWARE REQUIREMENTS:
I. Windows OS
II. Python
25
BIBLIOGRAPHY
***
26