Hi, I’m getting an error whenever I insert the date of hire. Using the pulldown calendar, I’m able to get a date, but when I try to add an employee, it says “Please select a valid employee hire date”. The date format is 04/22/2021. Am I missing something?
It seems a conflict with any other plugin. A similar funciton/class/library in two different plugin can cause such kind of problem.
To get recovered from it, follow the steps below:
1. Access the plugin folder from cPanel/FTP
2. Rename WP ERP into something. (Like: WP ERP1)
3. You’ll be able to access the site admin panel now. Go to the dashboard->plugins and disable the other plugins temporarily.
4. Activate WP ERP.
5. Now, enable the other plugins one by one.
6. The last plugin you have enabled before getting the same problem is conflicting with WP ERP.
This should not cause a problem like this anymore. This was an issue back in 2018, should not persist anymore. If you face such an issue- Something else might cause the problem. In that case, I’d recommend you to contact our support team directly by emailing [email protected]; attaching the console error log- if there is any.
We apologies for the inconvenience- it was really unexpected for us as well. We have figured out the problem, solved it and already released a new version with the hotfix. Kindly update to version 1.8.1. We hope it’ll be solved 🙂
Bulk adding people into a Project is not possible. You can do that for the individual employee and by department only at this moment. Here is how to add by department: https://prnt.sc/z1p6gs
Yes, it’s possible but you need an individual shifts for all the individual scenarios. Suppose, if you have 10 employees with 10 different working hours, you’ll need to create/have 10 different shifts for them.
Can you assign specific working hours for each employee? Some work Saturdays, others Sunday? Some work 4 days per week, others 5? Some work 16 hours and other 37.5 and you can input what their hours are for each day?
When booking leave, would the system know, for instance, that Andrew works Weekdays, and he books a holiday from Thursday and returns Tuesday he has taken 3 days holiday? ie: He does not work Saturday or Sunday anyway.
+1 for this feature. It would be really good if we can edit what column to be visible on the Contact page. From what I can see the column header is fixed on this file crm-contact.js
If it’s not too much maybe you can add an action hook on class-ajax.php and a filter hook on crm-contact.js?