Event Management System Documentation
Event Management System Documentation
Event management system is a convenient method to book event and views event in and
around the user’s interests and in the desired time. These event maybe of any type including
concerts, art show, marriage, baby shower, etc. This project enables the user to access all the
details regarding the event and make bookings.
Event management system has users with user status and admin with admin status. The
registered users can visit the website and view the events and book the event through contact.
The admin can create, edit, delete the events. The project is based on CRUD operation. This
project is developed in PHP and MySQLi. The project provides the basic functionality
required to book event. It allows the users to select an event from the list of events. It allows
users to search the events that is needed for the users. It is error free, secure, reliable and fast
management system. It can assist users to concentrate on their other activities rather to
concentrate on record keeping. Thus it will help the company in better utilization of
resources. The company can maintain computerized records without redundant entries.
The aim of this project is to fulfill the requirement of the users and and save their time. The
project describes how to manage for good performance and better services for the client.
Acknowledgement
I would like to express my gratitude and appreciation to all those who gave me the possibility
to complete this project. Special thanks is due to my supervisor Mr. Ujjwal Bhusal whose
help, simulating suggestions and encouragement helped me in all time of fabrication process
and in writing this project. I also sincerely thanks for the time spent proofreading and
correction my many mistakes.
I specially acknowledge him for his advice, supervision and the vital contribution as and
when required during this project. His involvement has triggered and nourished intellectual
maturity that will help me for a long time to come.
Table of Contents
Chapter 1: Introduction...................................................................................................................................................
1.1 Introduction.........................................................................................................................1
1.2 Statement of Problem..........................................................................................................2
1.3 Objective....................................................................................................................................3
1.4 Scope and Limitation................................................................................................................3
1.5 Report Organization ................................................................................................................5
Chapter 2: Literature Review.........................................................................................................................................
2.1 Background Study.....................................................................................................................6
2.2 Literature Review......................................................................................................................8
Chapter 3: System Analysis and Design.........................................................................................................................
3.1 System Analysis.......................................................................................................................11
3.1.1 Requirement Analysis......................................................................................................11
3.1.2 Feasibility Study:..............................................................................................................13
3.1.3 Data modeling (ER-Diagram):........................................................................................15
3.1.4 Process Modeling(DFD)...................................................................................................15
3.2 System Design..........................................................................................................................16
3.2.2 Ui interface........................................................................................................................17
3.2.3 Physical DFD....................................................................................................................24
Chapter 4: Implementation and Testing ........................................................................................................................
4.1. Implementation ......................................................................................................................25
4.1.1. Tools Used (CASE tools, Programming languages, Database platforms) ..................25
4.1.2. Implementation Details of Modules (Description of procedures/functions)................31
4.2. Testing.....................................................................................................................................32
4.2.1. Test Cases for Unit Testing ............................................................................................32
Chapter 5: Results(Outcome)..........................................................................................................................................
5.1. Lesson Learnt / Outcome.......................................................................................................36
5.2. Conclusion..............................................................................................................................36
5.3. Future Recommendations......................................................................................................36
Reference..........................................................................................................................................................................
Bibliography.....................................................................................................................................................................
List of Figures
Figure 1: Problems..............................................................................................................................2
Figure 2: Solution................................................................................................................................2
Figure 3: Waterfall Model................................................................................................................13
Figure 4: Use Case Diagram.............................................................................................................15
Figure 5: ER-Diagram......................................................................................................................15
Figure 6: Process Modeling..............................................................................................................16
Figure 7: Architect Design................................................................................................................16
Figure 8: Register Page.....................................................................................................................17
Figure 9: Login Page.........................................................................................................................17
Figure 10: Amin Event......................................................................................................................18
Figure 11: Dashboard.......................................................................................................................18
Figure 12: Bookings..........................................................................................................................19
Figure 13: Admin Blogs....................................................................................................................19
Figure 14: User..................................................................................................................................20
Figure 15: Messages..........................................................................................................................20
Figure 16: Admin Logout.................................................................................................................21
Figure 17: Home................................................................................................................................21
Figure 18: About...............................................................................................................................22
Figure 19: Events..............................................................................................................................22
Figure 20 Contact:............................................................................................................................23
Figure 21: Blogs.................................................................................................................................23
Figure 22: User Logout.....................................................................................................................24
Figure 23: Physical DFD...................................................................................................................24
Figure 24: Admin Header.................................................................................................................37
Figure 25: Gantt Chart.....................................................................................................................37
Figure 26: Admin Event...................................................................................................................38
Figure 27: Admin Page.....................................................................................................................38
Figure 28: Admin Bookings..............................................................................................................39
Figure 29: Admn Blogs.....................................................................................................................39
Figure 30: Admin Contact................................................................................................................40
Figure 31: Admin User.....................................................................................................................40
Figure 32: Admin CSS......................................................................................................................41
Figure 33: Header.............................................................................................................................42
Figure 34: Footer...............................................................................................................................42
Figure 35: About...............................................................................................................................43
Figure 36: Event................................................................................................................................43
Figure 37: Blogs.................................................................................................................................44
Figure 38: Contact............................................................................................................................44
Figure 39: CSS...................................................................................................................................45
Figure 40: Login................................................................................................................................46
Figure 41: Logout..............................................................................................................................46
Figure 42: Register............................................................................................................................47
List of Tables
The term “Management” characterizes the process of and the personnel leading and directing
all or part of an organization through the deployment and manipulation of resources.
According to the Oxford English Dictionary, the word “manage” comes from the Italian
maneggiare (to handle). Management has to do with power by position, whereas leadership
involves power by influence.
1
also a hassle. Many people don’t even know the location of the company. So website is made
so that people don’t need to look for the location to book event which makes the user easy
and less time consuming.
Figure 1: Problems
Figure 2: Solution
1.3 Objective
The aim of this project is to design and implement a web based event management system.
To achieve this some specific objectives includes the following:
To understand the concept of event management
To study the different types of events
To analyse the role of creativity in event management process
Scope:
Save time
Save money
Any user can excess this system
Easy to search the event
Limitations:
Methodology
2
In its most common sense, methodology is the study of research methods. However, the term
can also refer to the methods themselves or to the philosophical discussion of associated
background assumptions. A method is a structured procedure for bringing about a certain
goal. In the context of research, this goal is usually to discover new knowledge or to verify
pre-existing knowledge claims. This normally involves various steps, like choosing
a sample, collecting data from this sample, and interpreting this data. [1]
Waterfall Model
The waterfall model is a breakdown of project activities into linear sequential phases, where
each phase depends on the deliverables of the previous one and corresponds to a
specialization of tasks. The approach is typical for certain areas of engineering design.
In software development, it tends to be among the less iterative and flexible approaches, as
progress flows in largely one direction ("downwards" like a waterfall) through the phases of
conception, initiation, analysis, design, construction, testing, deployment and maintenance.
[2]
3
2. System design
Using the established requirements, your team designs the system. No coding takes place
during this phase, but the team establishes specs such as programming language or hardware
requirements.
3. Implementation
Coding takes place in this phase. Programmers take information from the previous stage and
create a functional product. They typically implement code in small pieces, which are
integrated at the end of this phase or the beginning of the next.
4. Testing
Once all coding is done, testing of the product can begin. Testers methodically find and
report any problems. If serious issues arise, your project may need to return to phase one for
reevaluation.
5. Deployment of System
In this phase, the product is complete, and your team submits the deliverables to be deployed
or released.
6. Maintenance
The product has been delivered to the client and is being used. As issues arise, your team
may need to create patches and updates may to address them. Again, big issues may
necessitate a return to phase one.
[3]
4
chapter 1. where as in chapter 2, we have background study and literature review of the
project. Similarly in chapter 3, we have system analysis and Architectural Design. In System
analysis, it includes requirement analysis, feasibility analysis, Data modeling (ER-
DIAGRAM) and Process modeling. Where requirements analysis includes functional
requirements and non-functional requirements. In Feasibility analysis, it includes Technical,
operational economic and schedule. Architectural Design includes Database Schema design,
interface design and physical DFD. In chapter 4, we have implementation and Testing.
Where implementation includes Tools used and Implementation details of modules. Testing
which includes unit testing and system testing. As chapter 5 is the final chapter which consist
of lesson learnt(outcome), conclusion and future recommendations of the project.
Luxurious events and parties continued with medieval French Royalty. Wealthy aristocratic
women were in charge of event management, the most notable being Madame Pompadour,
the mistress to King Louis XV of France and Marie Antoine. Parties were themed with
costumes and popular musicians of the time.
The Industrial Revolution created the need for events and connecting to expand beyond
parties for the elite and royal families. Thus, industrialization provided a stronger economy
by increasing manufacturing and generating business growth, and it ultimately became
necessary for people to set up meetings and events in order to collaborate and grow their
businesses. People were making more money, which meant that they could spend more on
5
hosting events. The expansion of transportation provided options to increase the number of
events and meetings, as well as an array of location options. New modes of transportation
such as trains permitted a feasible manner for people to travel to and from events, all in a
timely manner.
The introduction of mobile phones and the internet also had an enormous impact on event
planning. With the use of these electronics, communication could now happen at any time
during the day, from anywhere in the world. Individuals can now create, locate, register, and
document an event by using one small portable device.
Then vs Now
Registration
Then: Prior to the 1990s and 2000s, event organizers had to use hand-written registration
processes and all documents were physically mailed. It could take days to reach it’s final
destination and it was easy for documents to become lost.
Now: Documents can be emailed or uploaded to a dropbox instantly and registration forms
can be filled out online.
Locating
Then: Before the internet, attendees had to pull out a physical map to find the location of an
event, which may have been difficult and stressful.
Now: One simply needs to type an address into Google Maps to receive turn by turn
directions and even obtain a new route if they get lost or make a wrong turn.
Attendees
Then: Curious who’s attending an event? Back then, placing a telephone call to your friends
or asking them directly in-person was the only solution.
Now: Through social media and event organization websites, attendees can see virtually who
is interested in or attending an event.
6
Advertising and Finding Events
Then: Before the internet, flyers, posters, and word-of-mouth were popular ways to advertise
events.
Now: People can search for events utilizing websites such as City Event. Users can type in
their location and find hundreds of events they may not have even know existed! The most
considerable change technology has afforded is the availability for an individual or
organization to have more control over event management. Software and websites allow
people to construct advertisements for events with user-friendly formats that are slick and
professional. Ticket sales and registration are organized in one spot, and in the fast-paced
world of the internet, time is limited and valuable. Event management websites and apps
such as City Event save people time while providing easy options for creating events.
Event management entails the application of management in the creation and development of
large-scale events (Emmers & Wolff, 2008) [1]. The process of coordinating and planning
events is usually regarded to as event planning, and it includes a variety of things discussed
in the paper (Martin-Flatin, Jakobson, & Lewis, 2007) [2]. In regards to the above
information, I work as an event manager at an event planning company. The company serves
as a one-stop shop that offers everything for its customers such as wedding cakes, fresh
flowers, wedding flavors, tables, chairs, draping, lighting, linens among other items. In
achieving its objectives, the company has incorporated an array of stakeholders such as
wedding coordinators, photographers, catering personnel, entertainment person among
others. The company offers a gamut of event planning services in an effort of providing
every event the full attention that it deserves and gives the best services to its customers
(Corrado, 2011) [3].
However, the company is faced with is increased competition from other similar industries.
The event planning industry has grown enormously over the last decade, and it is thus,
important for the company to develop strategies for reducing the associated competition
7
(Constantinides, 2006) [4]. According to Allen & Gale (2004) direct competition that the
many companies face such as my company exists in cases where companies produce similar
goods and products meant to target similar customers or market segment. Enterprises and
businesses are strongly affected by completion. The nature and range of services and goods
that they sell as well as the prices that they charge on the commodities is greatly influenced
by the level of completion in the particular industry (Tjosvold, Johnson, Johnson, & Sun,
2006) [5]. For an enterprise to be successful, it is thus, paramount for it to recognize the need
to adapt to the ever-changing global business environment to be able to get the competitive
edge over its rivals (Allon & Federgruen, 2007) [6]. In this regards, the paper presents a
literature review addressing the issue of increased competition currently confronted by the
organization.
Nowadays, the event industry has played a vital role in our society. People have come up
with a lot of occasions for organizing events such as educational events, birthdays,
international conferences, company parties etc. (Bladen & Charles, 2012) [7]. Generally
speaking, events are also a part of human beings’ social life because they get to know and
talk with different people with different backgrounds. However, in order to organize a good
and successful event, it requires a thorough and detailed planning process (Patrick & Maggie,
2010) [8]. Event managers and event coordinators need to collaborate in order to formulate
the most viable plan for events. In order to make events successful and well organized, all of
the stages in the entire planning process also need to be in harmony and be correlated with
one another. Risk management has been of great importance during the entire planning
process. Under no circumstances should risk management be underestimated (Wagen &
Lynn, 2001) [9]. Additionally, evaluation process helps event organizers and event managers
to realize which aspects should be improved and need further development. There are two
main parts in this thesis: the theoretical and the empirical part. The empirical part focused on
elaborating on the Annual International NIBS Conference in Lahti on May 21-23, 2014(Getz
2007) [10]. Regarding the research methods, deductive approach was utilized in this thesis.
Both quantitative and qualitative were also used in this thesis to analyze the collected data.
8
Furthermore, the process of data collection for the empirical part came directly from
interviews, emails, observations, materials provided by event organizers and surveys(Walters
& Rashid, 2009) [11]. Eventually, organizing a good and successful event always requires
thorough planning processes and effort. The Annual International NIBS Conference in Lahti
was a success because most of the guests and visitors were satisfied with the Conference
itself. The satisfaction level was calculated by evaluating the feedback and grade point
averages. However, the organizers of the NIBS Conference in Lahti, Finland should pay
attention to the time-management and marketing aspects (website design). Besides, risk
management is of great significance, which needs to be studied more. Visitors’ impressions
are an interesting aspect which facilitates the evaluation process(Shone & Parry, 2004) [12].
Key words: event management, Lahti, NIBS, conference, international, even managers, event
co-ordinators, planning process.
SolutionDots Systems has developed a solution for all of your problems and name it as Event
Management System. Event Management System is a system that will reduce your work
burden along with your budget best thing is through EMS it becomes very easy to handle all
matters of attendee management as well as event marketing. It gives you complete relaxation
regarding the event and make you able to think about the growth of your company and other
important matters. No doubt this a brilliant development of SolutionDots System. Let me
share some important feature of Event Management System to make it clear that how your
business life changes with the presence of EMS.
First and most important thing is Reduce Budget. Seriously it will reduce your budget the
question is how? So answer is in your hands, it will manage all your event registration,
ticketing, marketing etc. and you don’t have to hire extra manpower for this purpose, no need
to take some building on rent as booking center because everything will be online also there
is no need to pay a lot for marketing because EMS will manage all your marketing too.
Event Management System will provide online payment facility and make you able to collect
payment from all over the world without any limitation of boundaries. It sends automatic
email notifications to the attendees and make them feel that event manager cares for them
and their presence is really important. EMS will Improve Attendee Experience & Drive
9
Attendee. Once someone register for the event, Event Management System will start its work
to share brief details with attendee and will also offer them support to make their experience
excellent. It can Customized Attendee Notifications according to their desire and make them
able to feel that we respect their desire. EMS will Simplified Reporting like it control all of
your financial data, billing, invoices payments etc. All data and reports updated in EMS
could be exported in your desired format with Export Reports feature. Event Management
System store all records of your events in a single Database System, so it becomes very easy
to search any record if needed. Now here is a feature which will improve the strength of your
attendees, EMS will focus on Powerful Marketing of your events on social media interfaces
and catches more customers. With the help of SolutionDots System’s Event Management
System the attendee can keep an eye on the history of event. Scheduling of Resources means
that EMS will schedule all important resources for your event for example projectors,
conference rooms, presenters etc. EMS will also manage the wait list for over sold events.
10
Input: select logout option
Output: logout from the system
Processing: User will logout
Online package: online various payment packages will available to see.
II. Non-functional Requirement
Performance requirement: the system need to be reliable
If unable to process the request then appropriate error messages.
Web pages are loaded within few seconds.
List of cases:
Following are the use case:
Registration: to enter this site user has to register himself/herself first. Requirements
of registration are name, email-id, password, confirm password.
Login: the system provides facility to login into the system. Email-id and password.
User profile page.
Event selection: customer/user will select event by seeing at time slots available and
suitable packages.
Manager profile: produce detailed proposals for events (for example timelines,
suppliers, legal obligation, staffing and budgets).
Logout: the system provides the facility to logout from the site.
Input: select logout option
Output: logout from the system
Processing: User will logout.
11
System use case diagram
12
flexible enough so that future changes can be easily done based on the future upcoming
requirements.
a) Economical Feasibility
This is a very important aspect to be considered while developing a project. We
decided the technology based on minimum possible cost factor.
All hardware and software cost has to be borne by the organization.
Overall we have estimated that the benefits the organization is going to receive
from the proposed system will surely overcome the initial costs and the later on
running cost for system.
b) Technical Feasibility
This include the study of function, performance and constraints that may
affect the ability to achieve an acceptable system. For this feasibility study, we
studied complete functionality to be provided in the system, as described in the
System Requirement Specification (SRS) and checked if everything was possible
using different type of fronted and backend plaformst.
c) Operational Feasibility
No doubt the proposed system is fully GUI based that is very user friendly and
all inputs to be taken all self-explanatory even to a layman. Besides, a proper training
has been conducted to let know the essence of the system to the users so that they feel
comfortable with new system. As far our study is concerned the clients are
comfortable and happy as the system has cut down their loads and doing.
d) Schedule Feasibility
Schedule Feasibility is defined as the probability of a project to be completed
within its scheduled time limits, by a planned due date. If a project has a high
probability to be completed on-time, then its schedule feasibility is appraised as high.
In many cases a project will be unsuccessful if it takes longer than it was estimated:
some external environmental conditions may change, hence a project can lose its
13
benefits expediency and profitability. If a work to be accomplished at a project does
not fit the timeframes demanded by its customers, then a schedule is unfeasible
Figure 5: ER-Diagram
14
3.1.4 Process Modeling(DFD)
15
Figure 6: Process Modeling
16
3.2 System Design
3.2.1 Architecture Design
17
3.2.2 Ui interface
18
Figure 10: Dashboard
Figure
Figure 11: 14:
AminUser
Event
20
21
Figure 18: Events
Figure 8: About
22
Figure 20: Contact
23
Figure 22: User Logout
24
Chapter 4: Implementation and Testing
4.1. Implementation
4.1.1. Tools Used (CASE tools, Programming languages, Database platforms)
Analysis tools
Design tools
Programming tools
Prototype tools
Maintenance tools
Diagram tools
25
Process modeling tools
Process management
tools
Documentation tools
Configuration
management tools
27
applications such as WordPress and Joomla can also be installed with similar ease using
Bitnami. [8]
28
for Android and iOS. However, as with all other iOS web browsers, the iOS version uses
the WebKit layout engine instead of Gecko due to platform requirements. An optimized
version is also available on the Amazon Fire TV, as one of the two main browsers available
with Amazon's Silk Browser. [11]
29
Programming Languages
30
interfaces (APIs) for working with text, dates, regular expressions, standard data structures,
and the Document Object Model (DOM). [17]
4.2. Testing
4.2.1. Test Cases for Unit Testing
31
Test case for admin login with correct data
In the following table admin login is checked using correct email and password when the
login is successful the site will redirect to dashboard and the test result was as expected and
successful.
Test Test Test Test data Expected Actual Pass/
case scenario steps result result Fail
32
d.
Click
login
button.
Table 4: Admin Login with incorrect data
33
2. b Check Enter URL Email- Login As Pass
admin login Enter email [email protected] failed expected
with valid and Password: huhu and error
data. password. message
Click login displayed
button.
34
3. b Search Login iphone No items As Pass
event with Enter event name in expected
invalid data the search bar.
Chapter 5: Result(Outcome)
35
lessons learnt was to designing the system completely before coding and background study
of similar kind of projects are equally important as other tasks.
5.2. Conclusion
Event Management System is user friendly and cost effective system, it is customized with
activities related to event management life-cycle. It provides a new edge to management
industry. City Event always keep your objectives and goals on top priority while developing
any plan of work.
36
Appendices
Figure 26: 37
Admin Page
Figure 28: Admin Bookings
38
Figure 30: Admin Contact
39
Figure 32: Admin CSS
40
Figure 33: Header
41
Figure 35: About
42
Figure 37: Blogs
43
Figure 39: CSS
44
Figure 40: Logout
45
Figure 42: Register
46
Reference
Wikipedia contributors. (2022b, August 21). Methodology. Wikipedia, The Free
Encyclopedia. https://en.wikipedia.org/w/index.php?title=Methodology&oldid=1105747084
Wikipedia contributors. (2022a, July 12). Waterfall model. Wikipedia, The Free
Encyclopedia. https://en.wikipedia.org/w/index.php?
title=Waterfall_model&oldid=1097696050
What the waterfall project management methodology can (and can’t) do for you. (2017,
August 23). Lucidchart.com. https://www.lucidchart.com/blog/waterfall-project-
management-methodology
Wikipedia contributors. (2022b, August 14). Visual Paradigm. Wikipedia, The Free
Encyclopedia.https://en.wikipedia.org/w/index.php?
title=Visual_Paradigm&oldid=1104313726
Wikipedia contributors. (2022a, May 31). XMind. Wikipedia, The Free Encyclopedia.
https://en.wikipedia.org/w/index.php?title=XMind&oldid=1090756838
Wikipedia contributors. (2022e, August 27). Microsoft Word. Wikipedia, The Free
Encyclopedia. https://en.wikipedia.org/w/index.php?
title=Microsoft_Word&oldid=1107061291
Wikipedia contributors. (2022e, August 23). Microsoft Visual Studio. Wikipedia, The Free
Encyclopedia. https://en.wikipedia.org/w/index.php?
title=Microsoft_Visual_Studio&oldid=1106249509
Wikipedia contributors. (2022c, July 25). XAMPP. Wikipedia, The Free Encyclopedia.
https://en.wikipedia.org/w/index.php?title=XAMPP&oldid=1100324213
Wikipedia contributors. (2022b, July 5). StarUML. Wikipedia, The Free Encyclopedia.
https://en.wikipedia.org/w/index.php?title=StarUML&oldid=1096669928
47
Wikipedia contributors. (2022h, August 27). Google Chrome. Wikipedia, The Free
Encyclopedia. https://en.wikipedia.org/w/index.php?
title=Google_Chrome&oldid=1107043948
Wikipedia contributors. (2022h, August 25). Firefox. Wikipedia, The Free Encyclopedia.
https://en.wikipedia.org/w/index.php?title=Firefox&oldid=1106637687
Wikipedia contributors. (2022a, May 17). Balsamiq. Wikipedia, The Free Encyclopedia.
https://en.wikipedia.org/w/index.php?title=Balsamiq&oldid=1088325567
Wikipedia contributors. (2022c, June 19). Storyboard. Wikipedia, The Free Encyclopedia.
https://en.wikipedia.org/w/index.php?title=Storyboard&oldid=1093943867
Wikipedia contributors. (2022c, June 5). ProjectLibre. Wikipedia, The Free Encyclopedia.
https://en.wikipedia.org/w/index.php?title=ProjectLibre&oldid=1091705794
Wikipedia contributors. (2022h, August 8). HTML. Wikipedia, The Free Encyclopedia.
https://en.wikipedia.org/w/index.php?title=HTML&oldid=1103220477
Wikipedia contributors. (2022j, August 20). CSS. Wikipedia, The Free Encyclopedia.
https://en.wikipedia.org/w/index.php?title=CSS&oldid=1105562356
Wikipedia contributors. (2022l, August 22). JavaScript. Wikipedia, The Free Encyclopedia.
https://en.wikipedia.org/w/index.php?title=JavaScript&oldid=1105988765
Wikipedia contributors. (2022o, August 25). PHP. Wikipedia, The Free Encyclopedia.
https://en.wikipedia.org/w/index.php?title=PHP&oldid=1106625428
48
Bibliography
[1] R. von Ammon, C. Emmersberger, T. Greiner, F. Springer and C. Wolff, Event-driven business
process management, 2008.
[2] J. Martin-Flatin, G. Jakobson and L. Lewis, Event correlation in integrated management: Lessons
learned and outlook, Journal of Network and Systems Management, 2007.
[4] E. Constantinides, The marketing mix revisited: towards the 21st century marketing, 2006.
[5] D. Tjosvold, R. Johnson, D. Johnson and H. Sun, Competitive motives and strategies:
Understanding constructive competition, 2006.
[9] D. Wagen and L. , Event Management: For tourism, cultural, businessand sporting events,
2001.
[10] G. Event Studies: Theory, research and policy for planned events, 2007.
[13] Bladen, Charles, Kennel, James, Abson, Emma, Wilde and Nick, Events Management: An
Introduction. Oxon: Routledge: Taylor and Francis, 2012.
49