I have a table called product and i have tried to enable the calculator on a decimal field called price. I have set up a product-dv.js file in the hiooks folder with following content:
-----
// single field, beautify + change icons + remove variation
new AppGiniField("vatid").dropdown().fix("search", "plus", true);
new AppGiniField("supplierid").dropdown().fix("search", "plus", true);
new AppGini.Components.Calculator("price", ",", 2);
----
new AppGiniField commands are working fine. new AppGini.Components.Calculator is not.
Any suggestions are welcome?
Convert input into Calculator
Re: Convert input into Calculator
There is no AppGini.Components.Calculator, sorry.
After the showcase, there was only very little interest. So right now, for economical reasons, it doesn't make sense for me to create and maintain this as a stand alone product. Cost is too high in comparison to expectable sales. I'd need >40 interested users. But there aren't right now. Maybe next year.
After the showcase, there was only very little interest. So right now, for economical reasons, it doesn't make sense for me to create and maintain this as a stand alone product. Cost is too high in comparison to expectable sales. I'd need >40 interested users. But there aren't right now. Maybe next year.
Kind regards,
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
[code]...[/code]
blocks for better readability-
- Posts: 2
- Joined: 2022-10-05 09:10
Re: Convert input into Calculator
Thank you for the reply. It is very confusing because it is on your website.
https://appgini.bizzworxx.de/appgini/hi ... alculator/
Keep up the good work!
Kind regards,
https://appgini.bizzworxx.de/appgini/hi ... alculator/
Keep up the good work!
Kind regards,
Re: Convert input into Calculator
I'm sorry for the confusion.
There are articles in my BLOG category "highlight of the day" (https://appgini.bizzworxx.de/category/a ... ighlights/) which are show cases of what I do in my projects. Some of them find the way into products but definitely not everything you can see there can be part of a 49$ library because some solutions have taken days or weeks in development for customers.
Depending on the reactions I get from you AppGineers, I consider adding features to new versions of existing products or to build and distribute new products.
Your feedback is highly appreciated! It always helps me estimating the market.
There are articles in my BLOG category "highlight of the day" (https://appgini.bizzworxx.de/category/a ... ighlights/) which are show cases of what I do in my projects. Some of them find the way into products but definitely not everything you can see there can be part of a 49$ library because some solutions have taken days or weeks in development for customers.
Depending on the reactions I get from you AppGineers, I consider adding features to new versions of existing products or to build and distribute new products.
Your feedback is highly appreciated! It always helps me estimating the market.
Kind regards,
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
[code]...[/code]
blocks for better readability