@belugawhale15 May I know the version of Krayin you are using?
Posts made by admin
-
RE: Error to Sync Google Calendar with KrayinCRM
-
RE: Node api in lead module
@harjinderkaur The query is not clear much
If you just need to generate a lead into CRM from different sources then you may create a webhook URL.
Please take a reference of mail parsing webhook - https://github.com/krayin/laravel-crm/blob/master/packages/Webkul/Admin/src/Http/routes.php#L26
Also, if you want to create RestAPI then make a separate package for API by following the documentation https://devdocs.krayincrm.com/1.x/packages/create-package.html
and, for CRUD operations, use the lead repository listed under the Lead package. -
RE: SSO Login
@harjinderkaur No, SSO login is not available in the krayin cmr
-
RE: SSO(login from app to CRM) login,
@harjinderkaur No, SSO is not available in the krayin crm
-
RE: is it possible, for MongoDB data inside the Krayian crm package to get or not?
@harjinderkaur No, krayin doesn't support the MongoDB database.
Supported Database Servers -https://prnt.sc/jdV72H4TIRrt
-
RE: new install
Hi,
please follow the below link -
https://devdocs.krayincrm.com/1.x/introduction/installation.html#install-krayin-using-composer -
RE: Add address fields to Persons
Hello there,
here what we can do is we can create a new attribute according to your requirements and then assign the same attribute to the person. In this manner, you will be able to see the address field.For creating a new attribute
Go to Settings -> Automation section -> Attributes -> Create new -> Assign to the person entity.Please check the screenshots below.
-
RE: Installation
Hello there,
Can you please help us with the screenshot so that we can understand the issue in a better manner?Thank you.
-
RE: Add address fields to Persons
@PabloRQ
Thank You so much for your query, we will be checking the same and we will try to implement it after the discussion -
RE: Feature Request: Ability to Add NEW Company, User and Products while creating a Lead.
@Steven-Willett
Thank You so much for your query, we will be checking the same and we will try to implement it after the discussion. -
RE: Persons - Add addres to person
@PabloRQ
Thank You so much for your query, Surely we will be checking the same and we will try to implement it after discussion -
RE: Installation
@adilsonalves hi,
Can you please share the screenshot of what type of error you found? -
RE: .env Mail Server Configuration to receive as be user specific.
Hi Steven,
I think you want to pull E-mail replies into CRM, it must work for you.You may use this route https://your_domain/laravel-crm/admin/mail/inbound-parse
-
RE: Adding Leads Counter
Can you please let us know what changes you have made and which are no reflecting.
If you have made any changes, try to run php artisan optimize:clear and then check the same.
-
RE: When I view Leads it opens in a new tab
@deenah85
Hello,
Can you please share screenshot for the same or a small video for better understanding of the concern.As we have checked the same and we were unable to face such issue, I am attaching a screenshot for the same.
-
RE: Change Side-panel Fields Names
@eshank
Hello,
If you want to change the name, you need to go to Root path Package folder and there go to Admin/src/Config/menu.phpNow change the Name
'key' => 'plants', 'name' => 'admin::app.layouts.plants', 'route' => 'admin.leads.index', 'sort' => 2, 'icon-class' => 'leads-icon',
After that go to below path and add locale translation.
Admin/src/Resources/lang/en/app.php
layouts' => [
'app-version' => 'Version : :version',
'dashboard' => 'Dashboard',
'plants' => 'Plants',
'quotes' => 'Quotes',
'quote' => 'Quote',Please check the screenshot below
-
RE: Adding Leads Counter
Each page dataGrid is being managed by Vue components. If you want to add counter to the page then please check the following components and modify as per your need.
In case you find any issue do let us know.
Thank you
-
RE: Adding Leads Counter
@deenah85
Hello,
Can you explain your concern in more details as we are unable to understand your query.It would be much better if you will explain the query in short description.
Thank You. -
Welcome to your NodeBB!
Welcome to your brand new NodeBB forum!
This is what a topic and post looks like. As an administrator, you can edit the post's title and content.
To customise your forum, go to the Administrator Control Panel. You can modify all aspects of your forum there, including installation of third-party plugins.Additional Resources