now invoices are by vendor and company
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
(fn [result k v]
|
||||
(assoc result k (some-> (first (map second (re-seq v text)))
|
||||
str/trim )))
|
||||
{:vendor (:vendor template)}))]))
|
||||
{:vendor-code (:vendor template)}))]))
|
||||
|
||||
(defn parse [text]
|
||||
(->> t/pdf-templates
|
||||
|
||||
Reference in New Issue
Block a user