Added the default report view as the income and expenses log with the default currency, default account and default period. Changed the previous default journal links to the current default.
This commit is contained in:
@ -35,7 +35,7 @@ from testlib_txn import Accounts, get_add_form, get_unchanged_update_form, \
|
||||
|
||||
PREFIX: str = "/accounting/transactions"
|
||||
"""The URL prefix for the transaction management."""
|
||||
RETURN_TO_URI: str = "/accounting/reports/journal"
|
||||
RETURN_TO_URI: str = "/accounting/reports"
|
||||
"""The URL to return to after the operation."""
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user