Skip to content

Commit

Permalink
TUTORIAL: Add "vatin" to standard fields
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Rafał Miłecki authored and bosd committed Nov 4, 2023
1 parent 1abf785 commit dda1679
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit dda1679

Please sign in to comment.