typo and invoice parse fix.
This commit is contained in:
@@ -88,6 +88,7 @@
|
|||||||
:keywords [#"DAYLIGHT FOODS"]
|
:keywords [#"DAYLIGHT FOODS"]
|
||||||
:extract {:date #"\n\s*Date[^\n]+\n\s*([0-9]+/[0-9]+/[0-9]+)"
|
:extract {:date #"\n\s*Date[^\n]+\n\s*([0-9]+/[0-9]+/[0-9]+)"
|
||||||
:customer-identifier #"Bill To:.*\n\s*(.*?)\s{2,}"
|
:customer-identifier #"Bill To:.*\n\s*(.*?)\s{2,}"
|
||||||
|
:account-number #"Customer\s+(.*?)\s+/"
|
||||||
:invoice-number #"Invoice\s([\w\./]+)*"
|
:invoice-number #"Invoice\s([\w\./]+)*"
|
||||||
:total #"Total Invoice\s+([\-]?[0-9.]+)"}
|
:total #"Total Invoice\s+([\-]?[0-9.]+)"}
|
||||||
:parser {:date [:clj-time "MM/dd/yy"]
|
:parser {:date [:clj-time "MM/dd/yy"]
|
||||||
|
|||||||
@@ -226,7 +226,7 @@ NOTE: Please review the transactions we may have question for you here: https://
|
|||||||
[form-builder/field-v2 {:field :include-comparison}
|
[form-builder/field-v2 {:field :include-comparison}
|
||||||
[:div.mt-5]
|
[:div.mt-5]
|
||||||
[com/switch-input {:id "include-comparison"
|
[com/switch-input {:id "include-comparison"
|
||||||
:label "Include compariison"}]]]
|
:label "Include comparison"}]]]
|
||||||
[:div.level-item
|
[:div.level-item
|
||||||
|
|
||||||
(when (boolean (:include-comparison data))
|
(when (boolean (:include-comparison data))
|
||||||
|
|||||||
Reference in New Issue
Block a user