نتایج جستجو برای: gross profit

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

Journal: :Jurnal Manajemen & Bisnis 2023

This research was conducted at PT. Unilever Indonesia Tbk which lasts for 6 (six) months. The problem in this study is the fluctuation or decrease and increase profit growth annually. method used a quantitative form of multiple linear regression analysis, correlation coefficient determination, F test t test. purpose to analyze determine effect current ratio, return on assets, gross margin, tota...

2011

To compute the net profits in a Net Profit Deal, the record company deducts off the top its actual outof-pocket costs for recording, manufacturing, promotion, marketing, etc. Some labels also deduct a so-called “Overhead Fee” of 10 to 15% of the gross record sales income. After the record company deducts all of these expenses and reimburses itself, the label then pays the artist whatever percen...

Journal: :Journal of International Conference Proceedings 2023

In addition to rising demand for these products, an increasing number of financiers are eyeing the food and beverage business as a promising place put their money. The value stock price is still prima donna benchmark them determine investment they will take. purpose this research analyze 2016-2021 performance IDX sector in relation gross profit margin dividend. Forty companies from Indonesia St...

Journal: :Journal of Management and Bussines (JOMB) 2022

This study aims to determine the effect of variable leverage, firm size, gross profit margin, and current ratio on stock prices. research method is descriptive quantitative. The population this obtained 54 companies selected using purposive sampling through certain criteria as many 24 multiplied by five years 120. Data analysis used multiple linear F test, T coefficient determination. results s...

Journal: :تولید گیاهان زراعی 0
بی‍‍ژن سعادتیان دانشجوی دکتری گروه زراعت و اصلاح نباتات، دانشگاه فردوسی مشهد محمد کافی استاد گروه زراعت و اصلاح نباتات، دانشگاه فردوسی مشهد فاطمه سلیمانی دانشجوی دکتری گروه زراعت و اصلاح نباتات، دانشگاه بوعلی سینا همدان

in order to determine the practical method to predict economic production of wheat in competition with feral rye by using regression models, a factorial experiment was carried out based on randomized complete block design with three replications in dargaz. iran. experimental factors were included wheat cultivars (sayson, alvand, chamran and sepahan) and feral rye densities (0, 20, 40, 60 and 80...

Journal: :Izvestiya: Journal of Varna University of Economics 2021

IThe tendency of business entities to cope with the challenges environment in which they operate is determined by state and development a complex system evaluation indicators describing condition performance company their time dynamics. They serve objectively measure extent individual economic operator meets conditions be assigned group successful agents. In traditional retail trade, most signi...

2014

This study constructs active Islamic portfolios using a multi-style rotation strategy, derived from the three prominent styles, namely, momentum, value, and quality investing. We use the stocks that are consistently listed in the U.S. Dow Jones Islamic index for a sample period from 1996 to 2012. We also include two macroeconomic mimicking portfolios to capture the premiums of industrial produc...

2015
Leo Huang Kaung-Hwa Chen Ying-Wei Wu

This study attempts to identify the variety of marketing channel efficiencies for marketing activities and sets up an optimal marketing distribution mix when using different distribution channels for wholesaler travel agencies. This research examines 12 large-scale travel agencies in Taiwan and offers seven direct and indirect distribution channels in order to establish an optimal marketing dis...

Journal: :Revista de salud publica 2015
César A García-Ubaque Juan C García-Ubaque Martha L Vaca-Bohórquez

Objective To estimate the economic benefits related to environment and health in the context of the implementation of the Stockholm Convention for the control of Persistent Organic Pollutants in the country. METHOD The estimation was conducted based on two scenarios: non-compliance with the agreement and compliance with the Convention. Gross profit was derived from the difference in present v...

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

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

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"; } -->