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
    • U

      How can I change the Krayin logo to my logo
      General Discussion • • UnitedMFO

      2
      0
      Votes
      2
      Posts
      2152
      Views

      R

      Hello @UnitedMFO

      Goto: packages/Webkul/Admin/src/Resources/assets/images

      place the image here and search of images/logo.svg replace name with file image extension and goto packages/Webkul/Admin and then run npm run dev and npm run build

      Thanks & Regards

    • L

      Upgrades to newer versions
      General Discussion • • lcdss

      2
      0
      Votes
      2
      Posts
      1883
      Views

      R

      Hello @lcdss

      For this, we have Upgrade Guides and Changelogs to upgrade it.

      Find the below link for the reference

      https://devdocs.krayincrm.com/2.0/prologue/upgrade-guide.html

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

      Thanks & Regards

    • S

      Installation
      General Discussion • • semih1609

      2
      0
      Votes
      2
      Posts
      1810
      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
      1728
      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
      1795
      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
      2085
      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
      1863
      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
      1896
      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
      1563
      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
      2173
      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
      2475
      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
      2074
      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
      2021
      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
      2105
      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
      1659
      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
      2097
      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
      1909
      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
      1791
      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
      1298
      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
      1091
      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