Code

Discussion on Kartero

Discussion on Kartero

Cart 1,018 sales

2659 comments found.

Hi, will the Kartero logo shown in the Monaca upload be displayed in the app’s apk? I updated the app’s logo files and screens, but when I send the zipped file to Monaca it still shows the K logo – see screenshot

https://hosting.photobucket.com/images/i/keved/Screenshot_2021-05-29_at_15.21.25.png

Is there a file in the app.zip folder I can edit manually? Thanks

hi mate

change all the icons in karteroapp\res\icons

there is no reason it will use the kartero icon if you already replace all the icons in this folder

cheers

hi. how do i install on localhost?

hi mate

its still the same as in the docs

first you need to copy the files to your htdocs

folder

and set the database config in protected/config/main.php

use xampp server in your localhost

Hi,Basti, i have sent my C-panel credentials to you via email, kindly reply

mate, i change the code but not working still driver can add notes when the task status is successful

see images :

https://ibb.co/pKW2vHP

i want hide text area when task is successful

like this https://ibb.co/nj5f1CS https://ibb.co/TLsmbYy

ok mate do this

in controllers/apicontroller.php

under function actionAddNotes()

after the line if ( $res=Driver::getTaskId($this->data['task_id']) ){ add this if($res['status']=="successful"){ $this->msg = self::t("You cannot add notes anymore for this task"); $this->output(); }

perfect mate you are a great developer thank you

Welcome mate :)

cheers

bro, how i can hide the add notes when the task status is successful

i have check on www/js/app.js and look for functions showAddNote

What should I do

/VERSION 1.1 STARTS HERE/

function showAddNote(task_id, status_raw ) { kNavigator.pushPage(“Notes.html”, { animation: ‘slide’, data : { ‘task_id’ : task_id, ‘status_raw’ : task_id, } /*callback: function(){ dump(‘Notes’); $(”.task_id”).val(task_id); if ( status_raw==”cancelled” || status_raw==”successful” || status_raw==”failed”){ $(”.add_notes_wrapper”).hide(); $(”.toolbar-title-notes”).html( getTrans(“View Notes”,’view_notes’) ); } callAjax(“loadNotes”,”task_id=”+task_id); } */ }); }

function addNotes() { var params = $( ”.frm-notes”).serialize(); params+=”&task_id=”+$(”.task_id”).val(); callAjax(“addNotes”,params); }

var showNotesPopover = function(element,id,notes) { $(”.notes_id”).val(id); $(”.notes_value”).val(notes); notes_popover.show(element); };

function editNotes() { var dialog = document.getElementById(‘editNotes’); notes_popover.hide(); }

if (dialog) {         
   dialog.show();
   $(".edit_notes_fields").val( $(".notes_value").val() );
} else {
   ons.createDialog('editNotes.html')
   .then(function(dialog) {          
       $(".edit_notes_fields").val( $(".notes_value").val() );
     dialog.show();
   });
}

try this one

under www/js/tpl.js

function DriverNotes

change this html+='<b>'+ getTrans("Add Notes",'add_notes') +'</b>'; if ( data.history_notes.total>0){ html+='<span style="margin-left:10px;" class="notification">'+data.history_notes.total+'</span>'; } to if( data.status_raw!="successful" ){ html+='<b>'+ getTrans("Add Notes",'add_notes') +'</b>'; if ( data.history_notes.total>0){ html+='<span style="margin-left:10px;" class="notification">'+data.history_notes.total+'</span>'; } }
Hi Basti, when compiling the app I get this error – Check the android-minSdkVersion set in config.xml. https://imgur.com/a/MWoQJZ6 help with this please

sorry mate can you let me know what page is this ?

i have so many listing and your screenshot is in your language

It is the motorized tasks page, here is the option to export the tasks performed by the motorized

you mean the driver list

if yes you can find this code in

controllers/appcontroller.php

in function actionexport_agents()

Good luck with your sales

why checkcustomerexpiry generating hundreds of this http://joxi.ru/l2Z5boDi7pRKZm files in a day? how do I stop that?

