Created
June 30, 2025 14:13
-
-
Save almet/b7a729ad8b612ca736f8815b17c68fba to your computer and use it in GitHub Desktop.
VAT sum in Qonto
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
Math.sumPrecise(new Array(...document.querySelectorAll('[data-testid="vat-total-amount"]')).map((el) => parseFloat(el.innerText.split('EUR')[0].replace(',', '.')))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment