نتایج جستجو برای: quality of banking services

تعداد نتایج: 21234892  

Journal: :IJMC 2007
Ainin Sulaiman Noor Ismawati Jaafar Suhana Mohezar

Technological advances have changed the way in which financial services are transacted, with mobile banking being the latest development in this domain. This paper focuses on the adoption of mobile banking services by consumers. Rogers’ diffusion of innovation model was adopted to study the consumers’ behaviour and motivation towards this innovation. The personal characteristics of mobile banki...

2012
Kaur Rupinder

Indian banking industry, today is in the midst of an IT revolution. A combination of regulatory and competitive reasons has led to increasing importance of total banking automation in the Indian Banking Industry. The purpose of the paper is to examine the impact of information technology on operational activities of banks, operational efficiency of employees and to acquaint with the level of sa...

Elsa Shokrollahpour Farhad Hosseinzadeh Lotfi, Mostafa Zandieh

Efficiency and quality of services are crucial to today’s banking industries. The competition in this section has become increasingly intense, as a result of fast improvements in Technology. Therefore, performance analysis of the banking sectors attracts more attention these days. Even though data envelopment analysis (DEA) is a pioneer approach in the literature as of an efficiency measurement...

Journal: :International Journal of e-Education, e-Business, e-Management and e-Learning 2013

2013
Ching-Yi Lin

This study aimed to promote the use of mobile transaction services and summarize 13 service items affecting mobile banking transactions, functional programs, and accessibility programs. Furthermore, this study designed questionnaire using ANP (the Analytic Network Process). Three experts from the financial industry and academia with more than five years of working experience were invited to com...

Journal: :Inf. Syst. 2015
Samson Yusuf Dauda Jongsu Lee

The importance of service delivery technology and online service adoption and usage in the banking industry has received an increased discussion in the literature in recent years. Owing to the fact that Strong online banking services are important drivers for bank performance and customer service delivery; several studies have been carried out on online banking service adoption or acceptance wh...

Khalil Sajjadi, Maryam Valizadeh Mohammad Khatami Firouzabadi

The purpose of all service institutions, including banks is to provide appropriate services for the customers' satisfaction. In fact, the key to the success of these organizations relates to the customer-orientation and focus on the quality of services. Since the organizations providing financial service, especially banks operate in an environment with indistinct products, their quality service...

Journal: :hospital practice and research 0
jose l. alfonso-sanchez department of preventive medicine and public health, school of medicine, university of valencia, valencia, spain belen alfonso-landete department of preventive medicine and public health, school of medicine, university of valencia, valencia, spain maria martinez-martinez nursery college, universidad de valencia, valencia, spain

background: avoidable mortality (am) is one of the most important health indicators (hi) and represents the quality of care in a hospital.objective: this study measured the efficacy of a training program for a hospital healthcare staff to reduce am.methods: this epidemiological study on community intervention analyzed time-series data on hi by semesters from 2008 to 2015. the pre-intervention p...

Journal: Money and Economy 2015
Hossein Bastanzad, Mohammad Valipour Pasha,

Development of E-banking has modified the structure of banking business and banking performance, efficiency, risk and challenges which have also been articulately recognized based on the international best practices. E-banking brazenly expedites and streamlines financial transactions via enhancing technology and expanding the bank services in comparison with conventional banking. Accordingly, o...

Amirhasan kamali Sarvestani Behzad Hakiminya, Mahboobe Mahboobe Sadeghzadeh tabrizi Mojtaba Saeidizadeh

The increasing growth and development of communications technology has created a major change indifferent aspects of human life and organizational performance. New technologies have changed function and attitudes of individuals and organizations and have become an important aspect in creating new jobs and innovation in organizations. Development of new phenomena such as electronic business, ele...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->