Chef - Multi-restaurant Saas - Contact less Digital Menu Admin Panel with - React Native App

Chef - Multi-restaurant Saas - Contact less Digital Menu Admin Panel with - React Native App 8.2(major update) untouched

No permission to download

whydont_ar

New member
Feb 5, 2021
13
7
3
Rosario - Argentina
Hi Paulo !
I'm sorry, but don't want to infringe Babiato Rules because it's not aproved by admins yet ( i've downloaded and tested this version at my own risk, so If i've made a mistake in my tests you could be perjudicated, and it's not mi intention do it to noone )
Please, request the password to the member that has posted his link. I'm pretty sure that he will provide it to you.
I hope you may understand me.
 
  • Like
Reactions: three

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,070
111,716
120
Tomz updated Chef - Multi-restaurant Saas - Contact less Digital Menu Admin Panel with - React Native App with a new update entry:

Chef v6.1

Download Chef v6.1 - Multi-restaurant Saas - Contact less Digital Menu Admin Panel with - React Native App
v6.1.0 [12/05/2021] Big Thanks To @Jg_selisa

1. PayStack Payment gateway ( User Panel ) Added.
2. Room Ordering Type Added.
3. Admin Payment Settings Bug Fixed.
4. Forget Password for Admin and Store Owners Added.
5. Force Redirect to Subscription Page.
6. Converted every page into 100% reactjs interactive.
7. Promo banner loading error fixed.
8...

Read the rest of this update entry...
 

tharit

New member
Nov 6, 2019
20
11
3
Hello everyone, Thank you for new update ....
I have a problem translating my language into the left menu. How can I do to translate it? In translation language is not have "Expense" and "Coupon"
With respect
Thank you.
 

Attachments

  • 2021-05-20_8-57-41.png
    2021-05-20_8-57-41.png
    53.2 KB · Views: 38

lotuscuk

New member
Jul 18, 2020
6
2
3
Does anyone else having this problem: I cannot pass .../install/dbsettings screen at the installation process. All details are correct but when I hit "Next" it just loads a second and stays on the same page, no errors, no nothing. Cannot install it. What am I doing wrong?
 

tharit

New member
Nov 6, 2019
20
11
3
Does anyone else having this problem: I cannot pass .../install/dbsettings screen at the installation process. All details are correct but when I hit "Next" it just loads a second and stays on the same page, no errors, no nothing. Cannot install it. What am I doing wrong?
Do you add user to Database or Manage User Privileges bro?
 

lotuscuk

New member
Jul 18, 2020
6
2
3
Do you add user to Database or Manage User Privileges bro?
Yeap. I added the user to the database with full privileges. I just can't pass that screen. CHMOD for the files/folders seems to be right as well. All PHP extensions are installed and show ok on the previous screen. Sad :(

UPDATE: I even tried different DB names, passwords, different versions of the app downloaded from the history section. You hit next with all the info filled and it does nothing. If you don't fill something it gives you an error, asks you to fill... But it seems like it doesn't go and try database connection or anything. I tried entering the wrong info, still the same thing.... Then I entered a blank space on everything and still the same (with no errors).

What am I doing wrong? Something wrong with the server? Or is it a PHP extension related issue?
 
Last edited:

Karsaa

New member
Apr 14, 2021
8
4
3
Hello everyone, Thank you for new update ....
I have a problem translating my language into the left menu. How can I do to translate it? In translation language is not have "Expense" and "Coupon"
With respect
Thank you.

Some words can only be translated directly into the code at the moment.

For Expense and Coupons go to: Resources/Views/Restaurants/Layouts/ Click in sidebar.blade.php

Use CTRL + F to find the words and change it.
 

hellboy9211

Well-known member
Null Master
Trusted Uploader
Apr 11, 2021
297
422
63
Hell
diggu70 updated Chef - Multi-restaurant Saas - Contact less Digital Menu Admin Panel with - React Native App with a new update entry:

