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

      Missing Feature
      General Discussion • • BY

      4
      0
      Votes
      4
      Posts
      219
      Views

      R

      Hello @BY

      Its better if you can upgrade it to the latest version. Because we have made many more enhancements now.

      Regards

    • F

      Problem with emails
      General Discussion • • Filip Studio

      2
      0
      Votes
      2
      Posts
      29
      Views

      R

      Hello @Filip-Studio

      Did you follow all the steps which is mentioned in the Youtube video or you can also check the detailed blog.

      https://www.youtube.com/watch?v=U87Z7xCQzCg

      https://krayincrm.com/how-to-configure-imap-settings-in-krayin-crm/

      Warm Regards

    • S

      How to filter dashboard data by logged-in user (non-admin users should see only their own data)?
      General Discussion • • Segaf

      2
      0
      Votes
      2
      Posts
      37
      Views

      R

      Hello @Segaf

      You can verify this by adding the following code snippet inside the dashboard.php file:

      $items = $this->personRepository
      ->resetModel()
      ->leftJoin('leads', 'persons.id', '=', 'leads.person_id')
      ->select('*', 'persons.id as id')
      ->addSelect(DB::raw('SUM('.$tablePrefix.'leads.lead_value) as revenue'))
      ->whereBetween('leads.closed_at', [$this->startDate, $this->endDate])
      ->having(DB::raw('SUM('.$tablePrefix.'leads.lead_value)'), '>', 0)
      ->groupBy('person_id')
      ->orderBy('revenue', 'DESC')
      ->limit($limit);

      if ($userIds = bouncer()->getAuthorizedUserIds()) {
      $items->whereIn('leads.user_id', $userIds);
      }

      $items = $items->get();

      This will help you to resolve your query. In case of any issue do let us know.

      NOTE : There is no Role based data available in krayin crm also we have group visibility in Krayin

      Warm Regards

    • T

      CRM Views into another application
      General Discussion • • Tanveer

      2
      0
      Votes
      2
      Posts
      121
      Views

      R

      Hello @Tanveer

      Can you please let us know with the help of image exactly where you want to add a iframe tag with the help of some image

      This will help us to guide you with the file path.

      Regards

    • U

      Krayin Doesn't Detect Migrations in Custom Entity Folder
      General Discussion • • United_MFO

      2
      0
      Votes
      2
      Posts
      335
      Views

      R

      Hello @United_MFO

      Kindly find the detailed devdocs. This will help you to resolve your query regarding migration.

      https://devdocs.krayincrm.com/2.1/packages/create-migrations.html#using-laravel-artisan-command

      Regards

    • J

      While creating a lead, if I select "New" from the organization dropdown, the lead is not getting created.
      Comments & Feedback • • Jayesh MAli

      2
      0
      Votes
      2
      Posts
      183
      Views

      R

      Hello @Jayesh-MAli

      Can you please let us know your Krayin Cersion which you are using.

      This will help us to resolve your query.

      Regards

    • contatopaulo

      "Won and Lost" stages affected
      General Discussion • • contatopaulo

      5
      0
      Votes
      5
      Posts
      208
      Views

      R

      Hello @contatopaulo

      We have identified this as an issue in Krayin CRM.

      We are currently working on a fix for it. You can track the progress here:

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

      Once this issue is resolved, we will inform you so that you can implement the changes in your system.

      Thanks & Regards

    • C

      Please Release Docker Image for v2.1.5
      General Discussion • • caiosantos12

      1
      0
      Votes
      1
      Posts
      57
      Views

      No one has replied

    • C

      Please Release Docker Image for v2.1.5
      General Discussion • • caiosantos12

      1
      0
      Votes
      1
      Posts
      41
      Views

      No one has replied

    • A

      Magic AI – "Not Enough Data" Issue
      Comments & Feedback • • Abdulhaleem

      2
      0
      Votes
      2
      Posts
      110
      Views

      R

      Hello @Abdulhaleem

      Can you provide us with the File you are using?

      Also Let us know the Krayin Version which you are using at the moment

      Regards

    • G

      E-mail view don't show up
      General Discussion • • gusfmarra

      2
      0
      Votes
      2
      Posts
      108
      Views

      R

      Hello @gusfmarra

      Did you setup the Imap Settings for the incoming in Inbox Section ?

      Video Link: https://www.youtube.com/watch?v=U87Z7xCQzCg&t=5s

      Regards

    • S

      Api login/token
      General Discussion • • sidiclei

      2
      0
      Votes
      2
      Posts
      86
      Views

      R

      Hello @sidiclei

      Yes, correct you are following the correct approch.

      Let us know if you face any issues further.

      Regards

    • M

      Deploy Krayin with EasyPanel
      General Discussion • • mego

      3
      0
      Votes
      3
      Posts
      230
      Views

      R

      Hello @mego

      You can publish KrayinCRM on EasyPanel by following these steps:

      Prepare the project – clone the repo, install composer & npm dependencies, and build assets.

      Configure .env – set database, app URL, and other environment variables.

      Set permissions – link storage and give proper write permissions to storage and bootstrap/cache.

      Run migrations – php artisan migrate --seed.

      Deploy on EasyPanel – either via GitHub integration or Docker. Ensure the web root points to public/.

      Run queues & scheduler – for background jobs and tasks.

      With these steps, KrayinCRM should be successfully deployed on EasyPanel.

      Note: For Further details you can check with the Easy Panel support team.

      Warm Regards

    • M

      Deploy Krayin with Easypanel
      General Discussion • • mego

      2
      0
      Votes
      2
      Posts
      203
      Views

      R

      Hello @mego

      You can publish KrayinCRM on EasyPanel by following these steps:

      Prepare the project – clone the repo, install composer & npm dependencies, and build assets.

      Configure .env – set database, app URL, and other environment variables.

      Set permissions – link storage and give proper write permissions to storage and bootstrap/cache.

      Run migrations – php artisan migrate --seed.

      Deploy on EasyPanel – either via GitHub integration or Docker. Ensure the web root points to public/.

      Run queues & scheduler – for background jobs and tasks.

      With these steps, KrayinCRM should be successfully deployed on EasyPanel.

      Note: For Further details you can check with the Easy Panel support team.

      Warm Regards

    • L

      Installation: stuck on "Step: Create admin credentials..."
      General Discussion • • Lowelheim

      3
      0
      Votes
      3
      Posts
      1983
      Views

      A

      @rishabh_webkul

      I am having hte same problem on Windows 10. It just hangs at Step: Create admin credentials...

      I have tried pressing Enter and it does nothing

    • K

      Customize how to login page logo via GUI from setting page
      General Discussion • • kevalkrayin568

      1
      0
      Votes
      1
      Posts
      64
      Views

      No one has replied

    • G

      Localisation - currency
      Comments & Feedback • • GlennMUK

      2
      0
      Votes
      2
      Posts
      496
      Views

      R

      Hello @GlennMUK

      1 Query

      By default, the currency selected during installation remains the active one. If you wish to add support for additional currencies, it would require customization.

      2 Query

      When you hover over the tax section, you'll see an edit option. From there, you can add or edit the tax, and it will automatically be included in the total.

      Warm Regards

    • T

      Is there a non-admin portal?
      General Discussion • • TheDanMan

      2
      0
      Votes
      2
      Posts
      971
      Views

      R

      Hello @TheDanMan

      The /admin URL is the main and only interface provided out of the box.

      It’s meant for internal users like sales reps, managers, or admins — all considered "admin users" with roles and permissions.

      There's no front-end portal for standard end-users (like customers or leads) to log in or interact This needs to be gets customized.

      Warm Regards

    • F

      He batallado con krayin pero ya conozco bastante, si alguien necesita ayuda en español, podría ayudar
      General Discussion • • fabianjose

      1
      0
      Votes
      1
      Posts
      189
      Views

      No one has replied

    • J

      How to change the logo
      General Discussion • • johnber

      4
      0
      Votes
      4
      Posts
      376
      Views

      F

      @johnber 2773aac5-7d0d-4e7a-a416-e97637769791-image.png
      252ed760-3093-4da5-9406-3e439c3644f9-image.png
      a92f4b5c-241e-4c6d-9f66-e6aee262bda4-image.png

      What you need to do is go into the code, find the element in the code, and delete or comment it out.
      The path is packages\Webkul\Admin\src\Resources\views\components\layouts\header\index.blade.php

      You can delete or comment it out.
      php artisan optimize: