{"id":1978,"date":"2026-07-31T11:21:41","date_gmt":"2026-07-31T15:21:41","guid":{"rendered":"https:\/\/ectransfers.com\/nhmadison\/?page_id=1978"},"modified":"2026-07-31T11:55:35","modified_gmt":"2026-07-31T15:55:35","slug":"receipt-list","status":"publish","type":"page","link":"https:\/\/ectransfers.com\/nhmadison\/receipt-list\/","title":{"rendered":"Receipt List"},"content":{"rendered":"\t<div class=\"ect3-receipts\" style=\"font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;\">\n\t\t<div style=\"display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;flex-wrap:wrap;\">\n\t\t\t<h2 style=\"margin:0;color:#0B0C0F;\">Manage Receipts<\/h2>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div style=\"text-align:center;padding:40px 20px;background:#FBF9F5;border:1px solid #EEE6D6;border-radius:16px;\">\n\t\t\t\t<div style=\"font-size:32px;margin-bottom:8px;\">\ud83e\uddfe<\/div>\n\t\t\t\t<p style=\"color:#8a8478;font-size:15px;margin:0;\">No receipts sent yet.<\/p>\n\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t<script>\n\t(function () {\n\t\tvar restBase = \"https:\\\/\\\/ectransfers.com\\\/nhmadison\\\/wp-json\\\/ec3\\\/v1\\\/receipt\";\n\t\tvar search = document.getElementById('ect3-rcpt-search');\n\t\tvar emptyMsg = document.getElementById('ect3-rcpt-empty');\n\n\t\tfunction applyFilter() {\n\t\t\tif (!search) return;\n\t\t\tvar q = search.value.trim().toLowerCase();\n\t\t\tvar visibleCount = 0;\n\t\t\tdocument.querySelectorAll('#ect3-rcpt-rows tr').forEach(function (row) {\n\t\t\t\tvar match = !q || row.getAttribute('data-search').indexOf(q) !== -1;\n\t\t\t\trow.style.display = match ? '' : 'none';\n\t\t\t\tif (match) visibleCount++;\n\t\t\t});\n\t\t\tif (emptyMsg) emptyMsg.style.display = visibleCount === 0 ? 'block' : 'none';\n\t\t}\n\t\tif (search) search.addEventListener('input', applyFilter);\n\n\t\tdocument.querySelectorAll('.ect3-rcpt-resend-btn').forEach(function (btn) {\n\t\t\tbtn.addEventListener('click', function () {\n\t\t\t\tvar id = btn.getAttribute('data-id');\n\t\t\t\tbtn.disabled = true;\n\t\t\t\tvar original = btn.textContent;\n\t\t\t\tbtn.textContent = 'Sending\u2026';\n\t\t\t\tfetch(restBase + '\/resend\/' + id, { method: 'POST' })\n\t\t\t\t\t.then(function (r) { return r.json(); })\n\t\t\t\t\t.then(function (res) {\n\t\t\t\t\t\tif (res && res.ok) {\n\t\t\t\t\t\t\tbtn.textContent = '\u2713 Sent';\n\t\t\t\t\t\t\tsetTimeout(function () { btn.textContent = original; btn.disabled = false; }, 1500);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\talert('Resend failed.'); btn.disabled = false; btn.textContent = original;\n\t\t\t\t\t\t}\n\t\t\t\t\t}).catch(function () { alert('Resend failed.'); btn.disabled = false; btn.textContent = original; });\n\t\t\t});\n\t\t});\n\n\t\tdocument.querySelectorAll('.ect3-rcpt-delete-btn').forEach(function (btn) {\n\t\t\tbtn.addEventListener('click', function () {\n\t\t\t\tvar id = btn.getAttribute('data-id');\n\t\t\t\tif (!confirm('Permanently delete this receipt record? This cannot be undone (it will NOT un-send the email already delivered).')) return;\n\t\t\t\tbtn.disabled = true;\n\t\t\t\tbtn.textContent = 'Deleting\u2026';\n\t\t\t\tfetch(restBase + '\/delete\/' + id, { method: 'POST' })\n\t\t\t\t\t.then(function (r) { return r.json(); })\n\t\t\t\t\t.then(function (res) {\n\t\t\t\t\t\tif (res && res.ok) {\n\t\t\t\t\t\t\tvar row = document.querySelector('#ect3-rcpt-rows tr[data-id=\"' + id + '\"]');\n\t\t\t\t\t\t\tif (row) row.remove();\n\t\t\t\t\t\t\tapplyFilter();\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\talert('Delete failed.'); btn.disabled = false; btn.textContent = '\ud83d\uddd1\ufe0f Delete';\n\t\t\t\t\t\t}\n\t\t\t\t\t}).catch(function () { alert('Delete failed.'); btn.disabled = false; btn.textContent = '\ud83d\uddd1\ufe0f Delete'; });\n\t\t\t});\n\t\t});\n\t})();\n\t<\/script>\n\t\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1978","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ectransfers.com\/nhmadison\/wp-json\/wp\/v2\/pages\/1978","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ectransfers.com\/nhmadison\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ectransfers.com\/nhmadison\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ectransfers.com\/nhmadison\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ectransfers.com\/nhmadison\/wp-json\/wp\/v2\/comments?post=1978"}],"version-history":[{"count":2,"href":"https:\/\/ectransfers.com\/nhmadison\/wp-json\/wp\/v2\/pages\/1978\/revisions"}],"predecessor-version":[{"id":1981,"href":"https:\/\/ectransfers.com\/nhmadison\/wp-json\/wp\/v2\/pages\/1978\/revisions\/1981"}],"wp:attachment":[{"href":"https:\/\/ectransfers.com\/nhmadison\/wp-json\/wp\/v2\/media?parent=1978"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}