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

Tax issues with incidents : are they VAT included or VAT excluded? #4870

Open
Atala opened this issue Jan 29, 2025 · 1 comment
Open

Tax issues with incidents : are they VAT included or VAT excluded? #4870

Atala opened this issue Jan 29, 2025 · 1 comment
Assignees
Labels
B2B Customer Interface An issue related to a "manual" order customer. Ex: A lawyer creating an urgent delivery, catering bug Incidents

Comments

@Atala
Copy link
Member

Atala commented Jan 29, 2025

This commit e6332c2#diff-7c20304db15cf219fd12361ceb498d56553d5abee8d0a438cb0df3839394f061 implies that incidents are VAT-included when they are entered on the platform.

On this screen for a 9€ VAT included delivery we see that we enter a VAT included incident (however it is not clear to the user)

Image

So all of this make sense. However:

  • we need to make clear to users that incident are VAT included and that we just changed the previous behavior (which was faulty)
  • it is quite bad as most of incidents are for B2B relationships which are billed without VAT, so it is not practical for the user to enter VAT included prices.

we could use a "VAT translator component" as we did for the react deliveryform so they can input either with or without VAT.

Image

-> what to do next?

@Atala Atala added the bug label Jan 29, 2025
@Atala Atala added B2B Customer Interface An issue related to a "manual" order customer. Ex: A lawyer creating an urgent delivery, catering Incidents labels Jan 29, 2025
@Atala
Copy link
Member Author

Atala commented Jan 29, 2025

So two options

  1. Incidents amounts are entered VAT-included then we keep vladimir's commit + we add the double input vat/without-vat on incident price diff form
  2. Incidents amounts are entered VAT-excluded then we revert vladimir's commit + we fix the incident price diff form

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B2B Customer Interface An issue related to a "manual" order customer. Ex: A lawyer creating an urgent delivery, catering bug Incidents
Projects
None yet
Development

No branches or pull requests

3 participants