projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40ffb2e
)
JBAS-2019 Invoice export crontab entry
author
Bill Erickson
<berickxx@gmail.com>
Wed, 20 Mar 2019 14:30:35 +0000
(10:30 -0400)
committer
Bill Erickson
<berickxx@gmail.com>
Thu, 21 Mar 2019 19:51:45 +0000
(15:51 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/utility-scripts/CRONTAB
patch
|
blob
|
history
diff --git
a/KCLS/utility-scripts/CRONTAB
b/KCLS/utility-scripts/CRONTAB
index
73e185f
..
2337505
100644
(file)
--- a/
KCLS/utility-scripts/CRONTAB
+++ b/
KCLS/utility-scripts/CRONTAB
@@
-52,6
+52,9
@@
BACKSTAGE_PASSWORD = BSPASS
# hold notices
5 0 * * * . ~/.bashrc && cd $SCRIPT_DIR/overdue/ && ./run_holds.sh
+# Send invoice export data to prod depot
+# 0 2 * * * . ~/.bashrc && cd $SCRIPT_DIR/export_invoices && ./export_invoices.sh
+
# overdues and predues notices
5 2 * * * . ~/.bashrc && cd $SCRIPT_DIR/overdue/ && ./run_overdues.sh