fixes for randy etc.
This commit is contained in:
@@ -295,6 +295,16 @@
|
||||
:parser {:date [:clj-time "MM/dd/yyyy"]
|
||||
:total [:trim-commas-and-negate nil]}}
|
||||
|
||||
;; WINE WAREHOUSE CREDIT 4
|
||||
{:vendor "Wine Warehouse"
|
||||
:keywords [#"WINE WAREHOUSE" #"Credit Memo"]
|
||||
:extract {:date #"Credit Memo Number/Date\s+\d+\s+([0-9]+/[0-9]+/[0-9]+)"
|
||||
:customer-identifier #"Ship-To-Party.*\n(.*?)\s{2,}"
|
||||
:invoice-number #"Credit Memo Number/Date\s+(\d+)"
|
||||
:total #"Total\s+([0-9]+\.[0-9]{2}-)"}
|
||||
:parser {:date [:clj-time "MM/dd/yyyy"]
|
||||
:total [:trim-commas-and-negate nil]}}
|
||||
|
||||
;; WINE WAREHOUSE 2
|
||||
{:vendor "Wine Warehouse"
|
||||
:keywords [#"WINE WAREHOUSE" #"Bill-to-Party"]
|
||||
|
||||
Reference in New Issue
Block a user