typo and invoice parse fix.

This commit is contained in:
2024-06-25 07:04:18 -07:00
parent d9beac361f
commit 41398944d2
3 changed files with 3 additions and 2 deletions

View File

@@ -88,6 +88,7 @@
:keywords [#"DAYLIGHT FOODS"]
:extract {:date #"\n\s*Date[^\n]+\n\s*([0-9]+/[0-9]+/[0-9]+)"
:customer-identifier #"Bill To:.*\n\s*(.*?)\s{2,}"
:account-number #"Customer\s+(.*?)\s+/"
:invoice-number #"Invoice\s([\w\./]+)*"
:total #"Total Invoice\s+([\-]?[0-9.]+)"}
:parser {:date [:clj-time "MM/dd/yy"]