Add script to generate the customer source report. #539
This commit is contained in:
parent
8f839674b5
commit
cd48c5e032
1 changed files with 9 additions and 0 deletions
9
utils/customer_source_report/generateCustomerSourceReport.sh
Executable file
9
utils/customer_source_report/generateCustomerSourceReport.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
/var/www/resq/bin/console report:customer_source 2020 09 /tmp/customer_source_report_202009.csv
|
||||
/var/www/resq/bin/console report:customer_source 2020 10 /tmp/customer_source_report_202010.csv
|
||||
/var/www/resq/bin/console report:customer_source 2020 11 /tmp/customer_source_report_202011.csv
|
||||
/var/www/resq/bin/console report:customer_source 2020 12 /tmp/customer_source_report_202012.csv
|
||||
/var/www/resq/bin/console report:customer_source 2021 01 /tmp/customer_source_report_202101.csv
|
||||
/var/www/resq/bin/console report:customer_source 2021 02 /tmp/customer_source_report_202102.csv
|
||||
/var/www/resq/bin/console report:customer_source 2021 03 /tmp/customer_source_report_202103.csv
|
||||
Loading…
Reference in a new issue