{{ tt('Opening Balance') }}
@@ -291,8 +293,6 @@ import {
mdiTuneVertical,
mdiDotsVertical,
mdiCheck,
- mdiChartBoxOutline,
- mdiListBoxOutline,
mdiChartBar,
mdiChartAreasplineVariant,
mdiCalendarTodayOutline,
diff --git a/src/views/mobile/accounts/ReconciliationStatementPage.vue b/src/views/mobile/accounts/ReconciliationStatementPage.vue
index 136c94b1..de65b22e 100644
--- a/src/views/mobile/accounts/ReconciliationStatementPage.vue
+++ b/src/views/mobile/accounts/ReconciliationStatementPage.vue
@@ -2,15 +2,39 @@
-
+
+ {{ tt('Reconciliation Statement') }}
+
+ {{ tt('Reconciliation Statement') }}
+
+
+
-
-
+
+
{{ tt('Date Range') }}
@@ -298,8 +322,6 @@
{{ tt('Refresh') }}
- {{ tt('Show Account Balance Trends') }}
- {{ tt('Show Transaction List') }}
{{ tt('Cancel') }}
@@ -407,6 +429,7 @@ const showAccountBalanceTrendsCharts = ref(false);
const chartDataDateAggregationType = ref(undefined);
const transactionToDelete = ref(null);
const newClosingBalance = ref(0);
+const showDisplayModePopover = ref(false);
const showCustomDateRangeSheet = ref(false);
const showNewClosingBalanceSheet = ref(false);
const showMoreActionSheet = ref(false);