Commit graph

6 commits

Author SHA1 Message Date
b4126d04f8 Move two functions to agenda/trip.py 2025-11-03 12:36:13 +00:00
155569419a Code formatting with black 2025-07-18 09:47:02 +02:00
f41930f811 Use get_country for Schengen report 2025-07-15 18:12:11 +02:00
791759b322 Fix Schengen calculation bug
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-15 15:36:03 +02:00
338d6ea067 Fix Schengen time tracking to use arrival date for long-haul flights
Use arrival date instead of departure date when entering Schengen countries
to correctly handle overnight flights that cross date boundaries.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-15 15:31:05 +02:00
d2c4fa69ee Implement Schengen Area Compliance Report
How many close am I to 90 days in the last 180.

Fixes #193.
2025-07-15 14:43:37 +02:00