Integrate with Grocy.

What is Grocy

From https://grocy.info/

grocy is a web-based self-hosted groceries & household management solution for your home.


Integrate with Grocy

You can use this setup for :-

Step 1

Go to iPhone’s Settings > Barbecue > On Scan Barcode

Step 2

Navigate to CALL FUNCTION(BARCODE) section.
Paste the following code into Function Name field

(function(barcode){
if(document.querySelector("#search")){$("#search").val(barcode).trigger("keyup");return}
let selector = document.querySelector('select.barcodescanner-input');
if(selector){$(document).trigger("Grocy.BarcodeScanned",[barcode,selector.dataset.target]);return}
if(window.onbarcode){window.onbarcode(barcode)}
})

Try Barbecue Browser for free

Barbecue Browser is FREE for hobby and small business.

Download on the App Store


Getting help

Join our Discord →

or, contact us via email:
support@programmerbird.com