Karenderia

Multiple Restaurant System


Merchant Administration Features

Payment Gateway

Reports

Charts

Admin Features

Sponsored Listing

Membership Packages

Payment Gateway

Social Network

Charts & Reports

 

See the Karenderia Multiple Restaurant System in action?

Front end : http://bastisapp.com/kmrs/

Merchant Back Office: http://bastisapp.com/kmrs/merchant

Username: mcdo
Password: mcdo

Admin Back Office: http://bastisapp.com/kmrs/admin

Username: admin
Password: admin

To Install Karenderia Multiple Restaurant System (KRMS) please follow the following easy steps

  1. Copy the files to you webserver mostly to your www root or htdocs folder
  2. Create database in your server using phpmyadmin or any application to create database in your server
  3. Edit the file protected/config/main.php with your database connection
  4. Open up your browser and type in this address http://yourserver.com/index.php/install
    note: the URL link will depend on the folder where in you install the files

    You should see the screen below:

  5. Click next to continue to create tables needed for kmrs.

  6. Enter your website information and click next


    After your have successfuly finish the 5 steps you will see the link to your admin panel, merchant panel and your front end website

Dashboard

 This page is a preview of your total sales for last 30 day and also here you can see new order for today. you can simply view the order details by clicking the view on the table order list

Food Category

this is the page where in you will define your food product category eg. sandwiches , dinner, side etc.

Food Item

in here you will define the food item by category, define price ,discount and addons.

Addon Category

in here you will define the addon category just like the food category

Addon Item

same as food item but for addon category

Other Item Size

this is where you will define the size's of your product like small, medium and large

Cooking Reference

Manage the cooking reference of your food item eg. well done, rare etc.

Store Settings

this is the main settings of your store. define tax , delivery charges any many more..

Payment Gateway

KMRS supports paypal & Credit card offline for collecting payment online, in here you can set the credential of your paypal account.

Reports

Complete sales report. All reports can be exported to excel.

Dashboard

This is the main page wherein you can see all the transaction for the last 30 days. merchant registration and merchant payment.

Merchant List

This sections is where you can find all the merchant who had signup for membership with a status of active and not active or expired membership

Sponsored List

This sections is where you can add the merchant to be on top list of the results.

Packages

This sections is where you can add the membership packages.

1. Run Cronjobs for SMS Broadcast

- in order to process the sms broadcast you will need to run a cron job in yoir server with the time interval of every minute
- folder cronHelper should be writable by the server

You will need to run the following 4 cron jobs
curl http://localhost/restomulti/cron/ProcessSMS
curl http://localhost/restomulti/cron/ProcessBroacast
curl http://localhost/restomulti/cron/ProcessPayout
curl http://localhost/restomulti/cron/fax
ofcourse you will need to replace the link with correct address in your server

see sample screenshot on how to set your cron jobs

Note: if curl command is not available in your server try using wget command

To update to newest version follow the simple steps

  1. first backup your server files incase something wrong. files to backup are assets and protected folder.
    also it will be good to set up a test server and do that update there, so your live site will not be affected during the update process.
  2. backup the file protected/config/main.php this contains your database connection. this section
    'db'=>array(	        
    	'class'            => 'CDbConnection' ,
    	'connectionString' => 'mysql:host=localhost;dbname=kmrs',
    	'emulatePrepare'   => true,
    	'username'         => 'root',
    	'password'         => '',
    	'charset'          => 'utf8',
    	'tablePrefix'      => 'mt_',
    ),			
     
  3. upload or overwrite your server files folder assets and protected folder.
  4. change the db config, open the file config/main.php and copy the old db configuration in your old protected/config/main.php in step2.
    this is very important else your website will not work cause your database credentials is not correct.

To update manually you need to use http://winmerge.org/
this tool can be use to check what new files has been added or modified.
files to check for new files or modified files are assets and protected folder.

To transfer the kmrs to another server like for instance from your demo to live server just follow the simple steps

  1. Copy all the files from your old to your new server
  2. Export your database by dumping the structure and data using phpmyadmin note: do not include the table _view_merchant, _view_order_details and view_ratings this is not ordinary tables.
    all the tables with _views do not include it when you dump your mysql data
  3. Change the htaccess file if necessary. note: this will depends in your new server like example if you install the demo on a folder and you copy all the files to your new server with no folder then you will need to change your htaccess file
  4. Change the file protected/main.php database connection to your new db connection settings
  5. Run the update database by visiting your website url http://yourserver.com/update

  1. How to change the css stylesheet

    to change the css stylesheet you can find the file on assets/css/store.css

  2. How to change the header image that was used

    you can find and replace all the header image on the folder /assets/images

  3. How to change the template

    all the templates is located at the folder protected/views/store and the layout is located at protected/views/layouts

How can re install kmrs?

to re install kmrs you need to create new database
or if you are using same database you need to delete the records found in _option table with the option_name = installation_done

How can i add discount to my product?

to add discount on your product or food item, on the back office menu food item when you add a new item there is a field for discount, and this discount should be in numeric value.

Is Karenderia Multiple Restaurant System responsive?

