Files
kniha_jizd_web/backend
Docker Config Backup 8cbc9771ae Fix: Correctly fill refueling data for multiple refuelings per day
Problem: Both refueling forms for the same date were being filled with
refuel_1 data because the logic checked current_km value which was "0"
for both forms initially.

Solution: Track refueling form number per date using refuel_counter dict.
First refueling form gets data from "Tankováno při 1 [km]", second gets
data from "Tankováno při 2 [km]".

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-10 20:12:24 +02:00
..