Thanks @mishav for this plugin. I should be missing something very basic but I can’t deal with decimal number with the JS module. This extremely simple script
with Quantity being a decimal format :
will work with n integr but not with a decimal like7.3 or 7,3 (European).
Always get the following error :

What do I miss ?