From 64997acaa585eee0be1160654ed0c054a9547e06 Mon Sep 17 00:00:00 2001 From: wrongecho Date: Wed, 28 Aug 2024 23:25:03 +0100 Subject: [PATCH] All asset report - custom columns Created a new version of the all asset report allowing custom columns to be used --- ...rt_all_assets_by_client_custom_columns.php | 98 +++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 report_all_assets_by_client_custom_columns.php diff --git a/report_all_assets_by_client_custom_columns.php b/report_all_assets_by_client_custom_columns.php new file mode 100644 index 000000000..8742cea55 --- /dev/null +++ b/report_all_assets_by_client_custom_columns.php @@ -0,0 +1,98 @@ + + +
+
+

All Assets by Client - with custom columns

+
+ +
+
+
+
+ + + + " . htmlspecialchars($col) . ""; + } + ?> + + + + "; + foreach ($selected_columns as $col) { + echo ""; + } + echo ""; + } + ?> + +
" . nullable_htmlentities($row[$col]) . "
+
+
+ + + + + + + + + + + + + + +
+
+
+ +