<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Makineler - Üretim Takibi</title>
<link>https://uretim.erenyumak.com/</link>
<atom:link href="1://uretim.erenyumak.com/index.php?category=makineler&amp;do=cat&amp;mod=rss" rel="self" type="application/rss+xml" />
<language>tr</language>
<description>Makineler - Üretim Takibi</description><item>
<title>AVS-2060-U-3</title>
<guid isPermaLink="true">https://uretim.erenyumak.com/index.php?newsid=19</guid>
<link>https://uretim.erenyumak.com/index.php?newsid=19</link>
<dc:creator>admin</dc:creator>
<pubDate>Wed, 18 Mar 2026 12:28:13 +0000</pubDate>
<category>Makineler</category>
<description><![CDATA[]]></description>
</item><style>
.cmp-add-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;background:#3a86ff;color:#fff;border:none;border-radius:5px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s;user-select:none}
.cmp-add-btn:hover{background:#2667cc}
.cmp-add-btn.cmp-in{background:#16a34a}
#cmpBar{position:fixed;bottom:0;left:0;right:0;background:#1e1e2e;color:#e2e8f0;padding:12px 20px;display:flex;align-items:center;gap:12px;z-index:9000;transform:translateY(100%);transition:transform .3s;box-shadow:0 -4px 20px rgba(0,0,0,.4)}
#cmpBar.on{transform:translateY(0)}
#cmpBar-items{display:flex;gap:8px;flex:1;flex-wrap:wrap}
.cmp-bi{background:#2d2d42;border:1px solid #4a4a6a;border-radius:5px;padding:5px 10px;display:flex;align-items:center;gap:6px;font-size:12px;color:#e2e8f0;max-width:180px}
.cmp-bi span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:130px}
.cmp-bx{cursor:pointer;color:#94a3b8;font-size:14px;flex-shrink:0}.cmp-bx:hover{color:#f87171}
#cmpBar-info{font-size:12px;color:#94a3b8;white-space:nowrap}
#cmpBar-go{background:#3a86ff;color:#fff;border:none;padding:8px 18px;border-radius:5px;font-size:13px;font-weight:700;cursor:pointer;flex-shrink:0}
#cmpBar-go:hover{background:#2667cc}
#cmpBar-clr{background:transparent;color:#94a3b8;border:1px solid #4a4a6a;padding:6px 12px;border-radius:5px;font-size:12px;cursor:pointer;flex-shrink:0}
#cmpBar-clr:hover{color:#f87171;border-color:#f87171}
#cmpWrap{display:none;position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:10000;align-items:flex-start;justify-content:center;padding:40px 20px;overflow-y:auto}
#cmpWrap.on{display:flex}
#cmpBox{background:#fff;border-radius:10px;width:100%;max-width:980px;box-shadow:0 20px 60px rgba(0,0,0,.4)}
#cmpHead{background:#1e1e2e;color:#fff;padding:14px 20px;display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:15px;border-radius:10px 10px 0 0}
#cmpClose{background:none;border:none;color:#94a3b8;font-size:22px;cursor:pointer}
#cmpClose:hover{color:#fff}
#cmpBody{overflow-x:auto;padding:0}
.cmpt{width:100%;border-collapse:collapse;font-size:13px}
.cmpt th,.cmpt td{padding:10px 14px;border:1px solid #e2e8f0;text-align:left;vertical-align:top}
.cmpt-lbl{background:#f1f5f9;width:150px;font-weight:700;color:#475569;font-size:12px;white-space:nowrap}
.cmpt-prod{background:#eff6ff;text-align:center;min-width:170px}
.cmpt-img{width:250px;height:250px;object-fit:cover;border-radius:5px;display:block;margin:0 auto 8px}
.cmpt-name{font-weight:700;color:#1e3a5f;font-size:13px;text-decoration:none;display:block}
.cmpt-val{text-align:center;color:#1f2937}
.cmpt-best{background:#f0fdf4}
.cmpt-badge{display:block;font-size:10px;font-weight:700;color:#16a34a;margin-bottom:3px}
</style>
<div id="cmpBar">
  <div id="cmpBar-items"></div>
  <span id="cmpBar-info"></span>
  <button id="cmpBar-clr" onclick="cmpClear()">Temizle</button>
  <button id="cmpBar-go" onclick="cmpShow()">&#9878; Karşılaştır</button>
</div>
<div id="cmpWrap" onclick="if(event.target===this)cmpHide()">
  <div id="cmpBox">
    <div id="cmpHead">
      <span>&#9878; Ürün Karşılaştırma</span>
      <button id="cmpClose" onclick="cmpHide()">&#215;</button>
    </div>
    <div id="cmpBody"></div>
  </div>
</div>
<script>
if(typeof window.cmpToggle==='undefined'){
var CMP_KEY='cmp_list';
var MAX=4,HL=true;
function cmpGet(){try{return JSON.parse(localStorage.getItem(CMP_KEY)||'[]');}catch(e){return[];}}
function cmpSet(l){try{localStorage.setItem(CMP_KEY,JSON.stringify(l));}catch(e){}}
function esc(s){return String(s).replace(/[&<>"']/g,function(c){return{'&':'&amp;','<':'&lt;','>':'&gt;','"':'&quot;',"'":'&#39;'}[c];});}
function updateBar(){
  var list=cmpGet(),bar=document.getElementById('cmpBar');
  if(!bar)return;
  if(!list.length){bar.classList.remove('on');return;}
  bar.classList.add('on');
  var items=document.getElementById('cmpBar-items');items.innerHTML='';
  list.forEach(function(it){
    var d=document.createElement('div');d.className='cmp-bi';
    d.innerHTML='<span>'+esc(it.title)+'</span><span class="cmp-bx" onclick="cmpRemove('+it.id+')">&#215;</span>';
    items.appendChild(d);
  });
  document.getElementById('cmpBar-info').textContent=list.length+'/'+MAX;
  document.querySelectorAll('.cmp-add-btn').forEach(function(b){
    b.classList.toggle('cmp-in',list.some(function(x){return x.id===parseInt(b.dataset.id);}));
  });
}
window.cmpToggle=function(btn){
  var id=parseInt(btn.dataset.id),data=JSON.parse(btn.dataset.cmp||'{}');
  if(data.image)data.image=data.image.split('|')[0];
  var list=cmpGet(),idx=list.findIndex(function(x){return x.id===id;});
  if(idx>-1)list.splice(idx,1);
  else{if(list.length>=MAX){alert('Maksimum '+MAX+' ürün seçebilirsiniz.');return;}list.push(data);}
  cmpSet(list);updateBar();
};
window.cmpRemove=function(id){cmpSet(cmpGet().filter(function(x){return x.id!==id;}));updateBar();};
window.cmpClear=function(){cmpSet([]);updateBar();};
window.cmpHide=function(){var w=document.getElementById('cmpWrap');if(w)w.classList.remove('on');document.body.style.overflow='';};
window.cmpShow=function(){
  var list=cmpGet();
  if(list.length<2){alert('En az 2 ürün seçin.');return;}
  var wrap=document.getElementById('cmpWrap'),body=document.getElementById('cmpBody');
  if(!wrap||!body)return;
  var flist=(list[0]&&list[0].fields)||[],maxVals={};
  if(HL){flist.forEach(function(fd){
    var nums=list.map(function(p){var f=(p.fields||[]).find(function(x){return x.key===fd.key;});var v=f?f.value:'';var n=parseFloat(String(v).replace(',','.').replace(/[^0-9.]/g,''));return isNaN(n)?null:n;}).filter(function(n){return n!==null;});
    if(nums.length)maxVals[fd.key]=Math.max.apply(null,nums);
  });}
  var html='<table class="cmpt"><thead><tr><th class="cmpt-lbl"></th>';
  list.forEach(function(p){html+='<th class="cmpt-prod">'+(p.image?'<img src="'+esc(p.image)+'" class="cmpt-img" alt="">':'')+'<a href="'+esc(p.url)+'" class="cmpt-name">'+esc(p.title)+'</a></th>';});
  html+='</tr></thead><tbody>';
  flist.forEach(function(fd){
    html+='<tr><td class="cmpt-lbl">'+esc(fd.label||fd.key)+'</td>';
    list.forEach(function(p){
      var fobj=(p.fields||[]).find(function(x){return x.key===fd.key;})||{},val=fobj.value||'—';
      var num=parseFloat(String(val).replace(',','.').replace(/[^0-9.]/g,'')),best=HL&&!isNaN(num)&&maxVals[fd.key]!==undefined&&num===maxVals[fd.key];
      html+='<td class="cmpt-val'+(best?' cmpt-best':'')+'">'+(best?'<span class="cmpt-badge">&#10003; En iyi</span>':'')+esc(val)+'</td>';
    });html+='</tr>';
  });
  body.innerHTML=html+'</tbody></table>';
  wrap.classList.add('on');document.body.style.overflow='hidden';
};
document.addEventListener('keydown',function(e){if(e.key==='Escape')cmpHide();});
document.addEventListener('DOMContentLoaded',updateBar);
}
</script>
<item>
<title>AJC-90 ÇENELİ KIRICI</title>
<guid isPermaLink="true">https://uretim.erenyumak.com/index.php?newsid=18</guid>
<link>https://uretim.erenyumak.com/index.php?newsid=18</link>
<dc:creator>admin</dc:creator>
<pubDate>Wed, 18 Mar 2026 12:27:33 +0000</pubDate>
<category>Makineler</category>
<description><![CDATA[]]></description>
</item><item>
<title>AJC-110 - S ÇENELİ KIRICI</title>
<guid isPermaLink="true">https://uretim.erenyumak.com/index.php?newsid=17</guid>
<link>https://uretim.erenyumak.com/index.php?newsid=17</link>
<dc:creator>admin</dc:creator>
<pubDate>Wed, 18 Mar 2026 12:26:50 +0000</pubDate>
<category>Makineler</category>
<description><![CDATA[]]></description>
</item><item>
<title>AJC-140 ÇENELİ KIRICI</title>
<guid isPermaLink="true">https://uretim.erenyumak.com/index.php?newsid=16</guid>
<link>https://uretim.erenyumak.com/index.php?newsid=16</link>
<dc:creator>admin</dc:creator>
<pubDate>Wed, 18 Mar 2026 12:26:04 +0000</pubDate>
<category>Makineler</category>
<description><![CDATA[]]></description>
</item><item>
<title>AVS-2460-O-3</title>
<guid isPermaLink="true">https://uretim.erenyumak.com/index.php?newsid=15</guid>
<link>https://uretim.erenyumak.com/index.php?newsid=15</link>
<dc:creator>admin</dc:creator>
<pubDate>Wed, 18 Mar 2026 05:47:02 +0000</pubDate>
<category>Makineler</category>
<description><![CDATA[]]></description>
</item></channel></rss>