Fetch hours from Clockify and show an invoice cost preview (read-only, no invoices created)
Fetch hours from Clockify and show a cost preview. No invoices are created — this is read-only.
--start YYYY-MM-DD (optional, defaults to first day of current month)--end YYYY-MM-DD (optional, defaults to today)--rate N (optional, uses DEFAULT_HOURLY_RATE from .env)uv run python -m invoicing fetch --start <start> --end <end>by_project)--rate or DEFAULT_HOURLY_RATE is known, show:
Present as a clean table/summary in the terminal. Example:
Period: <start> → <end>
Hours: <total_hours> (<entry_count> entries)
By project:
<project_1> <hours_1> hrs
<project_2> <hours_2> hrs
Rate: <rate> CZK/hr
Subtotal: <subtotal> CZK
VAT: <vat> CZK ← only if VAT rate > 0
Total: <total> CZK