Krayin Forum

    Krayin

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Recent
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • A

      TOTAL VALUE OF TRADING ON THE PANEL
      General Discussion • • Alexandre Amaral

      2
      0
      Votes
      2
      Posts
      163
      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

    • U

      Deploy with Heroku
      Comments & Feedback • • United_MFO

      6
      0
      Votes
      6
      Posts
      375
      Views

      U

      @Rishabh-Webkul I managed to deploy, thank you.

      However, with the application live, when doing a small action like deleting a contact, I received an error of "CSRF token mismatch.", how can I fix it?

    • D

      Notes do not retain their formatting
      Comments & Feedback • • digitalquill

      5
      0
      Votes
      5
      Posts
      289
      Views

      M

      Hi,

      The same issue applies to the lead description. While it's saved correctly in the database, all formatting is lost when displayed. Perhaps using an HTML editor field or replacing line breaks with <br> tags when rendering could resolve this.

    • R

      mail not sent
      General Discussion • • Rohit_chauhan

      4
      0
      Votes
      4
      Posts
      250
      Views

      I

      @Rohit_chauhan Could you share the failed network call.

    • S

      Create Lead Error
      General Discussion • • selenga

      3
      0
      Votes
      3
      Posts
      270
      Views

      I

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

    • A

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

      6
      0
      Votes
      6
      Posts
      628
      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');
      }

    • M

      Microsoft Graph
      General Discussion • • mkas

      2
      0
      Votes
      2
      Posts
      156
      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

    • D

      api error
      General Discussion • • dhiego_lemes

      2
      0
      Votes
      2
      Posts
      196
      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

    • D

      Delete a Lead
      General Discussion • • digitalquill

      3
      0
      Votes
      3
      Posts
      230
      Views

      D

      @Rishabh-Webkul BOOM! thank you!

    • J

      Can't Integrate Krayin with Google Calendar
      General Discussion • • Jack38

      6
      0
      Votes
      6
      Posts
      360
      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

    • H

      change currency
      General Discussion • • helplink

      4
      0
      Votes
      4
      Posts
      446
      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

    • G

      How to integrate FB Lead Forms
      General Discussion • • gautham073

      2
      0
      Votes
      2
      Posts
      186
      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

    • G

      Can we add telephony service providers
      General Discussion • • gautham073

      3
      0
      Votes
      3
      Posts
      213
      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

    • U

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

      5
      0
      Votes
      5
      Posts
      518
      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

    • Y

      Instalación en pausa
      General Discussion • • Yamil Esparza

      2
      0
      Votes
      2
      Posts
      140
      Views

      R

      Hello @Yamil-Esparza

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

      Thanks & Regards

    • S

      Installation
      General Discussion • • semih1609

      2
      0
      Votes
      2
      Posts
      179
      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

    • L

      Upgrades to newer versions
      General Discussion • • lcdss

      2
      0
      Votes
      2
      Posts
      203
      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

    • U

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

      2
      0
      Votes
      2
      Posts
      307
      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

    • S

      Issues with Lead Value
      General Discussion • • sanggtc82

      2
      0
      Votes
      2
      Posts
      158
      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
      General Discussion • • sanggtc82

      2
      0
      Votes
      2
      Posts
      144
      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