OmniBook → Średnie firmy (Small) → Sprzedaż → Internet → Światłowód dla Firm

Orange Światłowód dla Firm

Najszybszy światłowód do 8 Gb/s w technologii FTTH. PING 5 ms, najwyższa stabilność, technologia przyszłości dla biznesu.

— ofert

Korzyści światłowodu Orange

    Opłaty dodatkowe

    Wybrane opłaty nie ujęte w cenie abonamentu

    Opłaty aktywacyjne

    PakietBruttoNetto

    Modemy i dekodery

    UrządzenieWi-FiUsługiDzierżawaKara brak zwrotuStatusUwagi

    Usługi dodatkowe i rabaty

    UsługaOpisKoszt / Rabat

    Wszystkie dokumenty

    Cenniki, regulaminy, instrukcje urządzeń — w pakiecie portalu.

    Porównanie:
    `); w.document.close(); } function init(){ // Populate filters document.getElementById('f-kind').innerHTML = '' + [...new Set(CATALOG.packages.map(p=>p.kind))].map(k=>``).join(''); document.getElementById('f-speed').innerHTML = '' + CATALOG.speeds.map(s=>``).join(''); // Listeners ['f-kind','f-speed','f-umowa','f-archive','f-search'].forEach(id=>document.getElementById(id).addEventListener('input',render)); document.querySelectorAll('.price-toggle button').forEach(b=>b.addEventListener('click',()=>{ priceMode = b.dataset.mode; document.querySelectorAll('.price-toggle button').forEach(x=>x.classList.toggle('active', x===b)); render(); })); document.querySelectorAll('.tabs button').forEach(b=>b.addEventListener('click',()=>{ const tg=b.dataset.tab; document.querySelectorAll('.tabs button').forEach(x=>x.classList.toggle('active', x===b)); document.querySelectorAll('.tabcontent').forEach(x=>x.classList.toggle('active', x.dataset.tab===tg)); })); // Render fees/devices/addons sections document.getElementById('fees-grid').innerHTML = Object.values(CATALOG.fees).map(f=> `
    ${f.label}
    ${fmtPLN(f.brutto)} (${fmtPLN(f.net)} netto)
    `).join(''); document.getElementById('devices-tbody').innerHTML = CATALOG.devices.map(d=>{ const dz = d.dzierzawa_brutto?fmtPLN(d.dzierzawa_brutto)+'/mc':'—'; const dzPro = d.dzierzawa_brutto_pro20 ? ' (Pro 2.0: '+fmtPLN(d.dzierzawa_brutto_pro20)+'/mc)' : ''; return `${d.name}${d.wifi}${d.services.join(', ')}${dz}${dzPro}${d.kara_brutto?fmtPLN(d.kara_brutto):'—'}${d.archive?'archiwalne':'aktywne'}${d.note||''}`; }).join(''); document.getElementById('addons-tbody').innerHTML = CATALOG.addons.map(a=>{ const c = []; if(a.brutto_act!=null) c.push('akt.: '+fmtPLN(a.brutto_act)); if(a.brutto_mc!=null) c.push('mc: '+fmtPLN(a.brutto_mc)); if(a.rabat_brutto!=null) c.push('rabat: -'+fmtPLN(a.rabat_brutto)); return `${a.name}${a.desc||''}${c.join(' • ')||'—'}`; }).join(''); document.getElementById('benefits-list').innerHTML = CATALOG.benefits.map(b=>`
  • ${b}
  • `).join(''); document.getElementById('activation-tbody').innerHTML = CATALOG.activation.map(a=> `${a.name}${fmtPLN(a.brutto)}${fmtPLN(a.net)}`).join(''); // All docs section const allDocs = Array.from(new Set([].concat(...Object.values(FILE_MAP)))); document.getElementById('all-docs').innerHTML = allDocs.map(d=>`${d.split('/').pop().replace('.pdf','').replace('.xlsx',' (xlsx)').replace(/-/g,' ')}`).join(''); render(); } document.getElementById('modal-close').addEventListener('click',()=>document.getElementById('modal').classList.remove('active')); document.getElementById('modal').addEventListener('click',e=>{if(e.target.id==='modal')e.target.classList.remove('active');}); document.getElementById('compare-show').addEventListener('click',showCompare); document.getElementById('compare-clear').addEventListener('click',()=>{compareList=[];render();}); document.getElementById('reset-prices').addEventListener('click',()=>{if(confirm('Przywrócić ceny z OmniBook?'))clearCustomPrices();}); init();