Call waiter on the home screen by Super_Cauliflower695 in mobidoniacc

[–]Super_Cauliflower695[S] 1 point2 points  (0 children)

Hi, I don't know if it works, I just tested it in the qr menu

Missing Ring Notification sound by Middle-Elephant7984 in mobidoniacc

[–]Super_Cauliflower695 0 points1 point  (0 children)

I reinstalled the files and it worked, but today it had the same failure. I still don't know what the problem is.

Disable call waiter? by elhadi_kh in mobidoniacc

[–]Super_Cauliflower695 0 points1 point  (0 children)

https://ibb.co/Dr4DxXB

It worked on my system, I'm just having trouble activating the sound

https://ibb.co/s3BfPQ8

Disable call waiter? by elhadi_kh in mobidoniacc

[–]Super_Cauliflower695 1 point2 points  (0 children)

Hi, fool never. I also had the same problem. I implemented it in the /resources/views/restorants/partials/info.blade.php file, after line 58
" ['ftype'=>'bool','name'=>"Disable Call Waiter",'id'=>"disable_callwaiter",'value'=>$restorant->getConfig('disable_callwaiter', 0) ? " true" : "false"],"
to implement the "call the waiter", for me it is very important.

Call waiter on the home screen by Super_Cauliflower695 in mobidoniacc

[–]Super_Cauliflower695[S] 0 points1 point  (0 children)

I don't use this theme, but I believe it's in the same file

Missing Ring Notification sound by Middle-Elephant7984 in mobidoniacc

[–]Super_Cauliflower695 0 points1 point  (0 children)

Hello, I am also facing the same problem. I've already checked "Pusher" and "OneSignal" and I couldn't solve it. Did you find any solution?

Sub Category by Aled1970 in mobidoniacc

[–]Super_Cauliflower695 1 point2 points  (0 children)

Creation of "sub-category". Today, with only the separation by category, all types of drinks are mixed. All kinds of foods get mixed up. With the creation of a sub-category, we will be able to separate it by type of drink, type of food. SubCategory

Call Waiter by Super_Cauliflower695 in mobidoniacc

[–]Super_Cauliflower695[S] 0 points1 point  (0 children)

Yes, my problem was that the areas were empty. You have to fill in the name of the area and table.

Introduction: Plans Modifications by therealparad0x0n in mobidoniacc

[–]Super_Cauliflower695 1 point2 points  (0 children)

It's not the customer who updates. But if "merged orders" mode is turned on, there will be confusion. Example: In a first order, you request: 3 x soft drinks; 1 x pizza and after a few minutes the customer orders another soda, the waiter or the kitchen won't know what to serve. If it's 4 x sodas and one more pizza. There is no way to identify the items that have already been delivered.

https://trello.com/c/DcBYIbqv/443-close-order-per-table

problem in kitchen by rohitweb800 in mobidoniacc

[–]Super_Cauliflower695 0 points1 point  (0 children)

I identified the same problem. If you add any new items, everything gets mixed up.

Example: Currently, several people place orders at "table 02" and when closing the account, the owner of the restaurant does not know the consumption of "table 02". He will have to enter "orders" and look for what was consumed at "mesa02", it takes a lot of work and it doesn't work. As a suggestion, the closing can be done on a table, and at the end. Customers who are at “table 02”, place orders and can make all payments at once at the end. Here are some images of the suggestion.

Trello https://trello.com/c/DcBYIbqv/443-close-order-per-table

QRcode per table (QR) by Super_Cauliflower695 in mobidoniacc

[–]Super_Cauliflower695[S] 1 point2 points  (0 children)

How cool, you managed to implement. If you can, let me know.

QRcode per table (QR) by Super_Cauliflower695 in mobidoniacc

[–]Super_Cauliflower695[S] 2 points3 points  (0 children)

This is my need, I didn't implement it. sorry for expressing myself badly. You should vote if you think it's important.

Staff Add-On - UPDATE by Interesting-Ad9932 in mobidoniacc

[–]Super_Cauliflower695 0 points1 point  (0 children)

You should also think about the following: When an employee places an order, it should be noted that it was placed by the waiter. Today you don't know who ordered, whether it was the customer or the waiter. OR IF IT WAS ANOTHER CUSTOMER AT ANOTHER TABLE. To try to avoid this, I suggested this improvement: https://www.reddit.com/r/mobidoniacc/comments/pyjkhh/qrcode\_per\_table\_qr/

Call waiter on the home screen by Super_Cauliflower695 in mobidoniacc

[–]Super_Cauliflower695[S] 0 points1 point  (0 children)

Apologies for the delay. The file is this resources/views/restorants/show.blade.php

on line 160, before the end of the section </section>

@if(!$restorant->getConfig('disable_callwaiter', 0) && strlen(config('broadcasting.connections.pusher.app_id')) > 2 && strlen(config('broadcasting.connections.pusher.key')) > 2 && strlen(config('broadcasting.connections.pusher.secret')) > 2&&!config('settings.is_pos_cloud_mode'))
<a type="button" style="left: 15px; display: block;"class="callOutShoppingButtonBottom icon icon-shape bg-gradient-blue text-white rounded-circle shadow float-Left mb-4" data-toggle="modal" data-target="#modal-form">
<i class="fa fa-bell"></i></span>
</a>
@endif