-
Notifications
You must be signed in to change notification settings - Fork 8
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
Adding TIN algorithms #400
Open
Menendez6
wants to merge
7
commits into
main
Choose a base branch
from
tins
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,238
−31
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
6dac3b5
Adding TIN algorithms
Menendez6 0dc7d7f
Solving linting and referencing
Menendez6 dbe2d47
Solving test issues
Menendez6 19193e4
Making a quick proposal on possible approach in France with different…
samlown 2905228
Modifying keys for types
Menendez6 9fa2bfe
Linting
Menendez6 05c13b6
Linting issue IdentityTypes
Menendez6 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,172 @@ | ||
{ | ||
"$schema": "https://gobl.org/draft-0/tax/regime-def", | ||
"name": { | ||
"en": "Ireland" | ||
}, | ||
"time_zone": "Europe/Dublin", | ||
"country": "IE", | ||
"currency": "EUR", | ||
"tags": [ | ||
{ | ||
"schema": "bill/invoice", | ||
"list": [ | ||
{ | ||
"key": "simplified", | ||
"name": { | ||
"de": "Vereinfachte Rechnung", | ||
"en": "Simplified Invoice", | ||
"es": "Factura Simplificada", | ||
"it": "Fattura Semplificata" | ||
}, | ||
"desc": { | ||
"de": "Wird für B2C-Transaktionen verwendet, wenn die Kundendaten nicht verfügbar sind. Bitte wenden Sie sich an die örtlichen Behörden, um die Grenzwerte zu ermitteln.", | ||
"en": "Used for B2C transactions when the client details are not available, check with local authorities for limits.", | ||
"es": "Usado para transacciones B2C cuando los detalles del cliente no están disponibles, consulte con las autoridades locales para los límites.", | ||
"it": "Utilizzato per le transazioni B2C quando i dettagli del cliente non sono disponibili, controllare con le autorità locali per i limiti." | ||
} | ||
}, | ||
{ | ||
"key": "reverse-charge", | ||
"name": { | ||
"de": "Umkehr der Steuerschuld", | ||
"en": "Reverse Charge", | ||
"es": "Inversión del Sujeto Pasivo", | ||
"it": "Inversione del soggetto passivo" | ||
} | ||
}, | ||
{ | ||
"key": "self-billed", | ||
"name": { | ||
"de": "Rechnung durch den Leistungsempfänger", | ||
"en": "Self-billed", | ||
"es": "Facturación por el destinatario", | ||
"it": "Autofattura" | ||
} | ||
}, | ||
{ | ||
"key": "customer-rates", | ||
"name": { | ||
"de": "Kundensätze", | ||
"en": "Customer rates", | ||
"es": "Tarifas aplicables al destinatario", | ||
"it": "Aliquote applicabili al destinatario" | ||
} | ||
}, | ||
{ | ||
"key": "partial", | ||
"name": { | ||
"de": "Teilweise", | ||
"en": "Partial", | ||
"es": "Parcial", | ||
"it": "Parziale" | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"scenarios": [ | ||
{ | ||
"schema": "bill/invoice", | ||
"list": [ | ||
{ | ||
"tags": [ | ||
"reverse-charge" | ||
], | ||
"note": { | ||
"key": "legal", | ||
"src": "reverse-charge", | ||
"text": "Reverse charge: Customer to account for VAT to the relevant tax authority." | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"corrections": [ | ||
{ | ||
"schema": "bill/invoice", | ||
"types": [ | ||
"credit-note" | ||
] | ||
} | ||
], | ||
"categories": [ | ||
{ | ||
"code": "VAT", | ||
"name": { | ||
"en": "VAT" | ||
}, | ||
"title": { | ||
"en": "Value Added Tax" | ||
}, | ||
"rates": [ | ||
{ | ||
"key": "zero", | ||
"name": { | ||
"en": "Zero Rate" | ||
}, | ||
"values": [ | ||
{ | ||
"percent": "0.0%" | ||
} | ||
] | ||
}, | ||
{ | ||
"key": "standard", | ||
"name": { | ||
"en": "Standard Rate" | ||
}, | ||
"values": [ | ||
{ | ||
"since": "2021-02-28", | ||
"percent": "23%" | ||
}, | ||
{ | ||
"since": "2020-09-01", | ||
"percent": "21%" | ||
}, | ||
{ | ||
"since": "2012-01-01", | ||
"percent": "23%" | ||
} | ||
] | ||
}, | ||
{ | ||
"key": "reduced", | ||
"name": { | ||
"en": "Reduced Rate" | ||
}, | ||
"values": [ | ||
{ | ||
"since": "2003-01-01", | ||
"percent": "13.5%" | ||
} | ||
] | ||
}, | ||
{ | ||
"key": "super-reduced", | ||
"name": { | ||
"en": "Reduced Rate" | ||
}, | ||
"values": [ | ||
{ | ||
"since": "2011-07-01", | ||
"percent": "9%" | ||
} | ||
] | ||
}, | ||
{ | ||
"key": "special", | ||
"name": { | ||
"en": "Reduced Rate" | ||
}, | ||
"values": [ | ||
{ | ||
"since": "2005-01-01", | ||
"percent": "4.8%" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be: