How to open new browser window when click on "point of sale" in erpnext

When we click on Point of Sales app the system should open another browser window and it should not have a close button.

1 Like

I don’t it’s possible right now, but maybe we can make routing links ctrl+click-able

ctrl+click is browser native way to open links in new tab.

ok :no_mouth: :neutral_face:

For open another browser window when click on point of sales.

frappe.pages[‘point-of-sale’].onclick = function(frm) {

window.open("http://0.0.0.0:8001/app/point-of-sale","_blank","width=600,height=550,top=300,left=500,titlebar=0");

}

That would be beneficial for users