From 564cf596c33d1163e4ac0058da922849fd2bc470 Mon Sep 17 00:00:00 2001 From: jmacxx <47253594+jmacxx@users.noreply.github.com> Date: Mon, 4 May 2020 08:13:32 -0500 Subject: [PATCH 1/6] Add track-payments.html to report on payments to incident victims The report is in HTML/pure javascript, it makes a web api call to blockchair.com to obtain the information that is presented. Resolves bisq-network/admin#77 --- track-payments.html | 234 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 234 insertions(+) create mode 100644 track-payments.html diff --git a/track-payments.html b/track-payments.html new file mode 100644 index 0000000..4f01802 --- /dev/null +++ b/track-payments.html @@ -0,0 +1,234 @@ + + +
+ID | " @@ -157,11 +157,12 @@" + i.btc_lost.toString() + " | " +"" + i.btc_received.toString() + " | " +"" + i.usd_value.toString() + " | " - +"$" + i.usd_received.toString() + " | " + +"$" + Number(i.usd_received).toFixed(2) + " | " +"
ID | " - +"Repayment address | " - +"BTC lost | " - +"BTC received | " - +"USD value | " + +"ID | " + +"Repayment address | " + +"BTC lost | " + +"BTC received | " + +"USD value | " +"USD received |
" + i.id.toString() + " | " - +"" + i.repayment_address + " | " - +"" + i.btc_lost.toString() + " | " - +"" + i.btc_received.toString() + " | " - +"" + i.usd_value.toString() + " | " + +"" + i.id.toString() + " | " + +"" + i.repayment_address + " | " + +"" + i.btc_lost.toString() + " | " + +"" + i.btc_received.toString() + " | " + +"" + i.usd_value.toString() + " | " +"$" + Number(i.usd_received).toFixed(2) + " | " +"