• EGP የመንግስት ግዢ
  • Addis Ababa

Government (May 26, 2026)

Lot Information

  • Procurement Reference Number: MaIDI-NCB-NC-0171-2018-PUR
  • Object of Procurement: Procurement of Maintenance and Repair Service
  • Description: Procurement of Maintenance and Repair Service
  • Award Type: Lot-based
  • Procurement Type: Shopping
  • Procurement Method: Open
  • Marketplace: National
  • Procuring Entity: Manufacturing Industry Development Institute
  • Clarification Request Deadline: May 26, 2026, 12:00:00 AM
  • Bid Submission Deadline: May 27, 2026, 10:11:05 AM
  • Terms and Conditions: The Center has the right to cancel partially or fully the proforma

{ document.querySelectorAll(selector).forEach(el => { if (el.closest('#job-detail-content')) { el.style.display = 'none'; } }); }); // Also hide the action buttons const actions = document.querySelector('.job-actions'); if (actions) actions.style.display = 'none'; // Restore after printing (attach listener BEFORE calling print) window.addEventListener('afterprint', function restore() { selectorsToHide.forEach(selector => { document.querySelectorAll(selector).forEach(el => { el.style.display = ''; }); }); if (actions) actions.style.display = ''; window.removeEventListener('afterprint', restore); }, { once: true }); // Now trigger the print dialog window.print(); } function downloadJobPDF() { printJobDetails(); }