No description
Find a file
2025-03-02 16:35:36 +01:00
.envrc Make open source 2025-03-02 14:31:16 +01:00
.gitignore Make open source 2025-03-02 14:31:16 +01:00
flake.lock Make open source 2025-03-02 14:31:16 +01:00
flake.nix Make open source 2025-03-02 14:31:16 +01:00
LICENSE Rename license 2025-03-02 14:35:40 +01:00
main.py Make open source 2025-03-02 14:31:16 +01:00
README.md Update example domain 2025-03-02 16:35:36 +01:00

Automating a parking expenses report

For the past year, I was consulting at a place where I could request reimbursement of parking expenses. This had to be claimed using a standard Excel template.

This project automated a significant part of that:

  • Fetch parking costs for a certain month from my Paperless-ngx instance
  • Calculate costs after taxes and a grand total
  • Fill in an Excel sheet with the details
  • Convert the Excel sheet to PDF and append photos of parking costs

Note: I don't expect anybody to have the same requirements as me here, but hopefully pieces can be useful to some.

Usage

The project uses Nix for dependency management.

Example usage:

$ cd parking-expenses
$ nix develop
$ PAPERLESS_TOKEN=foo ./main.py -y 2025 -m 1 -p ABC-12-D -u https://paperless.example.com