Krayin Forum

    Krayin

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. rishabh_webkul19
    3. Posts
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 14
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by rishabh_webkul19

    • RE: Missing Feature

      Hello @BY

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

      Regards

      posted in General Discussion
      R
      rishabh_webkul19
    • RE: Problem with emails

      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

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

      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

      posted in General Discussion
      R
      rishabh_webkul19
    • RE: CRM Views into another application

      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

      posted in General Discussion
      R
      rishabh_webkul19
    • RE: Krayin Doesn't Detect Migrations in Custom Entity Folder

      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

      posted in General Discussion
      R
      rishabh_webkul19
    • RE: While creating a lead, if I select "New" from the organization dropdown, the lead is not getting created.

      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

      posted in Comments & Feedback
      R
      rishabh_webkul19
    • RE: "Won and Lost" stages affected

      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

      posted in General Discussion
      R
      rishabh_webkul19
    • RE: Magic AI – "Not Enough Data" Issue

      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

      posted in Comments & Feedback
      R
      rishabh_webkul19
    • RE: E-mail view don't show up

      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

      posted in General Discussion
      R
      rishabh_webkul19
    • RE: Api login/token

      Hello @sidiclei

      Yes, correct you are following the correct approch.

      Let us know if you face any issues further.

      Regards

      posted in General Discussion
      R
      rishabh_webkul19
    • RE: "Won and Lost" stages affected

      Hello @contatopaulo

      Can you let us know the Krayin Version you are using also if possible provide us with some images or screenshots or some error messages that you are facing.

      This will help us to resolve your query

      Warm Regards

      posted in General Discussion
      R
      rishabh_webkul19
    • RE: Missing Feature

      Hello @BY

      Can you please let us know the Krayin Version that you have installed

      Note: We have developed these feature in the latest versions of krayin

      Video Link: https://www.youtube.com/watch?v=wiZ9I7qWaUE

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

      Warm Regards

      posted in General Discussion
      R
      rishabh_webkul19
    • RE: Deploy Krayin with EasyPanel

      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

      posted in General Discussion
      R
      rishabh_webkul19
    • RE: Deploy Krayin with Easypanel

      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

      posted in General Discussion
      R
      rishabh_webkul19