From 34101fa811210eaf5aad1bdcd1beb5d336a5e9db Mon Sep 17 00:00:00 2001 From: bel Date: Sun, 1 Aug 2021 01:33:51 -0600 Subject: [PATCH] ui lists --- public/index.html | 60 ++++++++++++++++++++++++++++++++++++++++++++ public/ledger.json | 1 + testdata/ledger.json | 18 +++++++++++++ 3 files changed, 79 insertions(+) create mode 100644 public/index.html create mode 120000 public/ledger.json create mode 100644 testdata/ledger.json diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..2704c1e --- /dev/null +++ b/public/index.html @@ -0,0 +1,60 @@ + +
+ + +
+ +

hi

+ +
+ + + diff --git a/public/ledger.json b/public/ledger.json new file mode 120000 index 0000000..e9f90e0 --- /dev/null +++ b/public/ledger.json @@ -0,0 +1 @@ +../testdata/ledger.json \ No newline at end of file diff --git a/testdata/ledger.json b/testdata/ledger.json new file mode 100644 index 0000000..d1db8a5 --- /dev/null +++ b/testdata/ledger.json @@ -0,0 +1,18 @@ +{ + "Transactions": [ + { + "Date": "2021-07-29", + "Description": "Qt needs pizza n kodiak", + "Payer": "Debts:Credit:ChaseAarpChaseVisa", + "Payee": "Withdrawal:Home:Grocery+Resturaunt:Target", + "Amount": 37.86 + }, + { + "Date": "2021-07-30", + "Description": "Testing detecting deposits via email alerts 5421705162", + "Payer": "AssetAccount:Cash:Uccu", + "Payee": "Debts:Credit:ChaseAarpChaseVisa", + "Amount": 100.00 + } + ] +}