Government (Jun 23, 2026)
Please click on this Link in order to Bid on the EGP website
https://production.egp.gov.et/egp/bids/report/purchasing/8f830921-4ba1-4bac-8e12-0746d613b1fd/open
Lot Information
- Procurement Reference Number: AKU-NCB-G-0195-2018-PUR
- Object of Procurement: Lot-175 በድጋሚ የወጣ የተማሪዎች መመገብያ ሚል ካርድ
- Description: Lot-175 በድጋሚ የወጣ የተማሪዎች መመገብያ ሚል ካርድ
- Award Type: Item based
- Procurement Type: Shopping
- Procurement Method: Open
- Marketplace: National
- Procuring Entity: Aksum University
-
Clarification Request Deadline:
Jun 23, 2026, 9:00:00 AM -
Bid Submission Deadline:
Jun 24, 2026, 9:30:00 AM -
Terms and Conditions: 1.አሸናፊ ድርጅትያሸነፈበትእቃዎችበአክሱምዩኒቨርስቲዋናግቢበአካልቀርቦማስረከብአለበት።
2.አሸናፊድርጅትያሸነፈበትእቃዎችበተጠቀሰውቀነገደብመሰረትካላስረከበዩኒቨርስቲውህጋዊእርምጃለመውሰድይገደዳል።
3.ዩኒቨርስቲው አማራጭካገኘጨረታውበሙሉወይምበከፊልየመሰረዝመብቱየተጠበቀነው።
ግዥ
{ 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(); }