Krayin Forum

    Krayin

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Comments & Feedback
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • K

      Log error - Handler repport error ?!
      • kitejack44

      1
      0
      Votes
      1
      Posts
      361
      Views

      No one has replied

    • E

      Change Side-panel Fields Names
      • EshanK

      2
      0
      Votes
      2
      Posts
      458
      Views

      A

      @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

    • D

      Adding Leads Counter
      • deenah85

      5
      0
      Votes
      5
      Posts
      756
      Views

      A

      @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.

    • D

      When I view Leads it opens in a new tab
      • deenah85

      3
      0
      Votes
      3
      Posts
      513
      Views

      Steven Willett

      @admin, I believe what @deenah85 means is, if you click on a Lead, the link target is set to _blank and opens the lead window in a whole new browser tab instead of _self which would simply use the current open/active browser.

    • P

      Persons - Add addres to person
      • PabloRQ

      2
      0
      Votes
      2
      Posts
      371
      Views

      A

      @PabloRQ
      Thank You so much for your query, Surely we will be checking the same and we will try to implement it after discussion

    • Steven Willett

      Feature Request: Ability to Add NEW Company, User and Products while creating a Lead.
      • Steven Willett

      2
      0
      Votes
      2
      Posts
      404
      Views

      A

      @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.

    • P

      Add address fields to Persons
      • PabloRQ

      4
      0
      Votes
      4
      Posts
      541
      Views

      P

      Hi @admin !

      I know how to add a new attribute and this is the workaround I'm using.

      But the idea is to add all the address fields like in Company, to be able to search or filter by any of them, like country, city, or any of them.

      I'm talking of add the address fields from the screenshot to Persons:

      Screenshot 2023-11-04 at 07-41-43 Create Organization-01.png

      Thank you.

    • L

      new install
      • lbhurtado

      2
      0
      Votes
      2
      Posts
      441
      Views

      A

      @lbhurtado

      Hi,

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

    • H

      SSO Login
      • harjinderkaur

      2
      0
      Votes
      2
      Posts
      281
      Views

      A

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

    • H

      Node api in lead module
      • harjinderkaur

      2
      0
      Votes
      2
      Posts
      1260
      Views

      A

      @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.

    • N

      Add other labels to phone and emails
      • nplacide

      2
      0
      Votes
      2
      Posts
      329
      Views

      R

      Hello @nplacide

      If you need to create more labels you need to create attributes for this for the persons.

      Follow the link to create attributes.

      https://docs.krayincrm.com/2.0/settings/attribute.html

      Thanks & Regards

    • I

      Installation Keeps Failing
      • iwasexcited

      2
      0
      Votes
      2
      Posts
      387
      Views

      R

      Hello @iwasexcited

      Kindly go through the link regarding krayin installation.

      https://devdocs.krayincrm.com/2.0/introduction/installation.html

      Thanks & Regards

    • D

      Notes do not retain their formatting
      • digitalquill

      5
      0
      Votes
      5
      Posts
      330
      Views

      M

      Hi,

      The same issue applies to the lead description. While it's saved correctly in the database, all formatting is lost when displayed. Perhaps using an HTML editor field or replacing line breaks with <br> tags when rendering could resolve this.

    • U

      Deploy with Heroku
      • United_MFO

      6
      0
      Votes
      6
      Posts
      427
      Views

      U

      @Rishabh-Webkul I managed to deploy, thank you.

      However, with the application live, when doing a small action like deleting a contact, I received an error of "CSRF token mismatch.", how can I fix it?

    • A

      Can't setup krayin with provided docker files
      • alex.oconnor

      10
      0
      Votes
      10
      Posts
      785
      Views

      A

      I've come back to this post xmas and managed to resolve. Was my mistake in the end however the error was not super clear.

      I must have run either the setup.sh or docker compose up before creating the workspace directory. As a result the volume mount created the workspace directory for me, but with the owner as root:root.

      When trying to debug I was looking in the dockerfile at the last few lines wondering why the chown -r $user:www-data $container_path was not applying correctly not realising it was being overwritten by the volume mount from the compose file. Was a silly thing to miss, my bad 😅 . Thank you for trying to help.

      Fix:
      Make sure the permissions/owner (775, $user) are set correctly on the ./workspace directory before running ./setup.sh.

    • C

      Question about receiving email
      • cygnet

      2
      -1
      Votes
      2
      Posts
      235
      Views

      R

      Hello @cygnet

      This Email SMTP is a must set up on the receiver's end as well. By this the user able to send email.

      Kindly check the below link for the reference.

      https://krayincrm.com/smtp-in-krayin/

      Thanks & Regards

    • E

      I can't confirm my login email for this forum
      • eloimarquessilva

      3
      0
      Votes
      3
      Posts
      314
      Views

      E

      @eloimarquessilva
      Hi @rishabh_webkul .
      My concern is that if I need to reset my password I won't be able to because I can't receive emails from you.
      Anyway thank you for reply,

    Powered by NodeBB | Contributors