FrancescoUK

Results 145 comments of FrancescoUK

That was well before CSP, it's not that for sure.

Yep, it's weird. I have exactly the same issue but no obvious reasons. It's probably due to the amount of fetched data because with any filter works fine.

It took a bit of time to come back on this, even because I didn't have much time to debug it. It turns out that adding % in the item...

Thank you for your contribution. Please see some review feedback.

I move this to 3.4.0. Let's release 3.3.0 as this is non critical.

We are lacking a message receiving part, but indeed extending the current message view with a tabular view of sent and received messages will allow even to add Whatsapp support...

And I guess we would need to add a call from cron to manage the automatic message polling.

Few points here: - please use composer to add WhatsApp package - integrate it with current message support - would be nice to show the full interaction with customers in...

I've done the first one a while back and I can publish it in a branch for you to take and use to keep going with the rest of the...

@joshua1234511 see https://github.com/jekkos/opensourcepos/tree/feature/whatsapp , it contains WhatsApp php library pulled with composer and autoloaded. For a smoketest level of integration you can bind OSPOS to Whatsapp via https://github.com/jekkos/opensourcepos/blob/feature/whatsapp/application/libraries/Sms_lib.php Of course...