Cabinet approves guide on strategic planning ‘for all public departments’

AMMAN — The Cabinet on Wednesday approved a “consultative guide for strategic planning” for all ministries and public agencies, the Jordan News Agency, Petra, reported.

The guide will be used as a reference for creating and updating ministerial plans and strategies.

Moreover, public agencies are required to coordinate with the Public Sector Development Ministry when preparing or improving a strategic plan.

The manual is a result of the evaluations of the King Abdullah II Award for Excellence in Government Performance and Transparency, which showed the government’s weakness in strategic planning.

Also on Wednesday, the Council of Ministers decided to include cattle breeders in a programme of zero interest loans to support farmers, in cooperation with the Agricultural Credit Corporation.

The measure will support cattle farmers as they face the combined challenges of low prices for livestock, a 50 per cent drop in exports, and an increasing shortage of land for grazing.

The Cabinet also decided to include tanker trucks that carry water, waste oil and hazardous waste, and which are owned by the public or the private sector in the GPS tracking project.

Monitoring the movements of vehicles will allow the Environment Ministry to ensure that waste is not disposed of arbitrarily outside of designated areas, Petra said.

During the meeting, the Council of Ministers also approved the Arab customs agreement and instructed Jordan’s permanent representative at the Arab League to sign it.

The agreement aims to enhance cooperation among the customs departments of Arab countries, easing procedures, and exchanges of intelligence to combat violations and crimes.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });