Primizie foods

This commit is contained in:
2024-03-11 15:22:27 -07:00
parent ae5d2a1b32
commit e5e28a4459
2 changed files with 8 additions and 0 deletions

View File

View File

@@ -572,6 +572,14 @@
:total #"(?:INVOICE|TOTAL|CREDIT)\s+([\d\.,\-]+\.[\d\-]+( CR)?)"} :total #"(?:INVOICE|TOTAL|CREDIT)\s+([\d\.,\-]+\.[\d\-]+( CR)?)"}
: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 "Primizie Foods"
:keywords [#"primiziefoods.com"]
:extract {:date #"Invoice Date\s+([0-9]+/[0-9]+/[0-9]+)"
:customer-identifier #"BILL TO.*?\n(.*?)\s{2,}"
:invoice-number #"Invoice #\s+(.*?)\n"
:total #"BALANCE DUE\s+\$([\d\.,\-]+\.[\d\-])"}
:parser {:date [:clj-time "MM/dd/yyyy"]
:total [:trim-commas-and-negate nil]}}
;; ROMA BAKERY ;; ROMA BAKERY
{:vendor "Roma Bakery Inc." {:vendor "Roma Bakery Inc."