Makes a vendor account acceptable even if the invoice account isn't.

This commit is contained in:
2023-02-04 19:57:42 -08:00
parent afa6b79fcc
commit f7d5454d2c
8 changed files with 229 additions and 46 deletions

View File

@@ -4,6 +4,8 @@
;; You can also press C-u C-j to evaluate the expression and pretty-print its result.
(require '[datomic.api :as d])
(require '[auto-ap.datomic])
(def bad-accounts
(-> #{}
(into (d/q '[:find [?a ...]
@@ -502,10 +504,6 @@
:separator \tab)
(for [c (get-square-clients "NGPG")
l (:client/square-locations c)
:when (:square-location/client-location l)]
@(daily-results c l))
(def results *1)