6d1e93e84b
Add missing viewSlug, filterRoles, stringifiedFilterRoles, searchKeyword, columnSortBy, sortOrder, customViewId, page, and pageSize properties to GetAccountsQueryDto to enable proper filtering when selecting table views (Assets, Liabilities, Equity, Income, Expenses) on the Accounts Chart page. Previously, the API received view_slug but didn't process it because the DTO lacked these properties, causing all accounts to be returned instead of filtering by the view's root_type. Fixes #1023 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>