Krayin Forum

    Krayin

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. General Discussion
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • B

      Error to Sync Google Calendar with KrayinCRM
      • belugawhale15

      11
      0
      Votes
      11
      Posts
      813
      Views

      B

      Unfortunately, i'm still facing the same problem after changing the APP_URL like you could see in this image below:
      Screenshot 2024-11-06 164315.png

      Screenshot 2024-11-06 164327.png

      Or is there any missing folder/file in my CRM application? Because when I go to the /public/google folder, there is no "oauth" or "webhook" folder. Thank you.

      Screenshot 2024-11-06 164741.png

    • S

      Issues with Lead Value
      • sanggtc82

      2
      0
      Votes
      2
      Posts
      171
      Views

      R

      Hello @sanggtc82

      Thank you so much for suggesting this you can raise a suggestion directly on GitHub

      https://github.com/krayin/laravel-crm/issues

      Thanks & Regrds

    • S

      Issues with Lead Value
      • sanggtc82

      2
      0
      Votes
      2
      Posts
      186
      Views

      R

      Hello @sanggtc82

      Thank you so much for suggesting this you can raise a suggestion directly on GitHub

      https://github.com/krayin/laravel-crm/issues

      Thanks & Regrds

    • U

      How can I change the Krayin logo to my logo
      • UnitedMFO

      2
      0
      Votes
      2
      Posts
      373
      Views

      R

      Hello @UnitedMFO

      Goto: packages/Webkul/Admin/src/Resources/assets/images

      place the image here and search of images/logo.svg replace name with file image extension and goto packages/Webkul/Admin and then run npm run dev and npm run build

      Thanks & Regards

    • L

      Upgrades to newer versions
      • lcdss

      2
      0
      Votes
      2
      Posts
      232
      Views

      R

      Hello @lcdss

      For this, we have Upgrade Guides and Changelogs to upgrade it.

      Find the below link for the reference

      https://devdocs.krayincrm.com/2.0/prologue/upgrade-guide.html

      https://github.com/krayin/laravel-crm/blob/master/CHANGELOG.md

      Thanks & Regards

    • S

      Installation
      • semih1609

      2
      0
      Votes
      2
      Posts
      204
      Views

      R

      Hello @semih1609

      Kindly go through the Installation of Krayin from the DevDocs

      Find the link below for the reference

      https://devdocs.krayincrm.com/2.0/introduction/installation.html

      Thanks & Regards

    • Y

      Instalación en pausa
      • Yamil Esparza

      2
      0
      Votes
      2
      Posts
      165
      Views

      R

      Hello @Yamil-Esparza

      Usually, it doesn't happen while installation kindly press enter when it shows the credentials part.

      Thanks & Regards

    • U

      How can I change Krayin's logo to my logo
      • United_MFO

      5
      0
      Votes
      5
      Posts
      666
      Views

      R

      Hello @UnitedMFO

      That's great to hear that you managed to resolve this. Can you elaborate what are upcoming issues which you are facing in the JS part

      Thanks & Regards

    • G

      Can we add telephony service providers
      • gautham073

      3
      0
      Votes
      3
      Posts
      267
      Views

      R

      Hello @gautham073

      You can purchase our Krayin VoIP Extension from the link below:

      https://store.webkul.com/krayin-crm-voip.html

      If you would like to integrate a third-party service, we can do that as well. We just need the API documentation from you.

      This will be a paid service.

      Thanks & Regards

    • G

      How to integrate FB Lead Forms
      • gautham073

      2
      0
      Votes
      2
      Posts
      222
      Views

      R

      Hello @gautham073

      By default, this integration is not available for this you need to create and customize it from the code end.

      Also we can do and add this integration for you and this will come under as a paid service.

      Thanks & Regards

    • H

      change currency
      • helplink

      4
      0
      Votes
      4
      Posts
      536
      Views

      R

      Hello @anderson

      Kindly check it inside the console networks that is there any error is coming because at our end everything is working fine.

      inrr.png

      Frontend

      inr.png

      Thanks & Regards

    • J

      Can't Integrate Krayin with Google Calendar
      • Jack38

      6
      0
      Votes
      6
      Posts
      461
      Views

      R

      Hello @Jack38

      If you still facing issues after adding the credentials in the .env file

      Now you can create a ticket from the link below our support team will assist you further

      https://webkul.uvdesk.com/en/customer/create-ticket/

      Thanks & Regards

    • D

      Delete a Lead
      • digitalquill

      3
      0
      Votes
      3
      Posts
      289
      Views

      D

      @Rishabh-Webkul BOOM! thank you!

    • D

      api error
      • dhiego_lemes

      2
      0
      Votes
      2
      Posts
      230
      Views

      R

      Hello @dhiego_lemes

      Could you please provide us with more details? After reviewing your query, we are unable to clearly identify the main issue.

      A bit more clarification will help us assist you more effectively.

      Thanks & Regards

    • M

      Microsoft Graph
      • mkas

      2
      0
      Votes
      2
      Posts
      183
      Views

      R

      Hello @mkas

      By default only Google option is available, Microsoft 365 mail is not available directly you need to make the additional integration and connect it with the API

      Thanks & Regards

    • A

      Getting error when. assign sales owner try to open that particular lead
      • aman

      6
      0
      Votes
      6
      Posts
      726
      Views

      I

      GO TO : packages/Webkul/Admin/src/Http/Controllers/Lead/LeadController.php

      In view function

      Remove this :

      if (
      $userIds = bouncer()->getAuthorizedUserIds()
      && ! in_array($lead->user_id, $userIds)
      ) {
      return redirect()->route('admin.leads.index');
      }

      with:

      $userIds = bouncer()->getAuthorizedUserIds();

      if ($userIds && ! in_array($lead->user_id, $userIds)) {
      return redirect()->route('admin.leads.index');
      }

    • S

      Create Lead Error
      • selenga

      3
      0
      Votes
      3
      Posts
      325
      Views

      I

      Just install "sudo apt-get install php-intl" pkg according to your php version.

    • R

      mail not sent
      • Rohit_chauhan

      4
      0
      Votes
      4
      Posts
      322
      Views

      I

      @Rohit_chauhan Could you share the failed network call.

    • A

      TOTAL VALUE OF TRADING ON THE PANEL
      • Alexandre Amaral

      2
      0
      Votes
      2
      Posts
      202
      Views

      R

      Hello @Alexandre-Amaral

      This is the part of customization file path is

      packages >> Webkul >> Admin >> src >> Resources >> views >> leads >> index.blade.php

      GitHub Link: https://github.com/krayin/laravel-crm/blob/2.0/packages/Webkul/Admin/src/Resources/views/leads/index.blade.php

      Thanks & Regards

    • A

      Receive email reply
      • Alexandre Amaral

      2
      0
      Votes
      2
      Posts
      227
      Views

      R

      Hello @Alexandre-Amaral

      For this kindly make setup of your email SMTP in your .env file.

      Find the blog below for your reference.

      https://krayincrm.com/smtp-in-krayin/

      Thanks & Regards

    Powered by NodeBB | Contributors