Government (May 21, 2026)
Please click on this Link in order to Bid on the EGP website
https://production.egp.gov.et/egp/bids/report/purchasing/5423559d-b2d5-48e2-8b63-82f09d21498a/open
Lot Information
- Procurement Reference Number: MoI-NCB-G-0190-2018-PUR
- Object of Procurement: የእጅ ሳሙና ግዥ 2018
- Description: የእጅ ሳሙና ግዥ 2018
- Award Type: Lot based
- Procurement Type: Shopping
- Procurement Method: Open
- Marketplace: National
- Procuring Entity: Ministry of Industry
- Clarification Request Deadline: May 21, 2026, 12:00:00 AM
- Bid Submission Deadline: May 22, 2026, 4:26:22 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(); }