-
Notifications
You must be signed in to change notification settings - Fork 23
Add new PT exemption codes #607
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
Draft
cavalle
wants to merge
1
commit into
main
Choose a base branch
from
pt-new-exemptions
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.
Draft
Changes from all commits
Commits
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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -626,7 +626,7 @@ var extensions = []*cbc.Definition{ | |
| Desc: i18n.String{ | ||
| i18n.EN: here.Doc(` | ||
| “IVA Zero” food-basket scheme allowed VAT exemption with right to | ||
| deduction. Active 18 Apr 2023 to 4 Jan 2024, now expired. | ||
| deduction. Active 18 Apr 2023 to 4 Jan 2024, now expired. | ||
| `), | ||
| }, | ||
| }, | ||
|
|
@@ -677,7 +677,7 @@ var extensions = []*cbc.Definition{ | |
| }, | ||
| Desc: i18n.String{ | ||
| i18n.EN: here.Doc(` | ||
| Reverse-charge on raw cork, wood, pine-cones with shell — | ||
| Reverse-charge on raw cork, wood, pine-cones with shell — | ||
| purchaser accounts for VAT. | ||
| `), | ||
| }, | ||
|
|
@@ -748,6 +748,55 @@ var extensions = []*cbc.Definition{ | |
| `), | ||
| }, | ||
| }, | ||
| { | ||
| Code: "M44", | ||
| Name: i18n.String{ | ||
| i18n.EN: "Article 6.º of the CIVA – Specific rules", | ||
| i18n.PT: "Artigo 6.º do CIVA – Regras específicas", | ||
| }, | ||
| Desc: i18n.String{ | ||
| i18n.EN: here.Doc(` | ||
| To be used in operations not localized in Portugal due to the | ||
| exception rules in numbers 7 and following of article 6.º of the | ||
| VAT Code. | ||
| `), | ||
| }, | ||
| }, | ||
| { | ||
| Code: "M45", | ||
| Name: i18n.String{ | ||
| i18n.EN: "Artigo 58.º-A do CIVA", | ||
| i18n.PT: "Article 58.º-A of the CIVA", | ||
|
Comment on lines
+768
to
+769
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Translation is backwards here. |
||
| }, | ||
| Desc: i18n.String{ | ||
| i18n.EN: here.Doc(` | ||
| To be used in operations located in another Member State of the | ||
| European Union that are exempt from VAT there, by virtue of the | ||
| supplier of goods or provider of services having adhered to the | ||
| Cross-Border Exemption Regime for operations carried out in that | ||
| Member State. Without prejudice to the provisions of | ||
| Circular-Letter no. 25 065, of 08.04.2025, for better | ||
| identification and separation of these operations, the mention | ||
| "IVA - regime transfronteiriço de isenção" must be used. | ||
| `), | ||
| }, | ||
| }, | ||
| { | ||
| Code: "M46", | ||
| Name: i18n.String{ | ||
| i18n.EN: "Decree-Law No. 19/2017, of February 14", | ||
| i18n.PT: "Decreto-lei n.º 19/2017, de 14 de fevereiro", | ||
| }, | ||
| Desc: i18n.String{ | ||
| i18n.EN: here.Doc(` | ||
| To be used by the seller in issuing invoices for operations where | ||
| the exemption has been applied to the transfer of goods to be | ||
| transported in the personal luggage of travelers without domicile | ||
| or establishment in the European Union, under the terms of the | ||
| aforementioned decree-law. | ||
| `), | ||
| }, | ||
| }, | ||
| { | ||
| Code: "M99", | ||
| Name: i18n.String{ | ||
|
|
||
This file contains hidden or 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.
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.
I think it'd be useful here to try and describe what the "exception rules in numbers 7 and following" actually are. All this description is really saying is the same thing as the title, but longer!