Add another idea
This commit is contained in:
@@ -85,3 +85,4 @@ Name | Status | Blog Entries
|
|||||||
[Raspberry Pi for core-infra](./projects/other/raspberry-pi-core-infra.md) | - | -
|
[Raspberry Pi for core-infra](./projects/other/raspberry-pi-core-infra.md) | - | -
|
||||||
[Nomad Test Setup](./projects/other/nomad-test-setup.md) | - | -
|
[Nomad Test Setup](./projects/other/nomad-test-setup.md) | - | -
|
||||||
[Try NixOS](./projects/other/try-nixos.md) | - | -
|
[Try NixOS](./projects/other/try-nixos.md) | - | -
|
||||||
|
[Create better monthly financial report](./projects/other/better-financial-report.md) | - | -
|
||||||
|
|||||||
19
projects/other/better-financial-report.md
Normal file
19
projects/other/better-financial-report.md
Normal 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)
|
||||||
Reference in New Issue
Block a user