Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

templates: drop unused coding info from all templates #452

Merged
merged 1 commit into from
Jan 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/ch/ch.pcengines.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: PC Engines GmbH
fields:
amount: Total\s+EUR\s+([\d,]+.\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/com/com.amazon.aws.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Amazon Web Services
fields:
amount: TOTAL AMOUNT DUE ON.*\$(\d+\.\d+)
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/com/com.apple.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Apple Distribution International
fields:
amount: Total\s+Price\s+\(\w+.VAT\)\s+EUR\s+(\d+,\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/com/com.binarylife.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: BinaryLife Inc.
fields:
amount: Total\s?:\s+\$(\d+\.\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/com/com.bloomberg.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Bloomberg
fields:
amount: TOTAL \(USD \)\s+([\d,]+\.\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/com/com.datadoghq.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# The Datadog invoices are really not nice!
# So this invoice template is pretty weak. I hope Datadog will improve their
# invoices in the future...
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/com/com.expressvpn.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: ExpressVPN
fields:
amount: Grand Total:\s+\$([\d,]+.\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/com/com.ftserussell.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: FTSE Russel
fields:
amount_untaxed: Net Total\s+EUR\s+€([\d,]+\.\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/com/com.linode.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Linode
fields:
amount: Invoice\s+Total:\$(\d+.\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/com/com.mongodb.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: mongoDB Cloud
fields:
amount: PAID\s+\w+\s\d{1,2},\s\d{4}\s+\$[\d,]+\.\d{2}\s+\$[\d,]+\.\d{2}\s+\$[\d,]+\.\d{2}\s+\$([\d,]+\.\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/com/com.nyse.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: NYSE Market (DE) Inc.
fields:
amount: Invoice\s+Amount:\s+\$([\d,]+\.\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/com/com.packtpub.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Packt Publishing
fields:
amount: Total\s+\d+\s+€(\d+.\d{2})
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Pixartprinting SpA
fields:
amount: \d+\.\d+\s+[\d,]+\.\d{2}\s+[\d,]+\.\d{2}\s+[\d,]+\.\d{2}\s+[\d,]+\.\d{2}\s+[\d,]+\.\d{2}\s+[\d,]+\.\d{2}\s+([\d,]+\.\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/com/com.tmx.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: TSX Inc.
fields:
amount: Total\s+Amount\s+Due\s+USD\s+\$([\d,]+\.\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/de/de.amazon.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# TODO: this template needs more keyword in order to avoid matching
# instead of other Amazon templates for other countries and/or languages
fields:
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/es/com.pepephone.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: PepePhone (Mobile & Internet)
fields:
amount: Total\sfactura\s+(\d+,\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/es/es.supplies24.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: supplies24.es
fields:
amount: Importe total:\s+(\d+,\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/co.mooncard.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: MoonGroup (mooncard.co)
fields:
amount: Total\s+à\s+payer\s+(\d+,\d{2})\s+€
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/com.adobe.ie.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Adobe Systems Software
fields:
amount: Montant\s+TTC\s+(\d+.\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/com.akretion.fr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Akretion France
fields:
amount: Total TTC :\s+(\d+,\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/com.amazon.aws.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Amazon Web Services EMEA SARL, succursale française
fields:
amount: TOTAL\s+AMOUNT\s+EUR\s+(\d+.\d{2})
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Atelier Copy Service
fields:
amount: Total TTC\s+([\d ]+.\d{2})
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Chauffeur Privé (TRANSOPCO France SAS)
fields:
amount: Totalfacturé([\d ]+,\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/com.coriolis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Designed to work on the 2 invoice models: mobile phone and Internet
issuer: Coriolis Telecom
fields:
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/com.easyjet.fr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Easyjet
fields:
amount: MONTANT TOTAL\s+([\d ]+,\d{2})
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Eau du grand Lyon (eaudugrandlyon.com)
fields:
amount: Total\s+général\s+:\s+\d+,\d{2}\s+€\s+HT\s+\d+,\d{2}\s+(\d+,\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/com.godaddy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Go Daddy
fields:
amount: Total\s?:\s+(\d+,\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/com.google.ie.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Google Ireland Limited
fields:
amount: Montant dû en EUR\s+:\s+([\d ]+,\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/com.hootsuite.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Hootsuite Media Inc.
fields:
amount: Montant payé\s?:\s+€(\d+,\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/com.jeanbesson.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Transports Jean Besson
fields:
amount: MONTANT\s+TTC\s+A\s+REGLER\s+EN\s+EUROS\s+(\d+.\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/com.ldlc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: LDLC.com
fields:
amount: Montant TTC\s+(\d+,\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/com.linkedin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: LinkedIn Ireland Unlimited
fields:
amount: Facture\s*:\s+([\d\s]+,\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/com.mention.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Mention Solutions SAS
fields:
amount: Total\s\(incl\.\sVAT\)\s+(\d+,\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/com.microsoft.ie.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Microsoft Ireland Operations Ltd
fields:
amount: Total\sdes\sfrais\sactuels\s+(\d+,\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/com.myflyingbox.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: My Flying Box
fields:
amount: \d+,\d{2}\s+€\s+\d+,\d{2}\s+€\s+(\d+,\d{2})\s+€
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Office TIMELINE
fields:
amount: Total\spayé\s\(\w{3}\)\s+\$(\d+)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Orange Business Services
fields:
amount: somme\sà\spayer\s\(EUR\sTTC\)\s+(\d+,\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/com.ovh.fr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: OVH.com
fields:
amount: TOTAL\s+TTC\s+([\d ]+,\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/com.rs-online.fr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: RadioSpares
fields:
amount: TOTAL TTC - EUR\s+([\d ]+,\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/com.saur.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Doesn't work with the new version of pdftotext : Copying of text from this document is not allowed.
issuer: Saur
fields:
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/com.soyoustart.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: So you Start (OVH)
fields:
amount: TOTAL\s+TTC\s+(\d+.\d{2})
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Vinci Autoroutes
fields:
amount: NET A PAYER TTC\s+(\d+,\d{2})
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Facture dolibarr generique (1)
fields:
invoice_number: '.*R.f.\s+:\s+(.*)'
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/eu.trainline.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Trainline.eu
fields:
amount: Montant\s+total\s+:\s+€(\d+.\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/fr.actn.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: ACTN
fields:
date: Date\s+facture\s+:\s+(\d+/\d+/+\d{4})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/fr.airfrance.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Air France
fields:
amount: NET A PAYER\s+([\d ]+.\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/fr.also.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: ALSO France
fields:
date: Date\s+(\d+.\d+.+\d{4})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/fr.amazon.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Amazon France
fields:
amount: Facture Total\s+([\d ]+,\d{2})
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: AEP - ASSURANCE EPARGNE PENSION
fields:
amount: Soit un net à payer de :\s+([\d\s]+,\d{2})
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Bouygues Telecom (ADSL/Fibre)
fields:
amount: Montant total de cette facture\s+(\d+.\d{2})
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Bouygues Telecom (Mobile)
fields:
amount: Montant de la facture soumis à TVA\s+\d+,\d{2}\s+(\d+,\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/fr.butagaz.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Gaz de Paris
keywords:
- Butagaz
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/fr.chronopost.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Chronopost
fields:
amount: TOTAL FACTURE\s+\d+.\d{2}\s+\d+.\d{2}\s+(\d+.\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/fr.dirafi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: dirafi.fr
fields:
amount: Total TTC\s+([\d\s]+,\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/fr.domaine-achat.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: PRIVIANET SARL
fields:
amount: Total TTC\s+(\d+.\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/fr.easytrip.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Easytrip France
fields:
amount: TOTAL\s+A\s+PAYER\s+[\d ]+,\d{2}\s+[\d ]+,\d{2}\s+([\d ]+,\d{2})
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: EDF
fields:
amount: Total TTC en euros \(détails au verso\) :\s+([\d ]+,\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/fr.edf.pme.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: EDF
fields:
amount: Facture TTC\s+([\d ]+,\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/fr.finagaz.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: FINAGAZ
fields:
amount: Montant TTC en notre faveur\s+([\d ]+,\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/fr.fountain.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: fountain.fr
fields:
amount: Montant total\s+([\d ]+,\d{2})
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Free
fields:
amount: Total facture\s+\d+.\d{2}\s+\d+.\d{2}\s+(\d+.\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/fr.free.mobile.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Free Mobile
fields:
amount: \spayer TTC\*\s+(\d+.\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/fr.free.mobile2.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Free Mobile
fields:
amount: \spayer TTC\*\s+(\d+.\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/fr.futur.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Futur Telecom SAS
fields:
amount: Total T.T.C.\s+\(€\)\s+(\d+,\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/fr.ge-iroise.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: GE IROISE
fields:
amount: Total\s+T.T.C.\s+([\d\s]+,\d{2})
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Greffe du tribunal de commerce de Lyon
fields:
amount: TOTAL\s+TTC\s?:\s+(\d+,\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/fr.hiscox.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Hiscox Europe
fields:
amount: Prime TTC\s+([\d ]+,\d{2})
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Sat2Way
fields:
amount: Total\s+:\s+(\d+.\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/fr.jpg.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: JPG
fields:
amount: \d+,\d{2}\s+\d+,\d{2}\s+\d+,\d{2}\s+\d+,\d{2}\s+(\d+,\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/fr.kubii.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: KUBII
fields:
amount: \sTotal\s+(\d+,\d{2})\s€
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: La Poste (Coliposte et Solutions Business)
fields:
amount: Montant\s+à\s+payer\s+en\s+Euros\s+(\d+,\d{2})
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: La Poste (Coliposte)
fields:
amount: Total TTC:\s+(\d+,\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/fr.lecab.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: leCab
fields:
amount: Montant\s+total\s+à\s+régler\s+([\d\s]+,\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/fr.leroymerlin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Leroy Merlin France
fields:
amount: Total TTC\s+(\d+.\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/fr.maaf.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: MAAF Assurances SA
fields:
amount: VOTRE\sCOTISATION\sANNUELLE\s+\d{4}\s+(\d+,\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/fr.mediapart.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Mediapart
fields:
amount: TOTAL\sTTC\s+(\d+.\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/fr.moneo-resto.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Moneo Resto
fields:
amount: Total\sTTC\s+(\d+,\d{2})
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/fr.mouser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# The PDF invoice has the 2 languages: French and English
issuer: Mouser Electronic
fields:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Mycelium Roulement - 123roulement
fields:
amount: Total\sT\.T\.C\.\s+(\d+,\d{2})\s+EUR
Expand Down
1 change: 0 additions & 1 deletion src/invoice2data/extract/templates/fr/fr.napsis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
issuer: Napsis (Iperlink)
fields:
amount: TOTAL TTC À PAYER\s+(\d+,\d{2})
Expand Down
Loading