CHEF - SaaS - Contactless Multi-restaurant QR Menu Maker (Version 8.2) untouched

Version 8.2.0 [16/02/2022]
1. [MAJOR] Compatibility with Chef Waiter App Module (coming soon).
2. Store Dashboard Latest Reviews Added.
3. Copy Store Link Bug Fixed.
4. Merge Dining Orders Added.
5. Improved Store Panel Order View Page Ui.
6. Custom CSS Added to Customer Panel.
7. Customer Item List Veg Badge Issue Solved.
8. Room Details Not Showing View Orders Page Bug Fixed.
9. Room Number Alphabets Not Accepting Problem Fixed.
10. Customer Item List Bottom Space issue Fixed...

Read the rest of this update entry...
 

tharit

New member
Nov 6, 2019
20
11
3
Once the payment has been made via PayPal, the system has completed the payment. But the notification is wrong. How can i fix it? thanks.

2021-06-18_21-40-55.png
 

hellboy9211

Well-known member
Null Master
Trusted Uploader
Apr 11, 2021
297
422
63
Hell
Once the payment has been made via PayPal, the system has completed the payment. But the notification is wrong. How can i fix it? thanks.

2021-06-18_21-40-55.png
its a permission issue you could try
go to terminal for linux version
use command chmod -R 775 your_directory_name
 
  • Like
Reactions: tharit

hellboy9211

Well-known member
Null Master
Trusted Uploader
Apr 11, 2021
297
422
63
Hell
Yeap. I added the user to the database with full privileges. I just can't pass that screen. CHMOD for the files/folders seems to be right as well. All PHP extensions are installed and show ok on the previous screen. Sad :(

UPDATE: I even tried different DB names, passwords, different versions of the app downloaded from the history section. You hit next with all the info filled and it does nothing. If you don't fill something it gives you an error, asks you to fill... But it seems like it doesn't go and try database connection or anything. I tried entering the wrong info, still the same thing.... Then I entered a blank space on everything and still the same (with no errors).

What am I doing wrong? Something wrong with the server? Or is it a PHP extension related issue?
try installing 6 versions first and then upgrading it to 6.0.1 your issue would be resolved
 

hellboy9211

Well-known member
Null Master
Trusted Uploader
Apr 11, 2021
297
422
63
Hell
thanks @bazilbycom, no luck. meaning hosting setup is incorrect :(
hope your issue was resolved if not, their is a simple method to it also
Go to the route folder your-app-folder/routes/web.php and register a new route as follows

Route::get('/linkstorage', function () {
Artisan::call('storage:link');
});

then go to your website www.example.com/linkstorage and it will take you to a blank page. that's it. The storage folder will be created. I hope it helps someone.
 

walkermacedo

Member
Aug 7, 2020
51
12
8
Yeap. I added the user to the database with full privileges. I just can't pass that screen. CHMOD for the files/folders seems to be right as well. All PHP extensions are installed and show ok on the previous screen. Sad :(

UPDATE: I even tried different DB names, passwords, different versions of the app downloaded from the history section. You hit next with all the info filled and it does nothing. If you don't fill something it gives you an error, asks you to fill... But it seems like it doesn't go and try database connection or anything. I tried entering the wrong info, still the same thing.... Then I entered a blank space on everything and still the same (with no errors).

What am I doing wrong? Something wrong with the server? Or is it a PHP extension related issue?ha

Yeap. I added the user to the database with full privileges. I just can't pass that screen. CHMOD for the files/folders seems to be right as well. All PHP extensions are installed and show ok on the previous screen. Sad :(

UPDATE: I even tried different DB names, passwords, different versions of the app downloaded from the history section. You hit next with all the info filled and it does nothing. If you don't fill something it gives you an error, asks you to fill... But it seems like it doesn't go and try database connection or anything. I tried entering the wrong info, still the same thing.... Then I entered a blank space on everything and still the same (with no errors).

What am I doing wrong? Something wrong with the server? Or is it a PHP extension related issue?
me too!
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu