Add rake task to import bank_transactions
This commit is contained in:
parent
d4ab0a055f
commit
9fc51bdce8
2 changed files with 16 additions and 0 deletions
|
|
@ -7,6 +7,11 @@ every :day, :at => '7:20 am' do
|
|||
rake "multicoops:run TASK=foodsoft:notify_users_of_weekly_task"
|
||||
end
|
||||
|
||||
# Import and assign bank transactions
|
||||
every :weekday, :at => %w(5:56am 6:04pm) do
|
||||
rake "multicoops:run TASK=foodsoft:import_and_assign_bank_transactions"
|
||||
end
|
||||
|
||||
# Weekly taks
|
||||
every :sunday, :at => '7:14 am' do
|
||||
rake "multicoops:run TASK=foodsoft:create_upcoming_periodic_tasks"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue