Adds the ability to sync ezcater orders every few hours

This commit is contained in:
2022-12-04 10:11:44 -08:00
parent 64c5530bd0
commit 58fad1b4f1
5 changed files with 87 additions and 1 deletions

View File

@@ -17,7 +17,7 @@
(def default-read [:name :start-date :end-date :status])
(def job-types [:yodlee2 :yodlee2-accounts :intuit :plaid :bulk-journal-import])
(def job-types [:yodlee2 :yodlee2-accounts :intuit :plaid :bulk-journal-import :ezcater-upsert])
(re-frame/reg-event-fx
::params-change
@@ -146,6 +146,7 @@
[job-button {:which :yodlee2-accounts} "Start Yodlee Account Import"]
[job-button {:which :intuit} "Start Intuit"]
[job-button {:which :plaid} "Start Plaid"]
[job-button {:which :ezcater-upsert} "EZCater Sync"]
[bulk-journal-import-button]]]
[table/table {:id :jobs
:data-page ::page}]])]))