eliminate payments.

This commit is contained in:
2022-04-28 07:45:26 -07:00
parent f046940c3c
commit 5446fba24c

View File

@@ -237,7 +237,7 @@
:invoice-number #".*?\s{2,}.*?\s{2,}(.*?)\s{2,}"
:total #"([\-0-9,]+\.[0-9]+)\s*$"}
:multi #"\n"
:multi-match? #"^ \d{2}-\w{3}-\d{2}"
:multi-match? #"^ \d{2}-\w{3}-\d{2}\s+(IV|CM)"
:parser {:date [:clj-time "dd-MMM-yy"]
:total [:trim-commas-and-negate nil]}}