From d6d70e641c10e3b554cb87ad3e8428be11b21902 Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Wed, 6 May 2026 14:10:46 -0500 Subject: [PATCH] Phase 1: accounting --- public/index.html | 21 ++ public/js/app.js | 7 +- public/js/utils/api.js | 26 ++ public/js/views/accounting-view.js | 551 +++++++++++++++++++++++++++++ schema.sql | 254 ++++++++++++- src/index.js | 2 + src/routes/accounting.js | 115 ++++++ src/services/accounting-service.js | 274 ++++++++++++++ 8 files changed, 1241 insertions(+), 9 deletions(-) create mode 100644 public/js/views/accounting-view.js create mode 100644 src/routes/accounting.js create mode 100644 src/services/accounting-service.js diff --git a/public/index.html b/public/index.html index b052568..c22accb 100644 --- a/public/index.html +++ b/public/index.html @@ -28,6 +28,7 @@ + @@ -111,6 +112,26 @@ + + +