Using Product id in QR code automatically

Hi everyone,

for a simple way of organising ingoing and outgoing products out of the warehouse i would like to use the in build functions of dolibarr combined with the qr code functions.
An example:
http://“ip”/dolibarr/product/stock/product.php?id=00010
Im using this link as the qr code so that when i scan it with my smartphone i am directly forwarded to the warehouse functions for the product with the id=10.
This works fine.
Now i would like dolibarr to automatically generate this link with the right id.
Ive tried to use this as the autogenerator format:

http://“id”/dolibarr/product/stock/product.php?id={00000}

Unfortunately the barcode numerating and the product ids does not sync good. for the first like 20 products it works fine but then it doenst sync anymore. I think the id is incremented anywhere else aswell.

Is it possible to use something like {$id} instead of {00000} ?

Kind regards,
NBecker

I guess you need to post such queries in git hub where developers of dolibarr may check on this.

If you get an update, kindly post it here so that it will be useful for people like us.

thanks
yesbee