Fixes issues

This commit is contained in:
2025-11-19 23:53:30 -08:00
parent ff8e7b3063
commit af7f9355e8
2 changed files with 6 additions and 3 deletions

View File

@@ -738,7 +738,7 @@
{:vendor "Reel Produce"
:keywords [#"reelproduce.com" #"Statem"]
:extract {:date #"\s*([0-9]+/[0-9]+/[0-9]+)"
:customer-identifier #"To:\s*\n\s+(.*?)\s{2,}"
:customer-identifier #"ELECTRONICALLY.*\n\s*(.*?)\s{2,}"
:invoice-number #"#(\d+)"
:total #"([\d\-,]+\.\d{2,2})"}
:parser {:date [:clj-time "MM/dd/yyyy"]