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