From 1ce82ccd6dbade834092dd6c58a04881ab6fd7df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Sat, 2 Sep 2023 10:47:44 +0200 Subject: [PATCH 1/2] TUTORIAL: Add "vatin" to standard fields MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In most countries end customers pay a VAT (value-added tax). Companies issuing invoices with VAT need to have a unique identification number assigned. Local names and abbreviations of those numbers differ across countries (UID, DIČ, CVR, CBL, NIP, NIF, etc.). European Union seems to reference those numbers as "VAT identification numbers". Some open projects like Wikipedia and OpenStreetMap use "vatin" abbreviation for it. Add field of the same name to the TUTORIAL. Signed-off-by: Rafał Miłecki --- TUTORIAL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TUTORIAL.md b/TUTORIAL.md index f2485e30..732f2d6d 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -79,6 +79,7 @@ Standard fields: - `date`: the date invoice was issued - `invoice_number`: unique number assigned to invoice by an issuer - `amount`: total amount (with taxes) +- `vatin`: [VAT identification number](https://en.wikipedia.org/wiki/VAT_identification_number) ### Parser `regex` From 1aa29f9546dc456d4cc02608f86cd82923aff391 Mon Sep 17 00:00:00 2001 From: bosd Date: Sat, 4 Nov 2023 19:43:50 +0100 Subject: [PATCH 2/2] TUTORIAL: Add "vat" to standard fields --- TUTORIAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TUTORIAL.md b/TUTORIAL.md index 732f2d6d..54323c1f 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -79,7 +79,7 @@ Standard fields: - `date`: the date invoice was issued - `invoice_number`: unique number assigned to invoice by an issuer - `amount`: total amount (with taxes) -- `vatin`: [VAT identification number](https://en.wikipedia.org/wiki/VAT_identification_number) +- `vat`: [VAT identification number](https://en.wikipedia.org/wiki/VAT_identification_number) ### Parser `regex`