diff --git a/Plugins/BTCPayServer.Plugins.DynamicReports/README.md b/Plugins/BTCPayServer.Plugins.DynamicReports/README.md index c703713..790cd7b 100644 --- a/Plugins/BTCPayServer.Plugins.DynamicReports/README.md +++ b/Plugins/BTCPayServer.Plugins.DynamicReports/README.md @@ -2,9 +2,11 @@ This plugin allows you to create dynamic reports in BTCPay Server, along with re-enabling the old invoice export report. ## Usage -After installing the plugin, you will see a new menu item in the server settings called "Dynamic Reports". Clicking on this will take you to the report builder. +After installing the plugin, go to "Server Settings" -> "Dynamic Reports". +### Re-enabling the old invoice export report +There is a toggle button called "Enable legacy report" available to re-enable the old invoice export. After enabling it will be available in the "Reporting" menu alongside the other existing reports. This report will be available to all users on your instance. + +### Creating custom reports You can create new reports using raw sql (postgres). These reports are only viewable if you are a server admin by default. You can change this by explicitly specifying it in the report. -## Re-enabling the old invoice export report -There is a toggle available on the report builder page to re-enable the old invoice export report. This report is available to all users on your instance. \ No newline at end of file