Skip to content
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

Defining common invoice tags, simplified invoice validation moved up #218

Merged
merged 8 commits into from
Nov 23, 2023

Conversation

samlown
Copy link
Collaborator

@samlown samlown commented Nov 20, 2023

  • Simplified invoice validation is now universal.
  • Defined a standard set of invoice tags that can be used potentially in any invoice, with the possibility for tax regimes to add to their own local definition.
  • Default tags are:
    • simplified for simplified invoices
    • reverse-charge for when the recipient is responsible for tax
    • self-billed for invoices created by the customer on behalf of the supplier.
    • customer-rates indicates that the tax rates of the customer's region should be applied instead of the supplier, such as for digital goods sold to B2C customers.

@samlown samlown force-pushed the common-invoice-tags branch from bd3349e to 5d7dce0 Compare November 21, 2023 14:54
@juanmoliner
Copy link
Contributor

juanmoliner commented Nov 22, 2023

@samlown Food for thought

customer-rates indicates that the tax rates of the customer's region should be applied instead of the supplier, such as for digital goods sold to B2C customers.

Shouldn't the default tax rates be those of the customer? Most countries adhere to the destination principle, which is the official recommendation by OECD.

For these reasons, there is widespread consensus that the destination principle, with revenue accruing to the country of import where final consumption occurs, is preferable to the origin principle from both a theoretical and practical standpoint. In fact, the destination principle is the international norm and is sanctioned by World Trade Organization (“WTO”) rules

Source: OECD International VAT/GST Guidelines - Chapter 1.C

@samlown
Copy link
Collaborator Author

samlown commented Nov 22, 2023

@juanmoli9 I see your point... this is a semantic issue and no one is currently using this, so the names can be changed.

What could be the alternative? Ideally we want something explicit as its hard to guess if the final customer is a business or physical person based on the data. Perhaps a simple tag like "b2c"?

@samlown samlown merged commit 009b37b into main Nov 23, 2023
2 checks passed
@samlown samlown deleted the common-invoice-tags branch November 23, 2023 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants