Add script to generate customer source report with input arguments year and month. #545

This commit is contained in:
Korina Cordero 2021-03-12 08:16:27 +00:00
parent a3501dae62
commit d84c1c42f1

View file

@ -0,0 +1,3 @@
#!/bin/sh
/var/www/resq/bin/console report:customer_source $1 $2 /tmp/customer_source_report_$1$2.csv