yes the front end of KMRS is responsive, so that your user can easily order using their mobile

Error uploading image on backend?

This usually happens when a PHP is not allowed to create folder, to fixed this you will have to create the upload folder manually and set the permission to 777.
the folder upload should be in the main root directory where the KMRS is installed

Adding item to cart but its empty?

this usually happens when the temp folder of your server is not writable

After install cannot access /admin or /merchant and /store

check your server mod_rewrite or allowed_overwrite is enabled

Windows server cannot access /admin or merchant and /store

create a file called web.config in your root directory where in you install the kmrs and copy the content from windows.config file
note: if you install kmrs to a sub folder like /food/ then you will need to change this line url="index.php/{R:0} to url="food/index.php/{R:0}

How to update krms without the /store in url

first backup your protected/config/main.php
and replace your current protected/config/main.php with the new main.php
main.php
after you replace the main.php update the database configuration with your old db config

 'db'=>array(            
            'class'            => 'CDbConnection' ,
            'connectionString' => 'mysql:host=localhost;dbname=restomulti',
            'emulatePrepare'   => true,
            'username'         => 'root',
            'password'         => '',
            'charset'          => 'utf8',
            'tablePrefix'      => 'mt_',
        ),

= 5.4.5 (29 April 21) =

UPDATE INSTRUCTION:
Click here

= 5.4.4 (10 April 21) =

UPDATE INSTRUCTION:
Click here

= 5.4.3 (18 February 21) =

UPDATE INSTRUCTION:
Click here

= 5.4.2 (17 June 20) =

UPDATE INSTRUCTION:
Click here

= 5.4.1 (01 June 20) =

UPDATE INSTRUCTION:
Click here

= 5.4 (25 May 20) =

UPDATE INSTRUCTION:
Click here

= 5.3 (30 May 19) =

UPDATE INSTRUCTION:
Click here

= 5.2 (12 May 19) =

UPDATE INSTRUCTION:
Click here

= 5.1 (01 May 19) =

in version 5.1 stripe SDK is updated to latest version, please update the libray in protected/vendor/stripe,,
and old library stripe2 folder is remove on this version in the path protected/vendor/stripe2

UPDATE INSTRUCTION:
Click here

= 5.0 (15 April 19) =

Important : if you have existing kmrs and will update to version 5.0 you need to update your config.main.php
and this version has enabled crsf token by default, your addon might not work
cause it will check for crsf token , to avoid this issue edit your protected/config/main.php
and disabled csrf token on this line 'enableCsrfValidation'=>false .
once i update all the addons is advisable to turn on csrf in your config.php

UPDATE INSTRUCTION:
Click here

= 4.8 (23 November 18) =

UPDATE INSTRUCTION:
Click here

= 4.7 (31 August 18) =

UPDATE INSTRUCTION:
Click here

= 4.6 (16 August 18) =

UPDATE INSTRUCTION:
Click here

= 4.5 (01 April 18) =

UPDATE INSTRUCTION:
The following files has been changed in version 4.5

  1. assets/js/admin.js
  2. assets/js/store.js
  3. assets/js/store-v3.js
  4. protected/config/main.php added params array => validate_request_session and validate_request_csrf
  5. protected/components/AjaxAdmin.php
  6. protected/components/Ajax.php
  7. protected/components/Functions.php
  8. protected/components/FunctionsK.php
  9. protected/components/FunctionsV3.php
  10. protected/components/InstallHelper.php
  11. protected/controllers/AdminController.php
  12. protected/controllers/AjaxadminController.php
  13. protected/controllers/AjaxController.php
  14. protected/controllers/AjaxmerchantController.php
  15. protected/views/store
  16. protected/views/front

= 4.4 (30 August 17) =

= 4.3 (28 August 17) =

= 4.2 (15 June 17) =

= 4.1 (29 May 17) =

= 4.0 (23 May 17) =

= 3.4 (17 Nov 16) =

= 3.3 (07 Nov 16) =

= 3.2 (30 May 16) =

= 3.1 (31 march 16) =

= 3.0 (19 march 16) =

= 2.6 (31 October 15) =

= 2.5 (24 October 15) =

= 2.4 (17 October 15) =

= 2.3 (17 August 15) =

= 2.2.1 (31 June 15) =

= 2.2 (25 June 15) =

= 2.1 (19 June 15) =

= 2.0 (31 May 15) =

= 1.0.9 (11 May 15) =

= 1.0.8 (5 May 15) =

= 1.0.7 (24 Mar 15) =

= 1.0.6 (20 Mar 15) =

= 1.0.5 (03 Mar 15) =

= 1.0.4 (26 Dec 14) =

= 1.0.3 (08 Dec 14) =

= 1.0.2 (12 Nov 14) =

= 1.0.1 (14 Oct 14) =

= 1.0 (06 Oct 14) =

Thanks so much to

 

I spent a lot of time on this thing. Nevertheless it's still not finished. I like to improve it wherever I can and appreciate your feedback. I'd be glad to help you if you have any questions relating to this plugin. No guarantees, but I'll do my best to assist.