makes sales queries go for 120 days, fixes Youngs Market

This commit is contained in:
Bryce
2023-10-20 22:15:06 -07:00
parent 6059e8a4ca
commit e66d93989c
3 changed files with 12 additions and 9 deletions

View File

@@ -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