Helper to analyze the local Bilanz
I do have a highly-customized ODS/spreadsheet with my personal balance sheet.
It contains a bunch of tables with certain logics. One of them is called Ausgaben/spending and its data is supposed to be visualised with this application.
- ☑️ Process an ODS file and parse its rows - see issue #3
- Upload an ODS file via a webform for data analysis
- Load and extract its data into an in-memory-database (h2)
- Perform data visualisation on this database to allow drilldowns and lists in various dimensions
- https://getbootstrap.com/docs/5.3/getting-started/download/
- in src/main/resources/static run
npm install bootstrap@5.3.8
and copy all stuff from node_modules/bootstrap/dist into the application base folder.
The ASF project ECharts recommends to download via:
- https://www.jsdelivr.com/package/npm/echarts
- put in src/main/resources/static
- https://icons.getbootstrap.com/
- download ZIP
- put all files from the zip into src/main/resources/static/css/icons/
- Find an icon via: https://icons.getbootstrap.com/?q=file
Generated via https://realfavicongenerator.net/