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

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

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...

Journal: :Jurnal ilmiah Manajemen, Ekonomi, dan Akuntansi 2023

Kemampuan perusahaan dalam menghasilkan laba dan mengukur efektifitas pada manajemen adalah pengertian dari rasio profitabilitas. Pada penelitian ini digunakan 15 sampel laporan tahunan sub sektor konstruksi yang terdapat Bursa Efek Indonesia (BEI) 2 profitabilitas sebagai perhitungan utama yaitu Gross Profit Margin (GPM) Net (NPM) menggunakan k-means clustering metode data. Tujuan untuk megkaj...

2013
Hai-yan Chen Xiu-mei Ma Ming Ye Yan-li Hou Bin Hu Yong-rui Bai

The purpose of this investigation was to analyze the correlation between CT size and gross pathologic size for subjects with primary hepatocellular carcinoma (HCC). This analysis included 174 patients with HCC who underwent surgery. Enhanced computed tomography (CT) was performed up to 30 days before surgery. After resection, the size of the tumor on gross pathologic examination was recorded. T...

2017
Brian Asquith Sanjana Goswami David Neumark Antonio Rodriguez-Lopez

International trade exposure affects job creation and destruction along the intensive margin (job flows due to expansions and contractions of firms’ employment) as well as along the extensive margin (job flows due to births and deaths of firms). This paper uses 1992-2010 yearly employment data from the universe of U.S. establishments to construct job flows at both the industry and commuting-zon...

Journal: :Journal of the American College of Surgeons 2004
Hiromichi Ito Thomas E Clancy Robert T Osteen Richard S Swanson Raphael Bueno David J Sugarbaker Stanley W Ashley Michael J Zinner Edward E Whang

BACKGROUND The incidence of adenocarcinoma of the gastric cardia is rising in Western countries. This study evaluates prognostic factors associated with surgical management of this cancer. STUDY DESIGN Medical records of consecutive patients with gastric cardial cancer treated by surgical resection from 1991 through 2001 were reviewed. Survival was analyzed using the Kaplan-Meier method. Prog...

Journal: :Journal of animal science 2002
D J Julien M W Tess

Production data from 11 southeastern Montana ranches were used to parameterize a bio-economic computer model of cow/calf range production. Effects of changes in breeding date, weaning date, and range removal date on system performance for a ranch with a fixed forage resource base (3,060 animal unit months of range forage and 744 t of hay) were simulated. Input costs were locally established in ...

2017
R. E. Kruse E. E. Grings H. S. Mayeux

Data from a 3-yr study in Montana were utilized to evaluate impacts of season of calving, weaning strategy, and retained ownership of steer calves on enterprise profitability. Calving seasons were late winter (LW), early spring (ES), or late spring (LS). Each season had 2 weaning times: 190 (LW190, ES190) or 240 (LW240, ES240) d for LW and ES, and 140 (LS140) or 190 (LS190) d for LS. Background...

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...

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

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

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