template for sushi.

This commit is contained in:
2026-01-07 11:26:20 -08:00
parent b1273835d5
commit 4ef2190570

View File

@@ -736,15 +736,15 @@
:parser {:date [:clj-time "MM/dd/yyyy"] :parser {:date [:clj-time "MM/dd/yyyy"]
:total [:trim-commas-and-negate nil]}} :total [:trim-commas-and-negate nil]}}
{:vendor "Reel Produce" {:vendor "Reel Produce"
:keywords [#"reelproduce.com" #"Statem"] :keywords [#"Reel Produce" #"Statem"]
:extract {:date #"\s*([0-9]+/[0-9]+/[0-9]+)" :extract {:date #"\s*([0-9]+\-[0-9]+\-[0-9]+)"
:customer-identifier #"ELECTRONICALLY.*\n\s*(.*?)\s{2,}" :customer-identifier #"Customer.*\n(.*?)\n"
:invoice-number #"#(\d+)" :invoice-number #"^(\d+)"
:total #"([\d\-,]+\.\d{2,2})"} :total #"([\d\-,]+\.\d{2,2})"}
:parser {:date [:clj-time "MM/dd/yyyy"] :parser {:date [:clj-time "yyyy-MM-dd"]
:total [:trim-commas-and-negate nil]} :total [:trim-commas-and-negate nil]}
:multi #"\n" :multi #"\n"
:multi-match? #"INV #"} :multi-match? #"^\d+"}
{:vendor "Paulino's Bakery" {:vendor "Paulino's Bakery"
:keywords [#"paulinosbakery"] :keywords [#"paulinosbakery"]
:extract {:date #"\s*([0-9]+/[0-9]+/[0-9]+)" :extract {:date #"\s*([0-9]+/[0-9]+/[0-9]+)"