readiness for ntg automatic invoice importation

This commit is contained in:
2023-04-26 14:26:49 -07:00
parent 9ab89b2952
commit 19d83f655f
3 changed files with 75 additions and 58 deletions

View File

@@ -8,6 +8,7 @@
[auto-ap.jobs.ezcater-upsert :as job-ezcater-upsert]
[auto-ap.jobs.import-uploaded-invoices :as job-import-uploaded-invoices]
[auto-ap.jobs.intuit :as job-intuit]
[auto-ap.jobs.ntg :as job-ntg]
[auto-ap.backup :as backup]
[auto-ap.jobs.ledger-reconcile :as job-reconcile-ledger]
[auto-ap.jobs.load-historical-sales :as job-load-historical-sales]
@@ -141,6 +142,9 @@
(= job "export-backup")
(backup/-main)
(= job "ntg")
(job-ntg/-main)
:else
(do