* feat: add date sorting support to journal entries API
Add sort_date query parameter (asc/desc) that orders results by
entry_date instead of the default voucher_series + voucher_number.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* feat: add date sort toggle to journal entry list
Add ascending/descending sort button next to the missing attachment
filter. Defaults to newest first, toggles between nyast/äldst först.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* feat: add date range filter inputs to journal entry list
Add Från/Till text inputs (YYYY-MM-DD) for filtering entries by date
range. Applies on blur or Enter, with an X button to clear both fields.
Both fields are optional and work independently of the sort toggle.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>