breakthru beverage

This commit is contained in:
Bryce
2024-03-27 11:47:43 -07:00
parent 8939c87db7
commit bff70e04b6

View File

@@ -317,6 +317,17 @@
:parser {:date [:clj-time "MM/dd/yyyy"]
:total [:trim-commas nil]}}
;; Breakthru Bev
{:vendor "Wine Warehouse"
:keywords [#"BREAKTHRU BEVERAGE"]
:extract {:date #"INVOICE DATE\s+([0-9]+/[0-9]+/[0-9]+)"
:account-number #"CUSTOMER NUMBER\s+(\d+)"
:invoice-number #"INV #\s+(.*?)\n"
:total #"INVOICE AMOUNT\s+\$\s*([\d,\.\-]+)"}
:parser {:date [:clj-time "MM/dd/yyyy"]
:total [:trim-commas nil]}}
;; THE WATER PROS
{:vendor "The Water Pros"
:keywords [#"The Water Pros, Inc"]