Convert input into Calculator

This sub-forum is for discussing all topics related to AppGini Helper JavaScript Library, provided by bizzworxx as a third-party AppGini plugin.
Post Reply
mvanteeffelen
Posts: 2
Joined: 2022-10-05 09:10

Convert input into Calculator

Post by mvanteeffelen » 2022-10-05 16:52

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?

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1807
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: Convert input into Calculator

Post by jsetzer » 2022-10-05 17:20

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.
Kind regards,
<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

AppGini 24.10 Revision 1579 + all AppGini Helper tools

mvanteeffelen
Posts: 2
Joined: 2022-10-05 09:10

Re: Convert input into Calculator

Post by mvanteeffelen » 2022-10-06 15:31

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,

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1807
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: Convert input into Calculator

Post by jsetzer » 2022-10-06 16:01

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.
Kind regards,
<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

AppGini 24.10 Revision 1579 + all AppGini Helper tools

Post Reply