GSA is seeking a Finance and Accounting trainer for a short-term service contract

GSA is seeking a Finance and Accounting trainer for a short-term service contract


The GSA is seeking a Finance and Accounting trainer for a short-term service contract to assist SMEs working in the shea value chain in Ghana to enhance their capacity to manage day-to-day operations, assets, liabilities, and business growth planning. For requirements on position please download the document.

Download...


Copyright © Global Shea Alliance | All rights reserved

C const popup = document.querySelector('.popup'); const close = document.querySelector('.close'); window.onload = function(){ setTimeout(function(){ popup.style.display = "block"; }, 2000) } close.addEventListener('click',()=>{ popup.style.display = 'none'; })