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 + } + ] +}