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

      How to change the logo
      • johnber

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

    • F

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

      1
      0
      Votes
      1
      Posts
      206
      Views

      No one has replied

    • T

      Is there a non-admin portal?
      • TheDanMan

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

    • K

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

      1
      0
      Votes
      1
      Posts
      71
      Views

      No one has replied

    • L

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

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

    • M

      Deploy Krayin with Easypanel
      • mego

      2
      0
      Votes
      2
      Posts
      252
      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
      • mego

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

    • S

      Api login/token
      • sidiclei

      2
      0
      Votes
      2
      Posts
      111
      Views

      R

      Hello @sidiclei

      Yes, correct you are following the correct approch.

      Let us know if you face any issues further.

      Regards

    • G

      E-mail view don't show up
      • gusfmarra

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

    • C

      Please Release Docker Image for v2.1.5
      • caiosantos12

      1
      0
      Votes
      1
      Posts
      60
      Views

      No one has replied

    • C

      Please Release Docker Image for v2.1.5
      • caiosantos12

      1
      0
      Votes
      1
      Posts
      86
      Views

      No one has replied

    • contatopaulo

      "Won and Lost" stages affected
      • contatopaulo

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

    • U

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

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

    • T

      CRM Views into another application
      • Tanveer

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

    • S

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

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

    • F

      Problem with emails
      • Filip Studio

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

    • B

      Missing Feature
      • BY

      4
      0
      Votes
      4
      Posts
      327
      Views

      R

      Hello @BY

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

      Regards

    • M

      Installation on Hostinger Web Hosting
      • MAURYAJI

      1
      0
      Votes
      1
      Posts
      21
      Views

      No one has replied

    Powered by NodeBB | Contributors