We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, thanks for contributing.
Wonder if we can format the numbers displayed on the invoice with the locale value?
Number("100000").toLocaleString("en-US")
The text was updated successfully, but these errors were encountered:
Looks like there is a function in PHP => https://www.php.net/manual/en/function.number-format.php
Feel free to open a PR. I'm a bit busy right now. 😭
Sorry, something went wrong.
@samber I see, well that's worth looking into it. However, I'm not a developer, I got this working on my machine with tutorials
Oh I see. Let me know if you have any issue. I'm pretty sure the contributing doc section can be improved.
contributing
There is no easy way to guess the invoice language.
2 choices:
The first option seems much simpler and covers 95% of needs. What do you think?
No branches or pull requests
Hi, thanks for contributing.
Wonder if we can format the numbers displayed on the invoice with the locale value?
Number("100000").toLocaleString("en-US")
The text was updated successfully, but these errors were encountered: