Krayin Forum

    Krayin

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Popular
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All Time
    • Day
    • Week
    • Month
    • S

      Installation
      General Discussion • • semih1609

      2
      0
      Votes
      2
      Posts
      1725
      Views

      R

      Hello @semih1609

      Kindly go through the Installation of Krayin from the DevDocs

      Find the link below for the reference

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

      Thanks & Regards

    • G

      How to integrate FB Lead Forms
      General Discussion • • gautham073

      2
      0
      Votes
      2
      Posts
      1642
      Views

      R

      Hello @gautham073

      By default, this integration is not available for this you need to create and customize it from the code end.

      Also we can do and add this integration for you and this will come under as a paid service.

      Thanks & Regards

    • D

      api error
      General Discussion • • dhiego_lemes

      2
      0
      Votes
      2
      Posts
      1685
      Views

      R

      Hello @dhiego_lemes

      Could you please provide us with more details? After reviewing your query, we are unable to clearly identify the main issue.

      A bit more clarification will help us assist you more effectively.

      Thanks & Regards

    • M

      Microsoft Graph
      General Discussion • • mkas

      2
      0
      Votes
      2
      Posts
      1974
      Views

      R

      Hello @mkas

      By default only Google option is available, Microsoft 365 mail is not available directly you need to make the additional integration and connect it with the API

      Thanks & Regards

    • A

      TOTAL VALUE OF TRADING ON THE PANEL
      General Discussion • • Alexandre Amaral

      2
      0
      Votes
      2
      Posts
      1778
      Views

      R

      Hello @Alexandre-Amaral

      This is the part of customization file path is

      packages >> Webkul >> Admin >> src >> Resources >> views >> leads >> index.blade.php

      GitHub Link: https://github.com/krayin/laravel-crm/blob/2.0/packages/Webkul/Admin/src/Resources/views/leads/index.blade.php

      Thanks & Regards

    • A

      Receive email reply
      General Discussion • • Alexandre Amaral

      2
      0
      Votes
      2
      Posts
      1806
      Views

      R

      Hello @Alexandre-Amaral

      For this kindly make setup of your email SMTP in your .env file.

      Find the blog below for your reference.

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

      Thanks & Regards

    • T

      Inconsistent Behavior with REST API Login
      General Discussion • • thalissonm

      2
      0
      Votes
      2
      Posts
      1433
      Views

      A

      @thalissonm I am having the same problem here. I facing problems with the leads route. When i try to send a post to /leads, it says method not allowed. I found an issue on github about send post to leads route and they sayed to use leads/leads instead. I try that. But got a 404 response. My first impressions is that they abbandonned the project. There is no response here on the forums and the documentation does not help mutch. For exemple, I am using nginx as a webserver but there is nothing on Dev Docs about nginx configurations. Krayin CRM sounds very promising, but unfortunately WebKul hasn't done anything to grow the community. They don't try to resolve bugs or provide assistance to developers who want to contribute to the project.
      It is a shame.

    • P

      Import Contacts
      General Discussion • • Pigsfoot

      2
      0
      Votes
      2
      Posts
      2087
      Views

      R

      Hello @Pigsfoot

      Currently, Bulk import for contacts is not available yet. You need to customize it.

      If you want us to do it then it will came under as a paid service.

      Kindly Confirm the same.

      Thanks & Regards

    • L

      Installation
      General Discussion • • Leandro

      2
      0
      Votes
      2
      Posts
      2047
      Views

      R

      Hello @Leandro

      Did you follow all the steps from the official Devdocs?

      If not, then kindly find the below link for the reference.

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

      Thanks & Best Regards

    • S

      How to remove unused package/modules?
      General Discussion • • SaltyG

      2
      0
      Votes
      2
      Posts
      1973
      Views

      R

      Hello @SaltyG

      No, because in Krayin, all modules are tightly coupled, so simply removing the package won't be sufficient. To remove this, the product package needs to be removed, along with all the related code used by the Admin package.

      Thanks & Best Regards

    • S

      HOW TO WHITELABEL??
      General Discussion • • synapsesolutions

      2
      0
      Votes
      2
      Posts
      1912
      Views

      R

      Hello @synapsesolutions

      White Label features will be introduced in our upcoming release.

      You can check it out our master branch and install this to check these features.

      Github Master Link: https://github.com/krayin/laravel-crm/tree/master

      Regards.
      Team Krayin

    • P

      Format date
      General Discussion • • proustysab

      2
      0
      Votes
      2
      Posts
      1992
      Views

      R

      Hello @proustysab

      To change the date format you need to customize the below file.

      File path: packages/Webkul/Admin/src/Resources/views/components/flat-picker/date.blade.php

      Regards
      Team Krayin

    • E

      Issue with Receiving Emails - Bounce Back Error
      General Discussion • • edmund.ciego7

      2
      0
      Votes
      2
      Posts
      1553
      Views

      R

      Hello @edmund-ciego7

      Did you add the Imap Configurations for receiving emails?

      We have recently introduced this in our latest version of Krayin.

      Regards
      Team Krayin

    • T

      How to Remove the Email Requirement and Translate Specific Fields in Admin
      General Discussion • • thender

      2
      0
      Votes
      2
      Posts
      1999
      Views

      R

      Hello @thender

      Regarding your Query 1

      I’m trying to remove the requirement to fill in an email address. I’ve already disabled it in the attributes, but it’s still asking for an email. Could anyone help me remove this requirement?

      Find the screen record - https://webkul.chatwhizz.com/share/view-recording/6853be39f5b74e7c0bb34521

      Query 2

      Additionally, I’d like to know how I can translate the left sidebar on the page /admin/leads/view/3. Specifically, I need help with translating the following fields:

      Lead Value

      Source

      Type

      Sales Owner

      Expected Close Date

      -- We have raised a Issue on GitHub

      https://github.com/krayin/laravel-crm/issues/2249

      Warm Regards
      Team Krayin

    • R

      Workflows - Update Lead Value
      General Discussion • • rsadrian

      2
      0
      Votes
      2
      Posts
      1815
      Views

      R

      Hello @rsadrian

      This need to be customized from the code end from the Automation Package .

      Folder Path

      packages >> Webkul >> Automation >> src >> Helpers

      automation.png

      GitHub Link - https://github.com/krayin/laravel-crm/tree/2.1/packages/Webkul/Automation/src/Helpers

      Warm Regards
      Team Krayin

    • C

      How to configure mail inbox?
      Comments & Feedback • • chrkon

      2
      0
      Votes
      2
      Posts
      1675
      Views

      R

      Hello @chrkon

      We have introduce Imap Integration in Krayin 2.1.0 version.

      https://github.com/krayin/laravel-crm/blob/v2.1.0/CHANGELOG.md

      Krayin2.1.0.png

      Warm Regards
      Team Krayin

    • A

      How to Integrate a Webflow Form with Krayin Banking CRM ?
      General Discussion • • ankitkr

      2
      0
      Votes
      2
      Posts
      1166
      Views

      R

      Hello @ankitkr

      Thank you so much for the suggestion.

      Regards

    • T

      Is there a non-admin portal?
      General Discussion • • TheDanMan

      2
      0
      Votes
      2
      Posts
      980
      Views

      R

      Hello @TheDanMan

      The /admin URL is the main and only interface provided out of the box.

      It’s meant for internal users like sales reps, managers, or admins — all considered "admin users" with roles and permissions.

      There's no front-end portal for standard end-users (like customers or leads) to log in or interact This needs to be gets customized.

      Warm Regards

    • Mubashar

      email is not sending
      General Discussion • • Mubashar

      2
      0
      Votes
      2
      Posts
      288
      Views

      F

      I managed to send emails from the CRM, but the main problem was my server blocking ports for sending via SMTP.
      I couldn't send emails from Digital Ocean, so I migrated to another VPS that allowed me to send emails without any issues.

      Another option if you have trouble sending emails is to use third-party services. In my case, Amazon SES worked.
      33ebad1e-3ce8-43c4-b601-1c7f37f2a423-image.png

    • G

      Localisation - currency
      Comments & Feedback • • GlennMUK

      2
      0
      Votes
      2
      Posts
      504
      Views

      R

      Hello @GlennMUK

      1 Query

      By default, the currency selected during installation remains the active one. If you wish to add support for additional currencies, it would require customization.

      2 Query

      When you hover over the tax section, you'll see an edit option. From there, you can add or edit the tax, and it will automatically be included in the total.

      Warm Regards