نتایج جستجو برای: stage supply chain system msscs

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

2009
Ruilin Guo

With an aim to resolve the problem of the increasing costs of supply chain in Manufacture Company, an integrated supply chain management model, driven by market demand, is brought forward in this paper, based on the analysis of existing integrated models of supply chain. The management model integrates purchase, production and sale plans with logistics plans used JIT. In order to build an integ...

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

flexibility is one of the most important indicators of a supply chain .a flexible supply chain in the face of market changes and customer needs, must be responsive to the changes and needs, to be able to attract customers in the a competitive marketplace. being aware of the flexibility of a supply chain helps managers to solve problems and overcome deficiencies and increase the competitive adva...

Journal: :مدیریت زنجیره تأمین 0
اسماعیل مزروعی نصرآبادی عباس شول

impact of supply chain drivers on supply chain performance has no far been studied. in this research we want identifying supply chain drivers, classifying them and examining their relationship with iran's supply chain performance. this research has innovation in identifying and classifying drivers and examining relationship between drivers and supply chain performance we used bsc for assessing ...

This paper studies the multi-stage supply chain system (MSSCM) controlled by the kanban mechanism. In the kanban system, decision making is based on the number of kanbans as well as batch sizes. A kanban mechanism is employed to assist in linking different production processes in a supply chain system in order to implement the scope of just-in-time (JIT) philosophy. For a MSSCM, a mixed-integer...

ژورنال: گلجام 2017

The green supply chain is based on the integrity of environmental management and supply chain management to control Environmental Impact on Product Lifecycle Through Co-ordination of All Suppliers of Supply Chain. The purpose of this research is to identify and categorize green supply chain drivers in the hand woven carpet industry. The statistical population of this research in first stage is ...

2012
KANG XIE

In supply chain relationship governance, trust is considered as an important governance mechanism to decrease opportunism. Trust provides commitment, improves transaction efficiency, and implements the supply chain information system. The paper constructs a three-stage dynamic model based on the impact of trust governance on supply chain information system investment. It analyzes supply chain o...

2010
JINGXIA YANG

Due to the global expansion of Company A's supply chain network, it is becoming more vulnerable to many disruptions. These disruptions often incur additional costs; and require time to respond to and recover from these disruptions. The base paper supply chain was identified as the most vulnerable area of the Company A Jurong and South & Southeast Asia Cluster supply chain; and a multi-stage sup...

Journal: :مدیریت صنعتی 0
جعفر رزمی دانشکده¬های فنی، دانشگاه تهران، ایران رضا توکلی مقدم پردیس دانشکده¬های فنی، دانشگاه تهران، ایران فریبرز جولای پردیس دانشکده¬های فنی، دانشگاه تهران، ایران بابک یاری پردیس دانشکده¬های فنی، دانشگاه تهران، ایران

traceability is a basic requirement for the most of products from the viewpoint of governments and customers. it has base of quality systems and supports integration of supply chain information systems. this paper has presented a holistic model for supply chain traceability through structural equation modeling. this model will support recall of products, quality assurance requirements, improve ...

2002
Shaojun Wang Bhaba R Sarker

This research studies the single-stage supply chain system operated under JIT technique. A kanban mechanism is employed to assist in linking the production processes in a supply chain system. The number of kanbans, batch size, and the number of batches are determined optimally. Based on this information, kanban operation between two adjacent plants can be worked out for controlling the supply c...

Journal: :iranian journal of pharmaceutical research 0
nazila yousefi shahid beheshti university of medical sciences ahmad alibabaei shahid beheshti university of medical sciences and health services

managing the supply chain plays an important role in creating competitive advantages for companies. adequate information flow in supply chain is one of the most important issues in scm. therefore, using certain information systems can have a significant role in managing and integrating data and information within the supply chain. pharmaceutical supply chain is more complex than many other supp...

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

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

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