29726 comments found.
hello, about 7 months ago you mention that you would take note about a future update requested by ManishKrSwami, about being able to set Category Scheduler for a specific time slot. for example to schedule breakfast in the morning till 10AM everyday. Any updates on when/if this will become available?
hi mate
yes i did but at the moment its not available
i have plans for this when i next update the kmrs
I’m getting this error when I try to save a restaurant!
Using undefined validator “validate_requiredx” POST http://localhost/restomulti/ajaxadmin 500 (Internal Server Error) Uncaught ReferenceError: data is not defined at Object.error (admin.js?ver=1:301) at c (jquery-1.10.2.min.js:4) at Object.fireWith [as rejectWith] (jquery-1.10.2.min.js:4) at k (jquery-1.10.2.min.js:6) at XMLHttpRequest.r (jquery-1.10.2.min.js:6)
hmmm don’t have any error like this in kmrs
did you just fresh install kmrs in your localhost?
Sim isso mesmo localhost estou utilizando o Wamp, com os requisitos do sistema.
yes that’s right, I’m using Wamp configured according to the recommendations given
hmm sorry but i cannot check what is causing the error
do you have any server that i can check?
Which email should I send a support request to?
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
email sent
sent
Hello I changed my server site and unconfigured everything. I can’t update the tables. how do i do this?
ALTER TABLE iseek_review ADD INDEX ( parent_id ) Creating Index parent_id on iseek_review (Done) Updating view Table view_ratings..
during export of your old db don’t include all the view tables
driver_order_view
driver_task_view
mobile_registered_view
points_trans
view_merchant
view_order_details
view_ratings
https://imgur.com/a/Calk46z
sorry but you need to redo the export and import again make sure there is no error during import if there is then you need to do it again until there is no error
Hello basti
I had sent emal could you please have look
sent
Hi basti, thois version has an error on GEOCODING.. I can not acces to browse either to mobile app.. the system ask for this missing file: assets/vendor/compress/bootstrapSelect.js.map it isn’t on source files
hmmm where is this occuring?
check your google api
make sure the following is enabled
Google Maps Distance Matrix API
Google Maps Geocoding API
Google Maps JavaScript API
Google Places API Web Service
Google Maps Directions API
and don’t restrict your api key
Hi Basti,
I’ve just purchased your kmrs + all addons, can you advise me on the server requirements. 2 core or a 4 core system
thanks Dennis
looks like this is not translated in the code 
do this open the file models/view-receipt.php
change
<?php echo $data['delivery_asap']==1?"Yes":'';?>
to
<?php echo $data['delivery_asap']==1?t("Yes"):'';?>
Great, thank you Boss. It’s OK if I also change it in thermal_receipt.php?
Cheers! 
yes please
do the same
Done. 
When will you release new versions of KMRS and new versions of apps? Can’t wait. 
i cannot promise any date 
Don’t promise anything mate but do you think it will be before the end of the year? Or maybe first quarter of 2020?
maybe it wil be first quarter next year i need to update single app and other apps as well
When you say single app you mean single merchant app? I thought this one was not the eldest, already in onsen 2.
yes single merchant app
no am adding more features like mobile app version 2 yes it does using onsen 2 already
Hi mate,
Could you tell me what’s the best hosting solution for KMRS?
It’s for Africa, we need something reliable, fast, not too expensive.
And is it possible to have one subdomain by language?
if you really want to be fast you need to pay more 
vps
https://www.a2hosting.com/vps-hosting/managed
or dedicated
https://www.a2hosting.com/dedicated-server-hosting/managed
if you have more budget go with dedicated
It’s the best service you know? You think it will be good for Africa?
i think they have server in south africa
https://www.a2hosting.com/locationsHi Basti,
How do i Round the Total to the nearest number? For example: Total = $22.43 round to $22.40 and $22.48 to $22.50
Thanks
in admin -> settings -> address & currency ->Decimal Places = 2
Hi Basti, This does not round the 2 decimal place to the nearest digit For example 24.43 => 0.43 round to 0.40 so it will become 24.40
hmm am trying this on my end i cannot get it am not sure if there is php functions for this
i tried https://www.php.net/manual/en/function.round.php
but it does not work 
this can be change in components/functions.php
public function prettyFormat($price=’’,$merchant_id=’‘)
on this line
return number_format((float)$price,$decimal,$decimal_separator,$thou_separator);
ok noted Thanks
cheers
Hi basti, the Voucher code is getting claimed multiple time by same user, how can i limit it to single use per user per user.
Hi basti, plz help me with this..
in mobile app 2 ?
if yes post it there
no i checked it with both web and app the customer is able to redeem the voucher multiple times.
no mate in web its working fine i check it
only in mobile app 2
please verify it again in web
Hello, I am getting often a 500 Server Error when trying to create accounts. Please advise how I should fix this. Here is what appears in the error log:
[20-Nov-2019 14:44:39 Asia/Hong_Kong] PHP Fatal error: Uncaught exception ‘CDbException’ with message ‘CDbConnection failed to open the DB connection.’ in /home/.../public_html/yiiframework/db/CDbConnection.php:405 Stack trace: #0 /home/.../public_html/yiiframework/db/CDbConnection.php(347): CDbConnection->open() #1 /home/.../public_html/yiiframework/db/CDbConnection.php(325): CDbConnection->setActive(true) #2 /home/.../public_html/yiiframework/base/CModule.php(394): CDbConnection->init() #3 /home/.../public_html/yiiframework/base/CModule.php(103): CModule->getComponent(‘db’) #4 /home/.../public_html/protected/components/FunctionsV3.php(14): CModule->__get(‘db’) #5 /home/.../public_html/protected/components/Functions.php(2175): FunctionsV3::q(‘website_timezon…’) #6 /home/.../public_html/protected/controllers/AjaxadminController.php(81): Functions->getOptionAdmin(‘website_timezon…’) #7 /home/.../public_html/yiiframework/web/CWebApplication.php(281): AjaxadminController->i in /home/.../public_html/yiiframework/db/CDbConnection.php on line 405
hmmm the error says
Uncaught exception ‘CDbException’ with message ‘CDbConnection failed to open the DB connection
it means your db connection settings is not correct
check your db connection in protected/config/main.php on this section
'db'=>array(
'class' => 'CDbConnection' ,
'connectionString' => 'mysql:host=localhost;dbname=kmrs',
'emulatePrepare' => true,
'username' => 'root',
'password' => '',
'charset' => 'utf8',
'tablePrefix' => 'mt_',
),
Hi Basti. A query. I want to work with a bank deposit offline, my question is if there is the possibility of being able to place this option several times in the sense that when the client is going to dial I can select bank1 bank 2, bank 3 and so the client only receive the bank data that interests you
hmm i think you can put all the bank details they can pay ?
Hey Basti..
Is there a Pre-Fund option available in Karenderia?
hi mate
sorry this is not available 
Hi Basti.
I just reinstalled the program on a new server and I am presenting a problem and that the trade settings are not saved
Might you help me?
trade settings? or you mean admin settings ?
send me the link and ftp access i will check
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
Hi basti, my Email notifications to Cutsomer, Admin and merchant are not working when order placed through v2 app .
only welcome mail is working
cause you need to update your kmrs with this its already on the docs for mobile app 2
http://bastisapp.com/helpfiles/mobile2-update.phpbtw next time post this to proper item this is kmrs your question is for mobile app 2
sorry i thought it might be Krms web issue.. will post there
hi Basti, i am using latest version of krms
the SMS tags for admin are not available and not working in sms
{receipt}, mob- {customermobile}, add- {customeraddress}, amt- {amount}, payment – {payment-type}, delivery – {transaction-type}, time – {delivery-time} instruction- {delivery-instruction}
where to add those
i tried to add in array for SEND SMS to admin and merchant function but my v2 app is not working after that so rolled back
mate your mistake tag is not {} i use []
Example on how to use the available tags: Hi [customername] your order no is [orderno]
yes mate i am using the same [] but in sms the tags are not converting i guess this tags are missing in latestversion krms in functionV3
Hi Basti this is latest functionv3.php file and above tags are missing in this array
$enabled=getOptionA(“receipt_send_to_admin_sms”);
$mobiles = getOptionA(‘noti_receipt_sms’);
if ($enabled==1 && !empty($mobiles)){
$pattern=array(
‘customer_name’=>’full_name’,
‘order_id’=>’order_id’,
‘restaurant_name’=>’merchant_name’,
‘total_amount’=>’total_w_tax’,
‘total_amount_order’=>Yii::app()>functions>normalPrettyPrice($data[‘total_w_tax’]),
‘order_details’=>$sms_data,
‘sitename’=>getOptionA(‘website_title’),
‘siteurl’=>websiteUrl(),
‘contact_phone’=>”contact_phone”
);
can you let me know what template is this?
i need customer address, customer mobile, delivery time, transaction type, order details in the admin sms.
i know but i need to know what template is this
in admin -> notification template
mate its receipt notify to admin
Below is how i configured to get SMS on every order for admin
Admin [sitename] Order [order_id] Name:[customer_name] Mobile:[customer_mobile] Address:[client_full_address] Order:[order_details] Amount: [total_amount] Payment:[payment_type] Time:[delivery_time] Notes:[delivery_instruction]
[sitename]
some of the tags you mention is not available for sms
[client_full_address] delivery_time customer_mobile
you will have to modify the code in functionsv3.php look for function notifyAdmin
under SEND SMS
you need to add parameter on this line
for customer phone you can use the tag [contact_phone]
and for some other tags i cannot tell you need to check or dump the variable $data if those fields is available
$pattern=array(
'customer_name'=>'full_name',
'order_id'=>'order_id',
'restaurant_name'=>'merchant_name',
'total_amount'=>'total_w_tax',
'total_amount_order'=>Yii::app()->functions->normalPrettyPrice($data['total_w_tax']),
'order_details'=>$sms_data,
'sitename'=>getOptionA('website_title'),
'siteurl'=>websiteUrl(),
'contact_phone'=>"contact_phone"
);
mate in older version it was available. i can send you my old functionv3.php
hmm what do you mean ?
i have a old setup and all of this tags are working in my sms there..
i will send you that file so you can add those for next update.
ok mate sure
my code is always updated what i have added is only those maybe that is quick i provided before?
Hi Basti, please consider a major change as you have plans for admin resigning
1. Super Admin who can have all access and also have an option to select user who has access to which restaurant i.e. just one change in current admin is to give access permission to users on merchant list
2. User i.e. sub admin can view and manage only those restaurants which are assigned to him and same with dashboard, user should get details of orders only for those particular merchant
it will help all the clients to work in different cities and have seperate teams to manage
3. Also you can add subscription for sub users same as merchant registration , it will be beneficial for franchising
4. Commission breakup i.e. certain percentage of earning via commission to super admin and rest to user ( sub admin )
suggestion noted
my friend you said
i will update the admin panel with new look.. this is fantastic. kudos
this will take time
i will re build the admin panel