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/b3f8a08e-5a3f-4be0-89b7-5371d53519fd/open
Lot Information
- Procurement Reference Number: ECC-NCB-G-1107-2018-PUR
- Object of Procurement: Procurement of Furniture
- Description: Procurement of Furniture
- Award Type: Item based
- Procurement Type: Shopping
- Procurement Method: Open
- Marketplace: National
- Procuring Entity: Ethiopian Customs Commission
- Clarification Request Deadline: May 21, 2026, 12:00:00 AM
- Bid Submission Deadline: May 22, 2026, 4:05:18 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(); }