if con job, how do I stop it?

add this at the end of the cron >/dev/null 2>&1 so that it will not create any logs

example

curl http://yourserver.com/kmrs/cron/processemail >/dev/null 2>&1

still generating those files. checkcustomerexpiry. and runall ? what do i do now? http://joxi.ru/Y2L3MoGtEReY1m

mate it should not check the cron maybe your putting it wrong

read this

https://stackoverflow.com/questions/41522552/how-can-i-prevent-creating-log-files-by-cronjob

hi please help me courier tracking does not work

can you provide screenshot?

the tracking link will have only driver if the driver is login to the app

hello Basti, i get this eror DataTables warning (table id = ‘table_list’): DataTables warning: JSON data from server could not be parsed. This is caused by a JSON formatting error. what cause this

did you enabled error reporting in index.php? if yes try to turn it off

when admin Send Push message to an Agent offline, those messages notification don’t deliver unless the Agent launch the app before that message pups up. why delay? the Push message sometimes show notification but not always until the app is launched. anything to do or change ?

hi mate

1. i think its not :) only if you open or run the facebook app from there you can receive all notification

there is a settings in your phone to allow this

as you know the plugin we use is handling all this

https://github.com/dpa99c/cordova-plugin-firebasex

2. yes it is just make sure you set your api hashkey

what do you mean Any coming update with the offline payment? ?

cheers

1. I think it’s not :) only if you open or run the Facebook app from there you can receive all notifications.

My phone where?

I have not tap or open my Facebook all yesterday till today but I still receive notifications. this is what I mean. when I send a push notification, they don’t show up until when I tap and open my App.

I mean adding Offline Bank Deposit like on Karenderia App.

any other update in mind to add?

hi mate

please understand that we are using this plugin cordova-plugin-firebasex

and this plugin handles all the push that needs to receive

take a look at the docs

https://github.com/dpa99c/cordova-plugin-firebasex

you cannot find any code that says receive a push cause its handle by the plugin itsefl already

you can only find there is when the message is receive

FirebasePlugin.onMessageReceived(function(message) {

Please check your email

help to config

sure mate what i can do to help?

no found traking driver

sorry mate am confuse?

the tracking link can be found when you created the task

also this will be send to customer

enable SCAN BAR CODE :)

where do we use this? :)

hey guys and everyone , basti just added

driver earnings and payments (wallet) to the voting pool

just guys vote and lets see how many supporters we have to this feature for driver app

https://strawpoll.com/wxkvdocax .

just vote for better

:)

thanks mate :)

Please check your email

How to fix this one?: You uploaded a debuggable APK or Android App Bundle. For security reasons you need to disable debugging before it can be published in Google Play. Learn more about debuggable APKs and Android App Bundles. You uploaded an APK or Android App Bundle that was signed in debug mode. You need to sign your APK or Android App Bundle in release mode. Learn more about signing.

hi mate

you cannot upload any apk which is build in debug mode

you need to compile the app using your keystore

please read the docs i explain this already there

Hi what is the defferent Google Api key and Geocoding Api Key and how to get the Geocoding Api Key

you can get them in https://console.developers.google.com

google api javascript is for maps

while goecoding is to use to get the distance between 2 locations

Hi, basti kindly advise, help

App rejected by google play ” add a prominent disclosure before the runtime permission “

Please send me ready files to change or adding to appear like this screen: https://imgur.com/a/g9YdBJL

Or i can send you monaca account to add screen from your side

Hi, mate When do you expect the update to be release ?

to be sure end of this month or earlier

Hi, mate how are you, there is any news :” still we are awaiting your update

Hi, I just download and install the app but unable to sign in bcos there are no signup. Help me pls.

Registered on web but unable to login in web and app.

you mean the demo?

you need to create your driver login under app panel

http://bastisapp.com/kartero/app/login

Hi mate

While installing, I got this error message in step2

Not Found The requested URL was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

How to fix ?

it must be your htaccess

in your server

try to renamed the htaccess to htaccess-old

and try to install again

cheers

Thanks

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey