From 3c5ad4991fb45d01b5a0f37c8a62d34593bae005 Mon Sep 17 00:00:00 2001 From: drieJac Date: Wed, 6 Nov 2024 12:40:12 +0000 Subject: [PATCH 1/3] Removed text Add new text at the top of the page Enable users to select their chosen fields first, then click a button to produce the report onscreen Include as default (already selected) fields: Candidate reference number, Full name, Application status Remove/hide the Save report button Add a Generate report button to the left of the Download report button Set the report to include records with the Applied status ONLY Remove the Application status and Stage filters from the screen Users should still be able to reorder columns as in the existing report --- src/views/Exercise/Reports/Custom.vue | 84 +++++---------------------- 1 file changed, 15 insertions(+), 69 deletions(-) diff --git a/src/views/Exercise/Reports/Custom.vue b/src/views/Exercise/Reports/Custom.vue index 0e03ae0d7..c240dd320 100644 --- a/src/views/Exercise/Reports/Custom.vue +++ b/src/views/Exercise/Reports/Custom.vue @@ -40,9 +40,10 @@