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
    • L

      Installation
      General Discussion • • Leandro

      2
      0
      Votes
      2
      Posts
      1778
      Views

      R

      Hello @Leandro

      Did you follow all the steps from the official Devdocs?

      If not, then kindly find the below link for the reference.

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

      Thanks & Best Regards

    • P

      Import Contacts
      General Discussion • • Pigsfoot

      2
      0
      Votes
      2
      Posts
      1966
      Views

      R

      Hello @Pigsfoot

      Currently, Bulk import for contacts is not available yet. You need to customize it.

      If you want us to do it then it will came under as a paid service.

      Kindly Confirm the same.

      Thanks & Regards

    • A

      Installation
      Announcements • • adilsonalves

      3
      0
      Votes
      3
      Posts
      4287
      Views

      L

      8947a751-9026-4fe7-bde3-b1e599e9ff17-image.png

    • T

      Inconsistent Behavior with REST API Login
      General Discussion • • thalissonm

      2
      0
      Votes
      2
      Posts
      1348
      Views

      A

      @thalissonm I am having the same problem here. I facing problems with the leads route. When i try to send a post to /leads, it says method not allowed. I found an issue on github about send post to leads route and they sayed to use leads/leads instead. I try that. But got a 404 response. My first impressions is that they abbandonned the project. There is no response here on the forums and the documentation does not help mutch. For exemple, I am using nginx as a webserver but there is nothing on Dev Docs about nginx configurations. Krayin CRM sounds very promising, but unfortunately WebKul hasn't done anything to grow the community. They don't try to resolve bugs or provide assistance to developers who want to contribute to the project.
      It is a shame.

    • U

      Deploy Krayin with heroku
      General Discussion • • United_MFO

      3
      0
      Votes
      3
      Posts
      2302
      Views

      U

      @Rishabh-Webkul it's not a specific problem.

      I want to understand the best way to deploy to heroku, whether it's via CLI or connected to GITHUB.

      in the deployment connected to GITHUB, when the deployment is done, it stays on the krayin installation screen forever, even after entering the database data, it doesn't install, is that right?

    • J

      Krayin CRM vs Dynamics 365 Marketing CRM
      General Discussion • • johndyna

      1
      0
      Votes
      1
      Posts
      1060
      Views

      No one has replied

    • A

      Receive email reply
      General Discussion • • Alexandre Amaral

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

    • A

      Can't setup krayin with provided docker files
      Comments & Feedback • • alex.oconnor

      10
      0
      Votes
      10
      Posts
      8382
      Views

      A

      I've come back to this post xmas and managed to resolve. Was my mistake in the end however the error was not super clear.

      I must have run either the setup.sh or docker compose up before creating the workspace directory. As a result the volume mount created the workspace directory for me, but with the owner as root:root.

      When trying to debug I was looking in the dockerfile at the last few lines wondering why the chown -r $user:www-data $container_path was not applying correctly not realising it was being overwritten by the volume mount from the compose file. Was a silly thing to miss, my bad 😅 . Thank you for trying to help.

      Fix:
      Make sure the permissions/owner (775, $user) are set correctly on the ./workspace directory before running ./setup.sh.

    • A

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

      2
      0
      Votes
      2
      Posts
      1637
      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
      4599
      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
      4273
      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
      3265
      Views

      I

      @Rohit_chauhan Could you share the failed network call.

    • S

      Create Lead Error
      General Discussion • • selenga

      3
      0
      Votes
      3
      Posts
      2591
      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
      4948
      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
      1861
      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
      1547
      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
      2651
      Views

      D

      @Rishabh-Webkul BOOM! thank you!

    • J

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

      6
      0
      Votes
      6
      Posts
      5025
      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
      3452
      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
      1512
      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