Charlie Powell
Charlie Powell
@funnylookinhat , I have another instance where the 2-decimal point precision is biting me in the a.. Products that are purchased in bulk, such as resistors. Their price is often...
OK, short answer, it is possible :) Slightly longer answer: https://github.com/eVAL-Agency/beansbooks/commit/9c859276f7d4f5decb3077c5d9a763aeaf45e055 This isn't implemented throughout the system, just more of a proof of concept, (although it does seem to be...
You're correct, you can't cash a check for $0.001. My use case of the precision change was sometimes we buy tiny pieces in bulk of 100. Each piece is cost...
As an amendment to my previous comment about how Stripe handles currencies, a quote from their API: > A positive integer in the smallest currency unit (e.g 100 cents to...
When I glanced at this message, I thought you were requesting payments made to be displayed on a printed invoice; which I was going to reply that has already been...
I've hit a similar issue on my fork of the project. I ended up increasing the limit to, (I believe), 24 or 32. This is still sane enough for most...
@funnylookinhat you are correct in assuming that every instance of the path would need a url_base, and that's exactly what we ended up fixing in our fork of the project....
What I did is have a snippet in `layout.mustache` that's ``` window.ROOT_WDIR = "{{root_wdir}}"; ``` Then in the javascript files, ``` $.ajax(ROOT_WDIR + 'customer/json/action'...); ``` And then yeah, in View.php,...
Circling back on this upon realizing that I had forgotten about it in a buried branch and noticed it's still open. Is anyone in the community interested in having payment...
The build of beansbooks is currently based on an old version of Kohaha which may not support MySQL 5.7. It for a fact doesn't support MySQLi! I'm in the process...