Krayin Forum

    Krayin

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Recent
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • G

      Can we add telephony service providers
      General Discussion • • gautham073

      3
      0
      Votes
      3
      Posts
      2474
      Views

      R

      Hello @gautham073

      You can purchase our Krayin VoIP Extension from the link below:

      https://store.webkul.com/krayin-crm-voip.html

      If you would like to integrate a third-party service, we can do that as well. We just need the API documentation from you.

      This will be a paid service.

      Thanks & Regards

    • U

      How can I change Krayin's logo to my logo
      General Discussion • • United_MFO

      5
      0
      Votes
      5
      Posts
      4314
      Views

      R

      Hello @UnitedMFO

      That's great to hear that you managed to resolve this. Can you elaborate what are upcoming issues which you are facing in the JS part

      Thanks & Regards

    • Y

      Instalación en pausa
      General Discussion • • Yamil Esparza

      2
      0
      Votes
      2
      Posts
      1644
      Views

      R

      Hello @Yamil-Esparza

      Usually, it doesn't happen while installation kindly press enter when it shows the credentials part.

      Thanks & Regards

    • S

      Installation
      General Discussion • • semih1609

      2
      0
      Votes
      2
      Posts
      1618
      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

    • L

      Upgrades to newer versions
      General Discussion • • lcdss

      2
      0
      Votes
      2
      Posts
      1638
      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

    • U

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

      2
      0
      Votes
      2
      Posts
      1822
      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

    • S

      Issues with Lead Value
      General Discussion • • sanggtc82

      2
      0
      Votes
      2
      Posts
      1503
      Views

      R

      Hello @sanggtc82

      Thank you so much for suggesting this you can raise a suggestion directly on GitHub

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

      Thanks & Regrds

    • S

      Issues with Lead Value
      General Discussion • • sanggtc82

      2
      0
      Votes
      2
      Posts
      1834
      Views

      R

      Hello @sanggtc82

      Thank you so much for suggesting this you can raise a suggestion directly on GitHub

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

      Thanks & Regrds

    • B

      Error to Sync Google Calendar with KrayinCRM
      General Discussion • • belugawhale15

      11
      0
      Votes
      11
      Posts
      8974
      Views

      B

      Unfortunately, i'm still facing the same problem after changing the APP_URL like you could see in this image below:
      Screenshot 2024-11-06 164315.png

      Screenshot 2024-11-06 164327.png

      Or is there any missing folder/file in my CRM application? Because when I go to the /public/google folder, there is no "oauth" or "webhook" folder. Thank you.

      Screenshot 2024-11-06 164741.png

    • Steven Willett

      Change Product(s) to be Course(s)
      General Discussion • • Steven Willett

      2
      0
      Votes
      2
      Posts
      2117
      Views

      R

      Hello @Steven

      Thank you so much for your suggestion

      You can also raise your issue regarding changes on GitHub as well

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

      Thanks & Regards

    • R

      File upload issue
      General Discussion • • rajaselvam

      2
      0
      Votes
      2
      Posts
      1895
      Views

      R

      Hello @rajaselvam

      Kindly let us know which Bagisto version are you using.

      This will help us to resolve your query.

      Thanks & Regards

    • F

      Currency IDR
      General Discussion • • fsyarifudjn

      2
      0
      Votes
      2
      Posts
      1872
      Views

      R

      Hello @fsyarifudjn

      There is a limitation in the work that a total of 12 digits will be stored 99999999.9999 Total 12 Before the 8 decimal and before the 4 decimal, if you have increased the limit then write a new migration to increase the limit of the column with the help of alter.

      Thanks & Regards

    • F

      increase the number of digits in the currency
      General Discussion • • fsyarifudjn

      2
      0
      Votes
      2
      Posts
      1910
      Views

      R

      Hello @fsyarifudjn

      Can you elaborate about the digital amount ? also there is a limitation in the work that a total of 12 digits will be stored 99999999.9999 Total 12 Before the 8 decimal and before the 4 decimal, if you have increased the limit then write a new migration to increase the limit of the column with the help of alter.

      Thanks & Regards

    • I

      Installation Keeps Failing
      Comments & Feedback • • iwasexcited

      2
      0
      Votes
      2
      Posts
      1984
      Views

      R

      Hello @iwasexcited

      Kindly go through the link regarding krayin installation.

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

      Thanks & Regards

    • S

      User login issue
      General Discussion • • surya

      2
      0
      Votes
      2
      Posts
      1411
      Views

      R

      Hello @surya

      It sounds like there might be an issue with authentication or session handling. Have you checked if the user data is being saved correctly in the database and if the credentials are accurate?

      Additionally, ensure that the authentication configuration and middleware are set up correctly in your Laravel and Krayin setup.

      Also if you can provide us with your error inside the console that will help you to assist you.

      Thanks & Regards

    • N

      MODIFY A KRAYIN PROJECT
      General Discussion • • NP

      2
      0
      Votes
      2
      Posts
      2189
      Views

      R

      Hello @NP

      To create controllers and view in krayin you can go through the below links.

      For Controllers - https://devdocs.krayincrm.com/1.x/packages/controllers.html

      For Views -

      https://devdocs.krayincrm.com/1.x/packages/views.html

      For creating a New Database Table

      https://devdocs.krayincrm.com/1.x/packages/create-migrations.html

      Thanks & Regards

    • R

      No activity here?
      General Discussion • • razvanrun

      2
      0
      Votes
      2
      Posts
      1936
      Views

      R

      Hello @razvanrun

      May i know how the progress going's on in Krayin

      Thanks & Regards

    • A

      installation
      General Discussion • • adilsonalves

      2
      0
      Votes
      2
      Posts
      1898
      Views

      R

      Hello @adilsonalves

      Yes, you can go through the below link for the Installation & Requirements.

      https://devdocs.krayincrm.com/1.x/introduction/installation.html

      https://devdocs.krayincrm.com/1.x/introduction/requirements.html

      Thanks & Regards

    • N

      Add other labels to phone and emails
      Comments & Feedback • • nplacide

      2
      0
      Votes
      2
      Posts
      2030
      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

    • K

      Error while installing.
      General Discussion • • Kunal

      2
      0
      Votes
      2
      Posts
      1941
      Views

      R

      Hello @Kunal

      Kindly go through the below link of requirements and Installation process from the official devdocs.

      https://devdocs.krayincrm.com/1.x/introduction/requirements.html

      https://devdocs.krayincrm.com/1.x/introduction/installation.html

      I hope this will help you to resolve your query.

      Thanks & Regards