move all transactions from one account to another account (#288)
This commit is contained in:
@@ -14,6 +14,7 @@ import TransactionAmountFilterPage from '@/views/mobile/transactions/AmountFilte
|
||||
import AccountListPage from '@/views/mobile/accounts/ListPage.vue';
|
||||
import AccountEditPage from '@/views/mobile/accounts/EditPage.vue';
|
||||
import AccountReconciliationStatementPage from '@/views/mobile/accounts/ReconciliationStatementPage.vue';
|
||||
import AccountMoveAllTransactionsPage from '@/views/mobile/accounts/MoveAllTransactionsPage.vue';
|
||||
|
||||
import StatisticsTransactionPage from '@/views/mobile/statistics/TransactionPage.vue';
|
||||
import StatisticsSettingsPage from '@/views/mobile/statistics/SettingsPage.vue';
|
||||
@@ -197,6 +198,11 @@ const routes: Router.RouteParameters[] = [
|
||||
async: asyncResolve(AccountReconciliationStatementPage),
|
||||
beforeEnter: [checkLogin]
|
||||
},
|
||||
{
|
||||
path: '/account/move_all_transactions',
|
||||
async: asyncResolve(AccountMoveAllTransactionsPage),
|
||||
beforeEnter: [checkLogin]
|
||||
},
|
||||
{
|
||||
path: '/statistic/transaction',
|
||||
async: asyncResolve(StatisticsTransactionPage),
|
||||
|
||||
Reference in New Issue
Block a user