Merge branch 'master' of codecommit://integreat
This commit is contained in:
@@ -273,7 +273,8 @@
|
||||
:account-number #"Store Number:\s+(\d+)"
|
||||
:invoice-number #"(?:INVOICE|CREDIT) DATE\n(?:.*?)\s{2,}(\d+?)\s+\S+\n"
|
||||
:total #"Net Amount(?:.*\n){4}(?:.*?)([\-]?[0-9\.]+)\n"}
|
||||
:parser {:date [:clj-time "dd-MMM-yy"]
|
||||
:parser {:date [:clj-time ["MM/dd/yy"
|
||||
"dd-MMM-yy"]]
|
||||
:total [:trim-commas-and-negate nil]}}
|
||||
|
||||
;; WINE WAREHOUSE
|
||||
|
||||
Reference in New Issue
Block a user