Diff a receipt folder against sevDesk
sevdesk_diff_receipt_folderCompares a local folder of receipt PDFs against sevDesk vouchers, identifying files without a matching voucher and vouchers without a matching file.
Instructions
Compare a local folder of receipt PDFs against the vouchers booked in sevDesk and report both directions: files that appear to have no voucher, and vouchers with no matching file. Matching uses the #reference in the filename first, then date + amount. Filenames are expected to look like '260626_Acme-Cloud_#INV-2043.pdf' or '2026-06-26_AcmeCloud_45.60.pdf'. Reads the filesystem but never writes; sevDesk access is read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Only consider vouchers up to this date. | |
| from | No | Only consider vouchers from this date on. | |
| directory | Yes | Absolute path to the folder holding the receipt files. | |
| recursive | No | Descend into subdirectories (default false). | |
| extensions | No | File extensions to consider (default ['.pdf']). | |
| dayTolerance | No | Days a file date may differ from the voucher date (default 5). |