Krayin Forum

    Krayin

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Popular
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All Time
    • Day
    • Week
    • Month
    • M

      Deploy Krayin with Easypanel
      General Discussion • • mego

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

    • U

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

      2
      0
      Votes
      2
      Posts
      341
      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
      General Discussion • • Tanveer

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

    • A

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

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

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

    • G

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

      2
      0
      Votes
      2
      Posts
      115
      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
      93
      Views

      R

      Hello @sidiclei

      Yes, correct you are following the correct approch.

      Let us know if you face any issues further.

      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
      43
      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
      General Discussion • • Filip Studio

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

    • A

      Welcome to your NodeBB!
      General Discussion • • admin

      1
      0
      Votes
      1
      Posts
      2904
      Views

      No one has replied

    • K

      Log error - Handler repport error ?!
      Comments & Feedback • • kitejack44

      1
      0
      Votes
      1
      Posts
      1377
      Views

      No one has replied

    • J

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

      1
      0
      Votes
      1
      Posts
      1228
      Views

      No one has replied

    • 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
      193
      Views

      No one has replied

    • K

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

      1
      0
      Votes
      1
      Posts
      67
      Views

      No one has replied

    • C

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

      1
      0
      Votes
      1
      Posts
      63
      Views

      No one has replied

    • C

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

      1
      0
      Votes
      1
      Posts
      44
      Views

      No one has replied