<!-- Top of your Payroll tab -->
<div class="upload-cards">
  <button onclick="uploadExcel()">📊 Upload Excel Staff</button>
  <button onclick="uploadLastPayslip()">📄 Upload Last Payslip</button>
  <button onclick="addManualStaff()">👤 Add Staff Manually</button>
  <button onclick="syncFromMRA()" style="background:#10b981;color:white;">🌐 Sync Last Payslip from MRA (after company saved)</button>
</div>

<script>
function syncFromMRA() {
  jQuery.post(ajaxurl, {action: 'grok_mra_sync'}, function(res) {
    alert(res.message); // Grok will then show the nice summary
    // Refresh table automatically via another AJAX
  });
}
</script><?xml version="1.0" encoding="UTF-8"?>
<!--generator='jetpack-16.0-a.7'-->
<!--Jetpack_Sitemap_Buffer_Master_XMLWriter-->
<?xml-stylesheet type="text/xsl" href="//jjservicesmauritius.com/sitemap-index.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
 <sitemap>
  <loc>https://jjservicesmauritius.com/sitemap-1.xml</loc>
  <lastmod>2026-07-04T07:13:58Z</lastmod>
 </sitemap>
 <sitemap>
  <loc>https://jjservicesmauritius.com/image-sitemap-1.xml</loc>
  <lastmod>2026-06-27T16:17:57Z</lastmod>
 </sitemap>
</sitemapindex>