diff --git a/config/Endobest_Dashboard_Config - Debug.xlsx b/config/Endobest_Dashboard_Config - Debug.xlsx index 9c90c19..d62fac7 100644 Binary files a/config/Endobest_Dashboard_Config - Debug.xlsx and b/config/Endobest_Dashboard_Config - Debug.xlsx differ diff --git a/config/Endobest_Dashboard_Config.xlsx b/config/Endobest_Dashboard_Config.xlsx index 90e652b..bc8a313 100644 Binary files a/config/Endobest_Dashboard_Config.xlsx and b/config/Endobest_Dashboard_Config.xlsx differ diff --git a/config/eb_dashboard_extended_template - Debug.xlsx b/config/eb_dashboard_extended_template - Debug.xlsx index 9785b79..50a9ed6 100644 Binary files a/config/eb_dashboard_extended_template - Debug.xlsx and b/config/eb_dashboard_extended_template - Debug.xlsx differ diff --git a/config/eb_dashboard_extended_template.xlsx b/config/eb_dashboard_extended_template.xlsx index 8834a88..d05066e 100644 Binary files a/config/eb_dashboard_extended_template.xlsx and b/config/eb_dashboard_extended_template.xlsx differ diff --git a/eb_dashboard_debug_data-exe.bat b/eb_dashboard_debug_data-exe.bat new file mode 100644 index 0000000..c80097a --- /dev/null +++ b/eb_dashboard_debug_data-exe.bat @@ -0,0 +1,2 @@ +@echo off +eb_dashboard.exe --config "Endobest_Dashboard_Config - Debug.xlsx" --add-suffix %* diff --git a/eb_dashboard_debug_data.bat b/eb_dashboard_debug_data.bat new file mode 100644 index 0000000..1525f81 --- /dev/null +++ b/eb_dashboard_debug_data.bat @@ -0,0 +1,3 @@ +@echo off +call C:\PythonProjects\.rcvenv\Scripts\activate.bat +python eb_dashboard.py --config "Endobest_Dashboard_Config - Debug.xlsx" --add-suffix %* diff --git a/eb_dashboard_excel_only_debug_data-exe.bat b/eb_dashboard_excel_only_debug_data-exe.bat new file mode 100644 index 0000000..d6a22e7 --- /dev/null +++ b/eb_dashboard_excel_only_debug_data-exe.bat @@ -0,0 +1,3 @@ +@echo off +eb_dashboard.exe --excel-only --config "Endobest_Dashboard_Config - Debug.xlsx" --add-suffix debug %* + diff --git a/eb_dashboard_excel_only_debug_data.bat b/eb_dashboard_excel_only_debug_data.bat new file mode 100644 index 0000000..0cd827d --- /dev/null +++ b/eb_dashboard_excel_only_debug_data.bat @@ -0,0 +1,4 @@ +@echo off +call C:\PythonProjects\.rcvenv\Scripts\activate.bat +python eb_dashboard.py --excel-only --config "Endobest_Dashboard_Config - Debug.xlsx" --add-suffix debug %* + diff --git a/eb_dashboard_nodrafts-exe.bat b/eb_dashboard_nodrafts-exe.bat new file mode 100644 index 0000000..9d125ec --- /dev/null +++ b/eb_dashboard_nodrafts-exe.bat @@ -0,0 +1,3 @@ +@echo off +eb_dashboard.exe --exclude-drafts --add-suffix nodrafts%* + diff --git a/eb_dashboard_nodrafts.bat b/eb_dashboard_nodrafts.bat new file mode 100644 index 0000000..1360989 --- /dev/null +++ b/eb_dashboard_nodrafts.bat @@ -0,0 +1,4 @@ +@echo off +call C:\PythonProjects\.rcvenv\Scripts\activate.bat +python eb_dashboard.py --exclude-drafts --add-suffix nodrafts%* + diff --git a/eb_dashboard_nodrafts_excel_only_debug_data-exe.bat b/eb_dashboard_nodrafts_excel_only_debug_data-exe.bat new file mode 100644 index 0000000..9b35c1c --- /dev/null +++ b/eb_dashboard_nodrafts_excel_only_debug_data-exe.bat @@ -0,0 +1,3 @@ +@echo off +eb_dashboard.exe --exclude-drafts --excel-only --config "Endobest_Dashboard_Config - Debug.xlsx" --add-suffix nodraft_debug %* + diff --git a/eb_dashboard_nodrafts_excel_only_debug_data.bat b/eb_dashboard_nodrafts_excel_only_debug_data.bat new file mode 100644 index 0000000..f712346 --- /dev/null +++ b/eb_dashboard_nodrafts_excel_only_debug_data.bat @@ -0,0 +1,4 @@ +@echo off +call C:\PythonProjects\.rcvenv\Scripts\activate.bat +python eb_dashboard.py --exclude-drafts --excel-only --config "Endobest_Dashboard_Config - Debug.xlsx" --add-suffix nodraft_debug %* +