On the expense module, we can only view the entered data, unless logged in with the same account name that entered data in this module.
It seems to be a privilege problem for users …
I solved the problem by editing tab-leave.php in \modules\hrm\views\employee
After definition of array of policies, I put this code: (on line 4)
Code is very sloppy I think, but it will get the job done!
Please let me know if there’s improved way of achieving this.
if($employee->gender == 'male') {
$policies = array_filter(
$policies,
function($pol) {
return $pol->gender == 'male' || $pol->gender == -1;
}
);
} else if($employee->gender == 'female') {
$policies = array_filter(
$policies,
function($pol) {
return $pol->gender == 'female' || $pol->gender == -1;
}
);
} else {
$policies = array_filter(
$policies,
function($pol) {
return $pol->gender == 'other' || $pol->gender == -1;
}
);
}
</code
@mattv7,
Currently, we are working on the core of WP ERP and we are in the last stage of it. So we are assuming that half day leave feature will be available on June,17.
Hi all,
I would need help with a new big project I really would like to do with WPERP
I have a big client of mine… a group of Gym with more than 15K members. They actually use TeamSystem Wellness CRM Management tool but they want to dismiss it. I would like to know
– Into WPERP CRM it would be possible to import actual Clients data through. CSV or Html?
– Into WPERP through Woocommerce module… it would be possible to manage Clients Monthly Subscription…
Awaiting from you urgently (tomorrow morning I am going to have a meeting with this client) Many thanks
So the WooCommerce\Products is different from the Accounting-Module’s Products…
but, what i don’t understand is – when you put an order thru the WooCommerce StoreFront – the item’s sales/invoiced sales-value ended up as a ‘Revenue’ in the Accounting Module.
[1]Which means the WooCommerce\Product is connected to the Accounting Module in some way??
>>But if you want to track your selling via Accounting module then you have to add products by using Inventory extension. And this process will be handled from the backend.<<
[2]Is there a storefront-page for the Inventory added from the Accounting Module?
Especially about the checkbox option. It does not give me the options as i build it before. It only gives me the first option. I guess i have to do something when i build it but i am not sure what. I added a picture for more info.
Ideally, life stages should be a CRM option that can be set via the admin dashboard vs code overrides. Never-the-less, to make the “erp_crm_life_stages” filter useful there needs to be a way to override the CRM Dashboard view to display the custom life stages instead of the hard-coded life stages.
Please advise if there is a filter or other recommended way to accomplish this.
The use of schedules for contacts is currently limited:
Is there a development in the near future of the following functions;
1. Edit a calendar item by clicking on it. At the present time we have only the possibility of visualizing it, we can not modify it directly. You have to go through the contact to make the schedule change. The same criticism applies to the dashboard when we click on detail of an upcoming schedules
In daily or weekday viewing, all schedules are recorded at the top of the page in the “all day” section , despite the recorded hours of the event.
2. In the day or week view, it would be greatly appreciated if the hours divided into half an hour or a quarter of an hour appear in the left column and the hours allotted to an appointment draw a block, corresponding to the duration of the schedule and that it can be edited with the function to click drag of the mouse.
You sell add-ons for your “wp erp” plugin (which I bought), however there are still important basic functions to complete and debug before adding paid plugin features…
@leo,
You can easily add the necessary states according to your needs.
Here is the file location: “wp-content\plugins\erp\i18n\states”
See the BD.php and you will get the idea on how to add the states.
I just installed the plugin, made some test users and contacts and found a problem.
When a CRM Agent or CRM Manager goes into the detail view of a contact, he is allowed to make a WP user of this contact. The biggest problem is, that he can choose from all WP roles and make him an administrator.
Three buttons are shown on the top of the detail view:
1) Back to contact list
2) Edit this contact
3) Make WP User
Version 1.1.13
Author
Search Results
Viewing 15 results - 256 through 270 (of 302 total)