Hello @BY
Its better if you can upgrade it to the latest version. Because we have made many more enhancements now.
Regards
Hello @BY
Its better if you can upgrade it to the latest version. Because we have made many more enhancements now.
Regards
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
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
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
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
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
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
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
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
Hello @sidiclei
Yes, correct you are following the correct approch.
Let us know if you face any issues further.
Regards
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
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
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
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