Skip to content

Commit

Permalink
Added parsing for MOB Caterina coworking invoices
Browse files Browse the repository at this point in the history
  • Loading branch information
esteve authored and bosd committed Apr 25, 2024
1 parent 6b939e7 commit ca74896
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
issuer: MOB Caterina (Coworking)
fields:
amount: IMPORTE\sTOTAL\s+(\d+,\d{2})
amount_untaxed: IMPORTE\sNETO\s+(\d+,\d{2})
date: Factura\s+MC\.(\d{4}\.\d{1,2}.\d{2})
invoice_number: Factura\s+(MC\.\d{4}\.\d{1,2}.\d{2})
static_vat: B67334847
vat_rate: IVA\s+\((\d+\.\d+)%\)
address: B67334847\s+(.+España)
static_partner_name: MOB Caterina S.L.
keywords:
- B67334847
- MOB Caterina
- Factura
options:
currency: EUR
date_formats:
- '%Y.%m.%d'
decimal_separator: ','

0 comments on commit ca74896

Please sign in to comment.