Add typed Pydantic models for positions and document payments, enhance EasybillClient with pagination and retry handling, and implement unit tests for workflow helpers.

This commit is contained in:
claudi 2026-04-17 11:13:33 +02:00
parent b324671286
commit 57d6a49986
6 changed files with 375 additions and 5 deletions

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"forgejo.preferredRemote": "forgejo"
}