-
Notifications
You must be signed in to change notification settings - Fork 6
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
Tests - VAT nr Checker #71
Comments
TODO
update for @semteacher this works as intended as georg said. I didn't know yet in the video. so a valid vat will be used until checkbox unchecked or other valid vat entered |
@semteacher I have made a screenrecording to show to you in detail this new feature. |
An example for a valid VAT would be the one of wunderbyte: U74259768 |
…e price of single item - simplified back (#71)
the price in the list is not correctly updated. If you reload the page completely, you should always see the correct prices. We should include the list of items above in our Ajax update routine. |
Actually, to be more precise: The reduction of the items price during isntallementpayments on reload is accepted. We know it's not perfect, but that's how it works now. The second error should be fixed by automatically triggering the list of items when we toggle the installments checkbox. we make a ticket for it. For the moment, ignore these values in your test |
Additionally - VAT verification reloads page reset "Use installment.. " to OFF |
…stallment to reduce net price of single item ( #71 )
…stallment to reduce net price of single item ( #71 )
@semteacher Can you, from your perspective, make the things that need to be done here? I kind of lost the thread. We just got notice that GB Vat numbers are not accepted anymore by our checker, they should be excluded, as automation does not work otherwise. |
@georgmaisser the only listed and incompleted thing is |
- Go to checkout with an item & taxes turned on
- Add vat nr and make sure, VAT is set to 0%
- Store Vat Nr in ledger items (still to do, also we need to add column ).
Make sure feature works with different settings:
- net and gross prices
- billing address (solved under Test - Adresses #72)
- installments
The text was updated successfully, but these errors were encountered: