Forum Replies Created
-
AuthorPosts
-
JayParticipant
The 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
JayParticipantHello,
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
JayParticipantHello @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
JayParticipantHello,
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
JayParticipantCan 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
JayParticipantHello 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
JayParticipantMarch 25, 2020 at 11:11 pm in reply to: I am receiving email responses on contact activity from Gmail boxes #69740JayParticipantSo 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
JayParticipantHello rjian,
If you have the SMTP connected, it should work without any problem. You can connect the SMTP by navigating to wperp->settings->emails->smtp.
Thanks
JayParticipantHello rjian,
You already have an open support topic in the WordPress.org forum. Please follow on there.
Thanks
JayParticipantHello @Gordian
An Employee can not have under multiple shifts. So, you need to change their shift every over 3 days- which is might not be convenient for you. In that case, no, it’s not possible to have this functionality under a single shift.
We are finding the opportunity if we can manage day-wise shift time, though it has technical limitations. We’ll try to bring that feature in the future.
Thanks
JayParticipantHello
It doesn’t have any special requirements actually. You can use it on a server/hosting where WordPress installed and WordPress is running smoothly.
However, if you have a large number of users(CRM contacts or Employee or Customer), then you might need better disk space and a ram for processing.
Thanks
March 17, 2020 at 8:18 pm in reply to: Inbound emails not retrieved. The POP and SMTP connection is ok!! #69259JayParticipantI assume the IMAP or Gmail has not been connected properly or it’s missing. Please navigate to WP ERP->Settings->CRM->Emial Connection, and then connect either your Gamil or the IMAP to get the inbound email working.
Thanks
JayParticipantHello,
At this moment, only admin gets the email notification when an employee applies for leave and they can approve/deny it. And it’s from the backend only.
However, we are working to bring the whole leave management in the frontend and also, multi-level leave approval will come in the near future.
Thanks
JayParticipantSharing documents with the Employee is the upcoming feature of the Document Manager extension.
Thanks
-
AuthorPosts