Store-POS icon indicating copy to clipboard operation
Store-POS copied to clipboard

customer orders don't show

Open mahmoudragaey opened this issue 5 years ago • 2 comments

customer orders don't show customer orders or anything just open clear window titled with "customer orders" i just used msi file how i can show all cutomer orders ?

mahmoudragaey avatar Nov 02 '20 15:11 mahmoudragaey

Hi, I hope you have already found a solution. I'm unable to attend to issues currently, please have a look at https://github.com/ailakhdar/Store-POS Hopefully @ailakhdar maintains his copy better and is able t assist.

tngoman avatar Nov 19 '20 04:11 tngoman

in pos.js find this function "getCustomerOrders" and replace it with this code. it will work $.fn.getCustomerOrders = function () { $.get(api + "all", function (data) { // console.log("customer orders here: ", data) clearInterval(dotInterval); customerOrderList = data; customerOrderLocation.empty(); $(this).randerHoldOrders(customerOrderList, customerOrderLocation, 2); }); };

Ayuen-madyt avatar May 12 '23 00:05 Ayuen-madyt