Add another idea

This commit is contained in:
lol3rrr
2026-05-15 02:50:13 +02:00
parent e8061eb017
commit be0c457bde
2 changed files with 20 additions and 0 deletions

View File

@@ -85,3 +85,4 @@ Name | Status | Blog Entries
[Raspberry Pi for core-infra](./projects/other/raspberry-pi-core-infra.md) | - | -
[Nomad Test Setup](./projects/other/nomad-test-setup.md) | - | -
[Try NixOS](./projects/other/try-nixos.md) | - | -
[Create better monthly financial report](./projects/other/better-financial-report.md) | - | -

View File

@@ -0,0 +1,19 @@
# Better Financial Report
## Example to generate part of the sankey diagram
`docker run -it -v $(pwd):/mnt/test nixos/nix bash /mnt/test/run.sh` with:
`run.sh`:
```
set -e
nix-channel --update
nix-env -i nodejs
npx --yes firefly-iii-sankey -u https://firefly.lol3r.com -t {TOKEN} -f sankeymatic -p 2026-05 --with-accounts
```
## References
* [Firefly Email Summary](https://github.com/davidschlachter/firefly-iii-email-summary)
* [Improved Firefly Email Summary](https://github.com/yemzikk/firefly-iii-email-summary)
* [Generate Sankey from Firefly](https://github.com/barreeeiroo/Firefly-III-Sankey)