From e506d69b81e29a4035c102fdd3f0ffce18044ef2 Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Fri, 8 Mar 2024 09:58:53 +0000 Subject: [PATCH] ACQUI-114: Add homepage tables and filters This commit adds two tables to the homepage - one for funds and one for ledgers. It also adds a set of filters that can be used to change the data in both tables simultaneously --- .../FundManagement/FundManagementHome.vue | 316 +++++++++++++++++- src/components/FundManagement/FundShow.vue | 2 +- src/stores/acquisitions.js | 2 +- 3 files changed, 314 insertions(+), 6 deletions(-) diff --git a/src/components/FundManagement/FundManagementHome.vue b/src/components/FundManagement/FundManagementHome.vue index 72eef91..4fd79b0 100644 --- a/src/components/FundManagement/FundManagementHome.vue +++ b/src/components/FundManagement/FundManagementHome.vue @@ -24,13 +24,152 @@ title="New task" /> -

Funds and ledgers

+
+

Funds and ledgers

+
+

Filters

+
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + +
+
+
+

Ledgers

+ +
+
+

Funds

+ +
+
+
\ No newline at end of file diff --git a/src/components/FundManagement/FundShow.vue b/src/components/FundManagement/FundShow.vue index a4b9905..4f37fb1 100644 --- a/src/components/FundManagement/FundShow.vue +++ b/src/components/FundManagement/FundShow.vue @@ -32,7 +32,7 @@ v-if="isUserPermitted('create_fund_allocation')" /> -

{{ "Fund " + fund.fund_id }}

+

{{ fund.name }}