Skip to content

Commit

Permalink
[REF]: Update invoicetemplates no regexes are allowed as keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd committed Feb 7, 2025
1 parent c3ad8f4 commit 44ff370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"invoice_number": "InvoiceNo:(\\S+)",
"order_id": "OrderID:(\\w{2}\\d{16,18})"
},
"keywords": ["flipkart", "WS\\s?Retail", "OD"],
"keywords": ["flipkart", "WS Retail", "OD"],
"options": {
"currency": "INR",
"remove_whitespace": true
Expand Down
2 changes: 1 addition & 1 deletion src/invoice2data/extract/templates/nl/nl.be.coolblue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ fields:
price_subtotal: float
keywords:
- Coolblue
- (NL810433941B01|BE0867686774)
- Klantnummer
- factuur
-
options:
Expand Down

0 comments on commit 44ff370

Please sign in to comment.