Krayin Forum

    Krayin

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. admin
    3. Posts
    A
    • Profile
    • Following 0
    • Followers 3
    • Topics 1
    • Posts 20
    • Best 0
    • Controversial 0
    • Groups 1

    Posts made by admin

    • RE: Error to Sync Google Calendar with KrayinCRM

      @belugawhale15 May I know the version of Krayin you are using?

      posted in General Discussion
      A
      admin
    • 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.

      posted in Comments & Feedback
      A
      admin
    • RE: SSO Login

      @harjinderkaur No, SSO login is not available in the krayin cmr

      posted in Comments & Feedback
      A
      admin
    • RE: SSO(login from app to CRM) login,

      @harjinderkaur No, SSO is not available in the krayin crm

      posted in General Discussion
      A
      admin
    • 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

      posted in General Discussion
      A
      admin
    • RE: new install

      @lbhurtado

      Hi,

      please follow the below link -
      https://devdocs.krayincrm.com/1.x/introduction/installation.html#install-krayin-using-composer

      posted in Comments & Feedback
      A
      admin
    • RE: Add address fields to Persons

      @PabloRQ

      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.

      K1.png

      posted in Comments & Feedback
      A
      admin
    • RE: Installation

      @adilsonalves

      Hello there,
      Can you please help us with the screenshot so that we can understand the issue in a better manner?

      Thank you.

      posted in General Discussion
      A
      admin
    • 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

      posted in Comments & Feedback
      A
      admin
    • 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.

      posted in Comments & Feedback
      A
      admin
    • 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

      posted in Comments & Feedback
      A
      admin
    • RE: Installation

      @adilsonalves hi,
      Can you please share the screenshot of what type of error you found?

      posted in Announcements
      A
      admin
    • RE: .env Mail Server Configuration to receive as be user specific.

      @Steven-Willett

      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

      posted in General Discussion
      A
      admin
    • RE: Adding Leads Counter

      @deenah85

      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.

      posted in Comments & Feedback
      A
      admin
    • 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.

      Image 1.png

      posted in Comments & Feedback
      A
      admin
    • 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.php

      Now 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

      Changed.png

      posted in Comments & Feedback
      A
      admin
    • RE: Adding Leads Counter

      @deenah85

      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.

      https://github.com/krayin/laravel-crm/blob/master/packages/Webkul/UI/src/Resources/assets/js/components/datagrid/table.vue

      https://github.com/krayin/laravel-crm/blob/master/packages/Webkul/UI/src/Resources/assets/js/components/datagrid/filters.vue

      In case you find any issue do let us know.

      Thank you

      posted in Comments & Feedback
      A
      admin
    • 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.

      posted in Comments & Feedback
      A
      admin
    • 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

      • NodeBB Documentation
      • Community Support Forum
      • Project repository
      posted in General Discussion
      A
      admin