Forum Replies Created
-
AuthorPosts
-
Mehedi HasanMember
Hello Gordian,
It’s really tough for us to help individuals with their customizations. However, how did you try it and what is the error? Please write here in details and I hope one will help you.
Thanks
Mehedi HasanMemberHello,
It doesn’t come with customizable email templates. It’s fixed and if you want to have a custom email template, you need to change it from the code which has been written in JavaScript.
Thanks
Mehedi HasanMemberHello,
You can clean the database by simply installing this cleaner plugin: https://github.com/wp-erp/erp-cleaner
1. Deactivate WPERP
2. Install and activate the cleaner.
3. Activate the WPERPYou are done.
Mehedi HasanMemberHello
All the changes you need will require to customize from the codes. They are not changeable by default.
Thanks
Mehedi HasanMemberHello Hakkan,
It seems a conflict with any other plugin or theme. I’d suggest you to check it again by temporarily deactivating all the other plugins.
Thanks
Mehedi HasanMemberHello
I’m afraid that this will not be that easier to have a contact form or a field along with the check-in/out. Check-in and out fires an action and I have doubt if there is any way to open a form along with it!
Rather, you can have a contact form on your site. Ask your employee to submit the form immediately after check-in.
Thanks
Mehedi HasanMemberHello
Unfortunately, Attendance doesn’t have API at this moment. However, we have a plan to change the addons structure with the API in the near future- which will bring more freedom for the users.
Thanks
Mehedi HasanMemberThe user role can have the ‘Shop Manager’ but what do you like to have this user access for? In CRM or Accounting? You can set ERP permission to any user from their profile. Ref: https://prnt.sc/s3s28y
Thanks
Mehedi HasanMemberHello,
I’m afraid that it’s not possible to have auto-check in check-out feature based on the user login. There are several problems doing this, the main concern is the browser/login sessions. When someone logged in a WordPress site and do not have any activity for a certain time, it gets auto signed-out. So, it really has limitations to consider it now.
Thanks
Mehedi HasanMemberHello @Gordiann
It’s really not possible to understand how you customized and what is happening in the customized situation. As you are a developer, I’d recommend you to debug the problem and work on the exact point based on the error. I believe you can do that 🙂
Thanks
Mehedi HasanMemberHello,
Thanks for choosing WPERP 🙂
I saw the screenshot but did not get what is the wrong happening. Would you please let me know what is the problem with schedule notification?
Thanks
Mehedi HasanMemberCan you share the error in the console? If any.
Otherwise, we need to debug the issue on your site. I’d suggest you open a support ticket directly. We’ll sort it out.
Thanks
Mehedi HasanMemberHello Gordian,
It’s really tough to say specifically without knowing the complete scenario you have but make sure you are adding your code on the fillable to update the Eloquent model. Something like:
wp-content/plugins/wp-erp/modules/hrm/includes/models/employee.php:21 protected $fillable = [ 'user_id', 'employee_id', 'designation', 'department', 'location', 'hiring_source', 'hiring_date', 'termination_date', 'date_of_birth', 'reporting_to', 'pay_rate', 'pay_type', 'type', 'status', 'delete_at' ];
You can also post it to our GitHub so that other developers can have a look on it.
Thanks
Mehedi HasanMemberMarch 25, 2020 at 11:11 pm in reply to: I am receiving email responses on contact activity from Gmail boxes #69740Mehedi HasanMemberSo far I get, if I consider a contact John, and if you send an email to him. And when he replies, you get the reply on his profile only if he replies from Gmail? It doesn’t record if the email address is not Gmail?
That’s weird and should not happen anyway! Make sure the IMAP connection you used allows all the incoming emails and doesn’t have any filter. In WPERP, there is no filter based on the email service provider.
Thanks
-
AuthorPosts