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
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
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
Hello @belugawhale15
There is an issue in your APP_URL no folder name and no public at your local it should be something like below image
Thanks & Regards
Hello @belugawhale15
Kindly share the screenshot of Google redirect URL it will be visible just like the image below.
Also, provide the screenshot of your complete .env file so we can check the APP_URL also, this will help us to resolve your query.
Thanks & Regards
Hello @belugawhale15
In your .env file set the path to public and /google/auth
and the same redirect URL path will added to the Google Cloud Console
Thanks & Regards
Hello @belugawhale15
That means callback url mismatched for google where you're setting up callbackurl please let us know ?
Thanks & Regards
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
Hello @rajaselvam
Kindly let us know which Bagisto version are you using.
This will help us to resolve your query.
Thanks & Regards
Hello @helplink
To change the currency kindly go inside the .env file and add the currency in the
APP_CURRENCY = INR this example is for indian rupee
Thanks & Regards
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
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
Hello @iwasexcited
Kindly go through the link regarding krayin installation.
https://devdocs.krayincrm.com/2.0/introduction/installation.html
Thanks & Regards
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
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
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
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
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
Hello @selenga
It seems like you’re encountering an issue with a missing NumberFormatter class in a Laravel Blade template file within the Krayin CRM package.
This error suggests that the class NumberFormatter might not be correctly imported or defined in the context of your view file.
Thanks & Regards
Hello @ahasminyodha
Can you please let us know which texts in the menu you want to change so that we can assist you accordingly?
Also in the packages >> Webkul >> Admin >> src >> Config >> menu.php this file is responsible for the menus.
And for the text you can manage the texts from the packages >> Webkul >> Admin >> src >> Resources >> lang >> en >> app.php
Thanks & Regards