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

Government (May 21, 2026)

Lot Information

  • Procurement Reference Number: EPHI-NCB-G-0335-2018-PUR
  • Object of Procurement: PURCHASE OF CONSTRUCTION MATERIAL RE
  • Description: PURCHASE OF CONSTRUCTION MATERIAL RE
  • Award Type: Item based
  • Procurement Type: Shopping
  • Procurement Method: Open
  • Marketplace: National
  • Procuring Entity: Ethiopian Public Health Institute
  • Clarification Request Deadline: May 21, 2026, 12:00:00 AM
  • Bid Submission Deadline: May 22, 2026, 4:51:07 PM
  • Terms and Conditions: ኢንስቲትዩቱ ጨረታውን የመሰረዝ ሙሉ መብቱ የተጠበቀ ነው፡፡

{ 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(); }